text
stringlengths
7
35.3M
id
stringlengths
11
185
metadata
dict
__index_level_0__
int64
0
2.14k
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; namespace ET.Server { [ComponentOf(typeof(Scene))] public class RouterComponent: Entity, IAwake<IPEndPoint, string>, IDestroy, IUpdate { public IKcpTransport OuterUdp; public IKcpTransport Oute...
ET/Unity/Assets/Scripts/Model/Server/Module/Router/RouterComponent.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Server/Module/Router/RouterComponent.cs", "repo_id": "ET", "token_count": 230 }
157
using MemoryPack; using MongoDB.Bson; using MongoDB.Bson.Serialization.Serializers; namespace ET { public struct EntryEvent1 { } public struct EntryEvent2 { } public struct EntryEvent3 { } public static class Entry { public static void Init() ...
ET/Unity/Assets/Scripts/Model/Share/Entry.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Share/Entry.cs", "repo_id": "ET", "token_count": 699 }
158
fileFormatVersion: 2 guid: 3c56b3bb10000446c8e48f82b6969093 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Model/Share/LockStep/LSEntity.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Share/LockStep/LSEntity.cs.meta", "repo_id": "ET", "token_count": 94 }
159
fileFormatVersion: 2 guid: 0071d976abd32de4baec5b2e3c9fa15b MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Model/Share/Module/Message/IMessageSessionHandler.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Share/Module/Message/IMessageSessionHandler.cs.meta", "repo_id": "ET", "token_count": 97 }
160
fileFormatVersion: 2 guid: efc2ca0b51ad54047b25b5c2eb4c19a1 AssemblyDefinitionImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Model/Unity.Model.asmdef.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Unity.Model.asmdef.meta", "repo_id": "ET", "token_count": 68 }
161
fileFormatVersion: 2 guid: a051a1a1d10acb541962cd64dd20e002 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ModelView/Client/Demo/UI/UILobby/UILobbyComponent.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ModelView/Client/Demo/UI/UILobby/UILobbyComponent.cs.meta", "repo_id": "ET", "token_count": 95 }
162
fileFormatVersion: 2 guid: f5b221472e75444a4b1465dcc5a8913d MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ModelView/Client/LockStep/UI/UILSRoom/UILSRoomComponent.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ModelView/Client/LockStep/UI/UILSRoom/UILSRoomComponent.cs.meta", "repo_id": "ET", "token_count": 96 }
163
using System; namespace ET.Client { public class UIEventAttribute: BaseAttribute { public string UIType { get; } public UIEventAttribute(string uiType) { this.UIType = uiType; } } }
ET/Unity/Assets/Scripts/ModelView/Client/Module/UI/UIEventAttribute.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ModelView/Client/Module/UI/UIEventAttribute.cs", "repo_id": "ET", "token_count": 111 }
164
fileFormatVersion: 2 guid: 2211866454efbd848bf9c7f52ffd4e5b folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core.meta", "repo_id": "ET", "token_count": 70 }
165
using System; namespace DotRecast.Core { public struct RcAnonymousDisposable : IDisposable { private Action _dispose; public RcAnonymousDisposable(Action dispose) { _dispose = dispose; } public void Dispose() { _dispose?.Invoke(); ...
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcAnonymousDisposable.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcAnonymousDisposable.cs", "repo_id": "ET", "token_count": 184 }
166
/* recast4j copyright (c) 2021 Piotr Piastucki piotr@jtilia.org DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted t...
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcConvexUtils.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcConvexUtils.cs", "repo_id": "ET", "token_count": 1614 }
167
/* recast4j copyright (c) 2015-2019 Piotr Piastucki piotr@jtilia.org This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, incl...
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcVec3f.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcVec3f.cs", "repo_id": "ET", "token_count": 11267 }
168
fileFormatVersion: 2 guid: ea57022dc7c31a742b57425ccdae8965 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Crowd/DtObstacleSegment.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Crowd/DtObstacleSegment.cs.meta", "repo_id": "ET", "token_count": 94 }
169
/* Copyright (c) 2009-2010 Mikko Mononen memon@inside.org recast4j copyright (c) 2015-2019 Piotr Piastucki piotr@jtilia.org DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages ar...
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Crowd/Tracking/DtObstacleAvoidanceDebugData.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Crowd/Tracking/DtObstacleAvoidanceDebugData.cs", "repo_id": "ET", "token_count": 2178 }
170
fileFormatVersion: 2 guid: 84e8e2fe9e427fb4499ab010de1fcd7f MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Dynamic/VoxelQuery.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Dynamic/VoxelQuery.cs.meta", "repo_id": "ET", "token_count": 95 }
171
fileFormatVersion: 2 guid: 2a66f808affbf584abc63a3e27e3d1ed MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Extras/Jumplink/GroundSample.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Extras/Jumplink/GroundSample.cs.meta", "repo_id": "ET", "token_count": 94 }
172
fileFormatVersion: 2 guid: 17ef579469725d845b2b648f038287dd MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Extras/PolyUtils.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Extras/PolyUtils.cs.meta", "repo_id": "ET", "token_count": 93 }
173
fileFormatVersion: 2 guid: 630a06cb685bab1448fd2ad3bbfd3791 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/DtConnectPoly.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/DtConnectPoly.cs.meta", "repo_id": "ET", "token_count": 92 }
174
fileFormatVersion: 2 guid: 1e9e3cae68819724fba20d557b6ff5f8 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/DtNavMeshBuilder.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/DtNavMeshBuilder.cs.meta", "repo_id": "ET", "token_count": 96 }
175
fileFormatVersion: 2 guid: bb3830218742a9746ade012b18a65ab6 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/DtQueryNoOpFilter.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/DtQueryNoOpFilter.cs.meta", "repo_id": "ET", "token_count": 92 }
176
/* Recast4J Copyright (c) 2015-2018 Piotr Piastucki piotr@jtilia.org This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, incl...
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/Io/DtMeshSetWriter.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/Io/DtMeshSetWriter.cs", "repo_id": "ET", "token_count": 1539 }
177
namespace DotRecast.Recast { public class RcContourRegion { public RcContour outline; public RcContourHole[] holes; public int nholes; } }
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcContourRegion.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcContourRegion.cs", "repo_id": "ET", "token_count": 82 }
178
namespace DotRecast.Recast { public enum RcPartition { WATERSHED = 0, MONOTONE = 1, LAYERS = 2, } }
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcPartition.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcPartition.cs", "repo_id": "ET", "token_count": 79 }
179
/* recast4j copyright (c) 2021 Piotr Piastucki piotr@jtilia.org DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted t...
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastCompact.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastCompact.cs", "repo_id": "ET", "token_count": 4386 }
180
/* Copyright (c) 2009-2010 Mikko Mononen memon@inside.org recast4j copyright (c) 2015-2019 Piotr Piastucki piotr@jtilia.org DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages ar...
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastRegion.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastRegion.cs", "repo_id": "ET", "token_count": 45507 }
181
fileFormatVersion: 2 guid: c27123994d9644acf9b27e884c5fdf1e MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/ETTask/ETTaskCompleted.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/ETTask/ETTaskCompleted.cs.meta", "repo_id": "ET", "token_count": 95 }
182
using System; using System.Buffers; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace ET { // KCP Segment Definition internal struct SegmentStruct:IDisposable { public Kcp.SegmentHead SegHead; publ...
ET/Unity/Assets/Scripts/ThirdParty/Kcp/Segment.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/Kcp/Segment.cs", "repo_id": "ET", "token_count": 847 }
183
using System; using System.Collections; using System.Collections.Generic; using System.Runtime.CompilerServices; using NativeCollection.UnsafeType; namespace NativeCollection { public unsafe class Map<T, K> : IEnumerable<MapPair<T, K>>, INativeCollectionClass where T : unmanaged, IEquatable<T>, IComparable...
ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/Map.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/Map.cs", "repo_id": "ET", "token_count": 1300 }
184
using System; using System.Collections; using System.Collections.Generic; using System.Runtime.CompilerServices; using NativeCollection.UnsafeType; namespace NativeCollection { public unsafe class UnOrderMap<T, K> : IEnumerable<MapPair<T, K>>, INativeCollectionClass where T : unmanaged, IEquatable<T>, ICom...
ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/UnOrderMap.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/UnOrderMap.cs", "repo_id": "ET", "token_count": 1584 }
185
fileFormatVersion: 2 guid: 66f75608584349444acd9171fb96f0f2 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Settings/IgnoreAsmdef/Model.meta/0
{ "file_path": "ET/Unity/Assets/Settings/IgnoreAsmdef/Model.meta", "repo_id": "ET", "token_count": 67 }
186
fileFormatVersion: 2 guid: c608274982c66244999a5395ac8140ab AssemblyDefinitionImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Settings/IgnoreAsmdef/Model/Server/Ignore.asmdef.DISABLED.meta/0
{ "file_path": "ET/Unity/Assets/Settings/IgnoreAsmdef/Model/Server/Ignore.asmdef.DISABLED.meta", "repo_id": "ET", "token_count": 62 }
187
{ "MonoBehaviour": { "Version": 4, "EnableBurstCompilation": true, "EnableOptimisations": true, "EnableSafetyChecks": false, "EnableDebugInAllBuilds": false, "EnableArmv9SecurityFeatures": false, "CpuMinTargetX32": 0, "CpuMaxTargetX32": 0, "CpuMinTargetX64": 0, "CpuMaxTargetX64...
ET/Unity/ProjectSettings/BurstAotSettings_Android.json/0
{ "file_path": "ET/Unity/ProjectSettings/BurstAotSettings_Android.json", "repo_id": "ET", "token_count": 171 }
188
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &1 MonoBehaviour: m_ObjectHideFlags: 61 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13964, guid: 0000000000000000e00000...
ET/Unity/ProjectSettings/PackageManagerSettings.asset/0
{ "file_path": "ET/Unity/ProjectSettings/PackageManagerSettings.asset", "repo_id": "ET", "token_count": 508 }
189
AvalonDock.dll_2384574099 AvalonDock.Themes.VS2013.dll_1693991188 DataGridExtensions.dll_3175011569 Iced.dll_3795180016 ICSharpCode.AvalonEdit.dll_2202357673 ICSharpCode.Decompiler.dll_1302002478 ICSharpCode.ILSpyX.dll_1982182100 ICSharpCode.TreeView.dll_128291808 ILCompiler.Reflection.ReadyToRun.dll_961256598 ILSpy.Ba...
ILSpy/BuildTools/ILSpy.msi.filelist/0
{ "file_path": "ILSpy/BuildTools/ILSpy.msi.filelist", "repo_id": "ILSpy", "token_count": 663 }
190
/* Copyright (c) 2015 Ki Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublic...
ILSpy/ICSharpCode.BamlDecompiler/Baml/KnownThings.gen.cs/0
{ "file_path": "ILSpy/ICSharpCode.BamlDecompiler/Baml/KnownThings.gen.cs", "repo_id": "ILSpy", "token_count": 3911 }
191
/* Copyright (c) 2015 Ki Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublic...
ILSpy/ICSharpCode.BamlDecompiler/Rewrite/MarkupExtensionRewritePass.cs/0
{ "file_path": "ILSpy/ICSharpCode.BamlDecompiler/Rewrite/MarkupExtensionRewritePass.cs", "repo_id": "ILSpy", "token_count": 2204 }
192
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Management.Automation; using System.Text; using ICSharpCode.Decompiler.CSharp; using ICSharpCode.Decompiler.TypeSystem; namespace ICSharpCode.Decompiler.PowerShell { [Cmdlet(VerbsCommon.Get, "DecompiledTypes")] [Output...
ILSpy/ICSharpCode.Decompiler.PowerShell/GetDecompiledTypesCmdlet.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.PowerShell/GetDecompiledTypesCmdlet.cs", "repo_id": "ILSpy", "token_count": 432 }
193
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, co...
ILSpy/ICSharpCode.Decompiler.Tests/Helpers/SdkUtility.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/Helpers/SdkUtility.cs", "repo_id": "ILSpy", "token_count": 3110 }
194
.assembly extern mscorlib { .publickeytoken = ( b7 7a 5c 56 19 34 e0 89 ) .ver 4:0:0:0 } .assembly 'ConvTest' { .ver 0:0:0:0 } .module ConvTest.exe .corflags 0x00000001 // ILOnly .class private auto ansi abstract sealed beforefieldinit Program extends [mscorlib]System.Object { .method public hidebysig static vo...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/BitNot.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/BitNot.il", "repo_id": "ILSpy", "token_count": 885 }
195
.assembly extern mscorlib { .publickeytoken = ( b7 7a 5c 56 19 34 e0 89 ) .ver 4:0:0:0 } .assembly 'Jmp' { .ver 0:0:0:0 } .module Jmp.exe .corflags 0x00000001 // ILOnly .class private auto ansi abstract sealed beforefieldinit Program extends [mscorlib]System.Object { .method public hidebysig static void Main (s...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Jmp.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Jmp.il", "repo_id": "ILSpy", "token_count": 352 }
196
Imports System Module UninitTest Sub Main() Dim i = 0 Dim result As Integer = -5 Dim num As Integer Do If num > result Then num += 5 result += 5 End If result += 1 i += 1 If i > 10 Then ...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Uninit.vb/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Uninit.vb", "repo_id": "ILSpy", "token_count": 248 }
197
#define CORE_ASSEMBLY "System.Runtime" .assembly extern CORE_ASSEMBLY { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) // .?_....: .ver 4:0:0:0 } .class private auto ansi beforefieldinit CallIndirect extends [System.Private.CoreLib]System.Object { // Methods .method private hideb...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/CallIndirect.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/CallIndirect.il", "repo_id": "ILSpy", "token_count": 949 }
198
.class public auto ansi abstract sealed FSharpUsingPatterns extends [mscorlib]System.Object { // Methods .method public static void sample1 () cil managed { // Method begins at RVA 0x2050 // Code size 53 (0x35) .maxstack 4 .locals init ( [0] class [mscorlib]System.IO.FileStream fs, [1] class [msc...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpUsing_Debug.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpUsing_Debug.il", "repo_id": "ILSpy", "token_count": 4119 }
199
// Metadata version: v4.0.30319 .assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. .ver 4:0:0:0 } .assembly extern System { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. .ver 4:0:0:0 } .assembly extern System.Core { ...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1323.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1323.il", "repo_id": "ILSpy", "token_count": 514 }
200
using System.Windows.Forms; namespace ICSharpCode.Decompiler.Tests.TestCases.ILPretty { internal class Issue2260 { private void dgvItemList_CellValueChanged(object sender, DataGridViewCellEventArgs e) { string text = default(string); string s = default(string); switch (text) { case "rowno": ...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue2260SwitchString.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue2260SwitchString.cs", "repo_id": "ILSpy", "token_count": 766 }
201
using System; [Serializable] public class Material { public static implicit operator bool(Material m) { return m == null; } } [Serializable] public class SequenceOfNestedIfs { public bool _clear; public Material _material; public virtual bool CheckShader() { return false; } public virtual void CreateMateri...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/SequenceOfNestedIfs.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/SequenceOfNestedIfs.cs", "repo_id": "ILSpy", "token_count": 298 }
202
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, m...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/AnonymousTypes.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/AnonymousTypes.cs", "repo_id": "ILSpy", "token_count": 1042 }
203
using System; using CustomAttributeConflicts.NS1; using CustomAttributeConflicts.NS2; using CustomAttributeConflicts.NSWithConflictingTypes; using CustomAttributeConflicts.NSWithConflictingTypes2; namespace CustomAttributeConflicts { internal class AttributeWithSameNameAsNormalType { } internal class TestClass ...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributeConflicts.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributeConflicts.cs", "repo_id": "ILSpy", "token_count": 611 }
204
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, m...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/Generics.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/Generics.cs", "repo_id": "ILSpy", "token_count": 2544 }
205
// Copyright (c) 2018 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/NullPropagation.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/NullPropagation.cs", "repo_id": "ILSpy", "token_count": 2967 }
206
using System; namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty.StaticAbstractInterfaceMembers { internal class C : I<C> { private string _s; static C I<C>.P { get; set; } static event Action I<C>.E { add { } remove { } } public C(string s) { _s = s; } static void I<C>.M(obj...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/StaticAbstractInterfaceMembers.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/StaticAbstractInterfaceMembers.cs", "repo_id": "ILSpy", "token_count": 1742 }
207
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, m...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/WellKnownConstants.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/WellKnownConstants.cs", "repo_id": "ILSpy", "token_count": 3709 }
208
// Metadata version: v4.0.30319 .assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. .ver 4:0:0:0 } .assembly tmpAA15 { .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00 00 00 00...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoForEachStatement.opt.net40.roslyn.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoForEachStatement.opt.net40.roslyn.il", "repo_id": "ILSpy", "token_count": 2099 }
209
using System; public class VBPropertiesTest { private int _fullProperty; public int FullProperty { get { return _fullProperty; } set { _fullProperty = value; } } public int AutoProperty { get; set; } #if ROSLYN public int ReadOnlyAutoProperty { get; } public VBPropertiesTest() { ReadOnlyAuto...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/VBPropertiesTest.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/VBPropertiesTest.cs", "repo_id": "ILSpy", "token_count": 228 }
210
// Copyright (c) 2014 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ICSharpCode.Decompiler/CSharp/Annotations.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Annotations.cs", "repo_id": "ILSpy", "token_count": 3743 }
211
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to us...
ILSpy/ICSharpCode.Decompiler/CSharp/Resolver/DynamicInvocationResolveResult.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Resolver/DynamicInvocationResolveResult.cs", "repo_id": "ILSpy", "token_count": 1013 }
212
// // TokenNode.cs // // Author: // Mike Krüger <mkrueger@novell.com> // // Copyright (c) 2010 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Sof...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/CSharpTokenNode.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/CSharpTokenNode.cs", "repo_id": "ILSpy", "token_count": 1368 }
213
// // ParenthesizedExpression.cs // // Author: // Mike Krüger <mkrueger@novell.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal /...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/ParenthesizedExpression.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/ParenthesizedExpression.cs", "repo_id": "ILSpy", "token_count": 1040 }
214
// Copyright (c) 2010-2021 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to us...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/WithInitializerExpression.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/WithInitializerExpression.cs", "repo_id": "ILSpy", "token_count": 773 }
215
// // Identifier.cs // // Author: // Mike Krüger <mkrueger@novell.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Soft...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Identifier.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Identifier.cs", "repo_id": "ILSpy", "token_count": 1593 }
216
// Copyright (c) 2011-2013 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to us...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/PatternMatching/Repeat.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/PatternMatching/Repeat.cs", "repo_id": "ILSpy", "token_count": 869 }
217
// // IfElseStatement.cs // // Author: // Mike Krüger <mkrueger@novell.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Statements/IfElseStatement.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Statements/IfElseStatement.cs", "repo_id": "ILSpy", "token_count": 1096 }
218
// // OperatorDeclaration.cs // // Author: // Mike Krüger <mkrueger@novell.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/TypeMembers/OperatorDeclaration.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/TypeMembers/OperatorDeclaration.cs", "repo_id": "ILSpy", "token_count": 4625 }
219
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to us...
ILSpy/ICSharpCode.Decompiler/CSharp/TypeSystem/CSharpTypeResolveContext.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/TypeSystem/CSharpTypeResolveContext.cs", "repo_id": "ILSpy", "token_count": 1033 }
220
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use...
ILSpy/ICSharpCode.Decompiler/Documentation/XmlDocumentationProvider.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Documentation/XmlDocumentationProvider.cs", "repo_id": "ILSpy", "token_count": 5139 }
221
// Copyright (c) 2018 Siegfried Pammer // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // pub...
ILSpy/ICSharpCode.Decompiler/IL/ControlFlow/AwaitInFinallyTransform.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/ControlFlow/AwaitInFinallyTransform.cs", "repo_id": "ILSpy", "token_count": 4434 }
222
#nullable enable // Copyright (c) 2014 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify...
ILSpy/ICSharpCode.Decompiler/IL/ILTypeExtensions.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/ILTypeExtensions.cs", "repo_id": "ILSpy", "token_count": 2899 }
223
// Copyright (c) 2020 Siegfried Pammer // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // pub...
ILSpy/ICSharpCode.Decompiler/IL/Instructions/DeconstructInstruction.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Instructions/DeconstructInstruction.cs", "repo_id": "ILSpy", "token_count": 3597 }
224
#nullable enable // Copyright (c) 2014 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modif...
ILSpy/ICSharpCode.Decompiler/IL/Instructions/MemoryInstructions.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Instructions/MemoryInstructions.cs", "repo_id": "ILSpy", "token_count": 1073 }
225
// Copyright (c) 2014 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publi...
ILSpy/ICSharpCode.Decompiler/IL/SemanticHelper.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/SemanticHelper.cs", "repo_id": "ILSpy", "token_count": 1153 }
226
// Copyright (c) 2019 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ICSharpCode.Decompiler/IL/Transforms/FixRemainingIncrements.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/FixRemainingIncrements.cs", "repo_id": "ILSpy", "token_count": 1357 }
227
// Copyright (c) 2018 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ICSharpCode.Decompiler/IL/Transforms/NullPropagationTransform.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/NullPropagationTransform.cs", "repo_id": "ILSpy", "token_count": 7954 }
228
// Copyright (c) 2019 Siegfried Pammer // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publi...
ILSpy/ICSharpCode.Decompiler/IL/Transforms/TransformDisplayClassUsage.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/TransformDisplayClassUsage.cs", "repo_id": "ILSpy", "token_count": 11048 }
229
// Copyright (c) 2014 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ICSharpCode.Decompiler/Metadata/ILOpCodes.tt/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/ILOpCodes.tt", "repo_id": "ILSpy", "token_count": 851 }
230
// Copyright (c) 2018 Siegfried Pammer // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // pub...
ILSpy/ICSharpCode.Decompiler/Metadata/PEFile.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/PEFile.cs", "repo_id": "ILSpy", "token_count": 3348 }
231
#region Using directives using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; #endregion [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // This sets the default COM visibility of types in the assembly to invi...
ILSpy/ICSharpCode.Decompiler/Properties/AssemblyInfo.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Properties/AssemblyInfo.cs", "repo_id": "ILSpy", "token_count": 657 }
232
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to us...
ILSpy/ICSharpCode.Decompiler/TypeSystem/ICompilation.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/ICompilation.cs", "repo_id": "ILSpy", "token_count": 929 }
233
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to us...
ILSpy/ICSharpCode.Decompiler/TypeSystem/IType.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/IType.cs", "repo_id": "ILSpy", "token_count": 4950 }
234
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to us...
ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/DefaultParameter.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/DefaultParameter.cs", "repo_id": "ILSpy", "token_count": 1443 }
235
// Copyright (c) 2018 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/MetadataProperty.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/MetadataProperty.cs", "repo_id": "ILSpy", "token_count": 3764 }
236
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to us...
ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/TypeParameterReference.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/TypeParameterReference.cs", "repo_id": "ILSpy", "token_count": 1115 }
237
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to us...
ILSpy/ICSharpCode.Decompiler/Util/CSharpPrimitiveCast.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Util/CSharpPrimitiveCast.cs", "repo_id": "ILSpy", "token_count": 11604 }
238
using System; using System.Collections.Generic; using System.Linq; using ICSharpCode.Decompiler.TypeSystem; namespace ICSharpCode.ILSpyCmd { public static class TypesParser { public static HashSet<TypeKind> ParseSelection(string[] values) { var possibleValues = new Dictionary<string, TypeKind>(StringCompare...
ILSpy/ICSharpCode.ILSpyCmd/TypesParser.cs/0
{ "file_path": "ILSpy/ICSharpCode.ILSpyCmd/TypesParser.cs", "repo_id": "ILSpy", "token_count": 628 }
239
// Copyright (c) 2018 Siegfried Pammer // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ICSharpCode.ILSpyX/PdbProvider/MonoCecilDebugInfoProvider.cs/0
{ "file_path": "ILSpy/ICSharpCode.ILSpyX/PdbProvider/MonoCecilDebugInfoProvider.cs", "repo_id": "ILSpy", "token_count": 1719 }
240
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>acab1e5d-b3df-4092-aa72-692f8341e520</ProjectGuid> <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion> </PropertyGroup> <I...
ILSpy/ILSpy.AddIn.Shared/ILSpy.AddIn.Shared.shproj/0
{ "file_path": "ILSpy/ILSpy.AddIn.Shared/ILSpy.AddIn.Shared.shproj", "repo_id": "ILSpy", "token_count": 346 }
241
using System; using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an ...
ILSpy/ILSpy.AddIn/Properties/AssemblyInfo.cs/0
{ "file_path": "ILSpy/ILSpy.AddIn/Properties/AssemblyInfo.cs", "repo_id": "ILSpy", "token_count": 559 }
242
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:PresentationOptions="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:System=...
ILSpy/ILSpy.BamlDecompiler.Tests/Cases/Issue1546.xaml/0
{ "file_path": "ILSpy/ILSpy.BamlDecompiler.Tests/Cases/Issue1546.xaml", "repo_id": "ILSpy", "token_count": 923 }
243
<Window x:Class="ILSpy.BamlDecompiler.Tests.Cases.Resources" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:cases="clr-namespace:ILSpy.BamlDecompiler.Tests.Cases" Title="ILSpy.BamlDecompiler.Tests.Cases" Height="300" Width="300"> <Grid> ...
ILSpy/ILSpy.BamlDecompiler.Tests/Cases/Resources.xaml/0
{ "file_path": "ILSpy/ILSpy.BamlDecompiler.Tests/Cases/Resources.xaml", "repo_id": "ILSpy", "token_count": 297 }
244
using System; namespace ILSpy.Installer { internal static class AppPackage { public static Version Version = new Version(DecompilerVersionInfo.Major + "." + DecompilerVersionInfo.Minor + "." + DecompilerVersionInfo.Build + "." + DecompilerVersionInfo.Revision); } }
ILSpy/ILSpy.Installer/AppPackage.cs/0
{ "file_path": "ILSpy/ILSpy.Installer/AppPackage.cs", "repo_id": "ILSpy", "token_count": 87 }
245
// Copyright (c) 2024 Yuriy Zatuchnyy // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ILSpy.Tests/Analyzers/AnalyzerScopeTests.cs/0
{ "file_path": "ILSpy/ILSpy.Tests/Analyzers/AnalyzerScopeTests.cs", "repo_id": "ILSpy", "token_count": 779 }
246
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, co...
ILSpy/ILSpy/Analyzers/AnalyzerSearchTreeNode.cs/0
{ "file_path": "ILSpy/ILSpy/Analyzers/AnalyzerSearchTreeNode.cs", "repo_id": "ILSpy", "token_count": 1629 }
247
// Copyright (c) 2018 Siegfried Pammer // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // pub...
ILSpy/ILSpy/Analyzers/Builtin/TypeExposedByAnalyzer.cs/0
{ "file_path": "ILSpy/ILSpy/Analyzers/Builtin/TypeExposedByAnalyzer.cs", "repo_id": "ILSpy", "token_count": 1495 }
248
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, co...
ILSpy/ILSpy/App.xaml.cs/0
{ "file_path": "ILSpy/ILSpy/App.xaml.cs", "repo_id": "ILSpy", "token_count": 2768 }
249
// Copyright (c) 2021 Siegfried Pammer // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // pub...
ILSpy/ILSpy/Commands/ExtractPackageEntryContextMenuEntry.cs/0
{ "file_path": "ILSpy/ILSpy/Commands/ExtractPackageEntryContextMenuEntry.cs", "repo_id": "ILSpy", "token_count": 1523 }
250
namespace ICSharpCode.ILSpy.Commands { public class SetThemeCommand : SimpleCommand { public override void Execute(object parameter) { if (parameter is string theme) MainWindow.Instance.SessionSettings.Theme = theme; } } }
ILSpy/ILSpy/Commands/SetThemeCommand.cs/0
{ "file_path": "ILSpy/ILSpy/Commands/SetThemeCommand.cs", "repo_id": "ILSpy", "token_count": 85 }
251
// Copyright (c) 2018 Siegfried Pammer // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // pub...
ILSpy/ILSpy/EntityReference.cs/0
{ "file_path": "ILSpy/ILSpy/EntityReference.cs", "repo_id": "ILSpy", "token_count": 664 }
252
<!-- This file was generated by the AiToXaml tool.--> <!-- Tool Version: 14.0.22307.0 --> <DrawingGroup xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> <DrawingGroup.Children> <GeometryDrawing Brush="#00FFFFFF" Geometry="F1M16,16L0,16 0,0 16,0z" /> <GeometryDrawing Brush="#FFF6F6F6" Geometry="F1...
ILSpy/ILSpy/Images/AssemblyWarning.xaml/0
{ "file_path": "ILSpy/ILSpy/Images/AssemblyWarning.xaml", "repo_id": "ILSpy", "token_count": 532 }
253
<!-- This file was generated by the AiToXaml tool.--> <!-- Tool Version: 14.0.22307.0 --> <DrawingGroup xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> <DrawingGroup.Children> <GeometryDrawing Brush="#00FFFFFF" Geometry="F1M16,16L0,16 0,0 16,0z" /> <GeometryDrawing Brush="#FFF6F6F6" Geometr...
ILSpy/ILSpy/Images/Delete.xaml/0
{ "file_path": "ILSpy/ILSpy/Images/Delete.xaml", "repo_id": "ILSpy", "token_count": 200 }
254
<!-- This file was generated by the AiToXaml tool.--> <!-- Tool Version: 14.0.22307.0 --> <DrawingGroup xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> <DrawingGroup.Children> <GeometryDrawing Brush="#00FFFFFF" Geometry="F1M16,16L0,16 0,0 16,0z" /> <GeometryDrawing Brush="#FFF6F6F6" Geometry="F1...
ILSpy/ILSpy/Images/Indexer.xaml/0
{ "file_path": "ILSpy/ILSpy/Images/Indexer.xaml", "repo_id": "ILSpy", "token_count": 388 }
255
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sod...
ILSpy/ILSpy/Images/ShowPrivateInternal.svg/0
{ "file_path": "ILSpy/ILSpy/Images/ShowPrivateInternal.svg", "repo_id": "ILSpy", "token_count": 2490 }
256