text stringlengths 7 35.3M | id stringlengths 11 185 | metadata dict | __index_level_0__ int64 0 2.14k |
|---|---|---|---|
namespace DotRecast.Recast
{
public interface IRecastBuilderProgressListener
{
void OnProgress(int completed, int total);
}
} | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/IRecastBuilderProgressListener.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/IRecastBuilderProgressListener.cs",
"repo_id": "ET",
"token_count": 55
} | 162 |
/*
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/RcConfig.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcConfig.cs",
"repo_id": "ET",
"token_count": 3342
} | 163 |
namespace DotRecast.Recast
{
public class RcHeightPatch
{
public int xmin;
public int ymin;
public int width;
public int height;
public int[] data;
}
} | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcHeightPatch.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcHeightPatch.cs",
"repo_id": "ET",
"token_count": 98
} | 164 |
/*
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/RcPolyMeshDetail.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcPolyMeshDetail.cs",
"repo_id": "ET",
"token_count": 534
} | 165 |
/*
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/RecastArea.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastArea.cs",
"repo_id": "ET",
"token_count": 16977
} | 166 |
/*
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/RecastFilter.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastFilter.cs",
"repo_id": "ET",
"token_count": 4813
} | 167 |
fileFormatVersion: 2
guid: bf2682587b9394aa89238524a4ef1ef9
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/ETTask/AsyncETTaskCompletedMethodBuilder.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/ETTask/AsyncETTaskCompletedMethodBuilder.cs.meta",
"repo_id": "ET",
"token_count": 94
} | 168 |
fileFormatVersion: 2
guid: d48c67734d0468148be856dbd3051d19
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/ETTask/IAwaiter.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/ETTask/IAwaiter.cs.meta",
"repo_id": "ET",
"token_count": 93
} | 169 |
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
namespace NativeCollection
{
public unsafe partial struct FixedSizeMemoryPool: IDisposable
{
// 最大维护的空slab 多出的空slab直接释放
public int MaxUnUsedSlabs;
public int ItemSize;
public int BlockSize;
... | ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/FixedSizeMemoryPool/FixedSizeMemoryPool.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/FixedSizeMemoryPool/FixedSizeMemoryPool.cs",
"repo_id": "ET",
"token_count": 2264
} | 170 |
using System;
using System.Runtime.CompilerServices;
using NativeCollection.UnsafeType;
namespace NativeCollection
{
public unsafe class NativePool<T> : INativeCollectionClass where T: unmanaged,IEquatable<T>,IPool
{
private UnsafeType.NativeStackPool<T>* _nativePool;
private const int _default... | ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/NativePool.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/NativePool.cs",
"repo_id": "ET",
"token_count": 826
} | 171 |
fileFormatVersion: 2
guid: 72d098fcb0407df47a71437960937e8b
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/UnsafeType/Queue.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/UnsafeType/Queue.cs.meta",
"repo_id": "ET",
"token_count": 93
} | 172 |
fileFormatVersion: 2
guid: 06b82dc043ec3094394e95c4014f32fc
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Settings/IgnoreAsmdef/Hotfix/Client.meta/0 | {
"file_path": "ET/Unity/Assets/Settings/IgnoreAsmdef/Hotfix/Client.meta",
"repo_id": "ET",
"token_count": 67
} | 173 |
fileFormatVersion: 2
guid: 68daac35c9406574aa962b7d062cee1d
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Settings/IgnoreAsmdef/README.txt.meta/0 | {
"file_path": "ET/Unity/Assets/Settings/IgnoreAsmdef/README.txt.meta",
"repo_id": "ET",
"token_count": 66
} | 174 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!55 &1
PhysicsManager:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Gravity: {x: 0, y: -9.81, z: 0}
m_DefaultMaterial: {fileID: 0}
m_BounceThreshold: 2
m_SleepThreshold: 0.005
m_DefaultContactOffset: 0.01
m_SolverIterationCount: 6
m_SolverVelocityIteration... | ET/Unity/ProjectSettings/DynamicsManager.asset/0 | {
"file_path": "ET/Unity/ProjectSettings/DynamicsManager.asset",
"repo_id": "ET",
"token_count": 240
} | 175 |
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="AvalonEdit" Version="6.3.0.90" />
<PackageVersion Include="Cl... | ILSpy/Directory.Packages.props/0 | {
"file_path": "ILSpy/Directory.Packages.props",
"repo_id": "ILSpy",
"token_count": 1097
} | 176 |
/*
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/Xaml/XamlResourceKey.cs/0 | {
"file_path": "ILSpy/ICSharpCode.BamlDecompiler/Xaml/XamlResourceKey.cs",
"repo_id": "ILSpy",
"token_count": 1203
} | 177 |
// 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.Tests/Output/InsertParenthesesVisitorTests.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/Output/InsertParenthesesVisitorTests.cs",
"repo_id": "ILSpy",
"token_count": 5664
} | 178 |
// 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/Correctness/ControlFlow.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/ControlFlow.cs",
"repo_id": "ILSpy",
"token_count": 1694
} | 179 |
// Copyright (c) 2017 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/Correctness/NullableTests.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/NullableTests.cs",
"repo_id": "ILSpy",
"token_count": 2013
} | 180 |
.assembly extern mscorlib
{
.publickeytoken = (
b7 7a 5c 56 19 34 e0 89
)
.ver 4:0:0:0
}
.assembly InterfaceImplAttributes
{
.custom instance void [mscorlib]System.Reflection.AssemblyFileVersionAttribute::.ctor(string) = (
01 00 07 31 2e 30 2e 30 2e 30 00 00
)
.hash algorithm 0x00008004 // SHA1
.ver 1:0:0:0
... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Disassembler/Pretty/InterfaceImplAttributes.il/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Disassembler/Pretty/InterfaceImplAttributes.il",
"repo_id": "ILSpy",
"token_count": 618
} | 181 |
#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 EmptyBodies
extends [CORE_ASSEMBLY]System.Object
{
// I cannot test a truly empty body because th... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/EmptyBodies.il/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/EmptyBodies.il",
"repo_id": "ILSpy",
"token_count": 464
} | 182 |
// 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/Issue1038.il/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1038.il",
"repo_id": "ILSpy",
"token_count": 2139
} | 183 |
using System.Collections;
namespace ICSharpCode.Decompiler.Tests.TestCases.ILPretty
{
public class Issue1454
{
public static int GetCardinality(BitArray bitArray)
{
int[] array = new int[(bitArray.Count >> 5) + 1];
bitArray.CopyTo(array, 0);
int num = 0;
array[array.Length - 1] &= ~(-1 << bitArray.C... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1454.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1454.cs",
"repo_id": "ILSpy",
"token_count": 288
} | 184 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using Microsoft.VisualBasic.CompilerServices;
namespace ICSharpCode.Decompiler.Tests.TestCases.ILPretty
{
[StandardModule]
internal sealed class Issue646
{
[STAThread]
public static void Main()
{
List<string> list = new List<string... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue646.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue646.cs",
"repo_id": "ILSpy",
"token_count": 154
} | 185 |
using System;
namespace TestEnum
{
public enum BooleanEnum : bool
{
Min = false,
Zero = false,
One = true,
Max = byte.MaxValue
}
public enum EnumWithNestedClass
{
#pragma warning disable format
// error: nested types are not permitted in C#.
public class NestedClass
{
}
,
#pragma warning enabl... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/WeirdEnums.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/WeirdEnums.cs",
"repo_id": "ILSpy",
"token_count": 181
} | 186 |
using System;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty
{
internal class AsyncUsing
{
internal class AsyncDisposableClass : IAsyncDisposable
{
public ValueTask DisposeAsync()
{
throw new NotImplementedException();
}
... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/AsyncUsing.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/AsyncUsing.cs",
"repo_id": "ILSpy",
"token_count": 510
} | 187 |
// 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.Tests/TestCases/Pretty/DeconstructionTests.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/DeconstructionTests.cs",
"repo_id": "ILSpy",
"token_count": 5700
} | 188 |
using ICSharpCode.Decompiler.Tests.TestCases.Pretty.Issue1080.SpaceA;
using ICSharpCode.Decompiler.Tests.TestCases.Pretty.Issue1080.SpaceA.SpaceB;
using ICSharpCode.Decompiler.Tests.TestCases.Pretty.Issue1080.SpaceC;
namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty.Issue1080
{
internal static class Extensions... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/Issue1080.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/Issue1080.cs",
"repo_id": "ILSpy",
"token_count": 533
} | 189 |
using System;
namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty
{
public class PatternMatching
{
public class X
{
public int? NullableIntField;
public S? NullableCustomStructField;
public int I { get; set; }
public string Text { get; set; }
public object Obj { get; set; }
public S Custom... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/PatternMatching.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/PatternMatching.cs",
"repo_id": "ILSpy",
"token_count": 6462
} | 190 |
// 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/TupleTests.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/TupleTests.cs",
"repo_id": "ILSpy",
"token_count": 2565
} | 191 |
// 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 tmp96F5
{
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00 00 00 00... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/AggressiveScalarReplacementOfAggregates.opt.net40.roslyn.il/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/AggressiveScalarReplacementOfAggregates.opt.net40.roslyn.il",
"repo_id": "ILSpy",
"token_count": 11508
} | 192 |
using System;
namespace ICSharpCode.Decompiler.Tests.TestCases.Ugly
{
internal static class NoExtensionMethods
{
internal static Func<T> AsFunc<T>(this T value) where T : class
{
return new Func<T>(value.Return);
}
private static T Return<T>(this T value)
{
return value;
}
internal static Func... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoExtensionMethods.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoExtensionMethods.cs",
"repo_id": "ILSpy",
"token_count": 193
} | 193 |
// 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 tmpAE03
{
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00 00 00 00... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoLocalFunctions.opt.net40.roslyn.il/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoLocalFunctions.opt.net40.roslyn.il",
"repo_id": "ILSpy",
"token_count": 3292
} | 194 |
using System;
using System.Linq;
using System.Runtime.CompilerServices;
public class Issue2192
{
public static void M()
{
string[] source = new string[3] { "abc", "defgh", "ijklm" };
string text = "test";
Console.WriteLine(source.Count([SpecialName] (string w) => w.Length > text.Length));
}
} | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Issue2192.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Issue2192.cs",
"repo_id": "ILSpy",
"token_count": 110
} | 195 |
// Copyright (c) 2010-2018 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.Tests/TypeSystem/TypeSystemLoaderTests.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TypeSystem/TypeSystemLoaderTests.cs",
"repo_id": "ILSpy",
"token_count": 34369
} | 196 |
//
// CSharpFormattingOptions.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 dea... | ILSpy/ICSharpCode.Decompiler/CSharp/OutputVisitor/CSharpFormattingOptions.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/OutputVisitor/CSharpFormattingOptions.cs",
"repo_id": "ILSpy",
"token_count": 7144
} | 197 |
// Copyright (c) 2016 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/ProjectDecompiler/WholeProjectDecompiler.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/ProjectDecompiler/WholeProjectDecompiler.cs",
"repo_id": "ILSpy",
"token_count": 9951
} | 198 |
using System;
using System.Collections.Generic;
using System.Text;
using ICSharpCode.Decompiler.CSharp.Syntax.PatternMatching;
namespace ICSharpCode.Decompiler.CSharp.Syntax
{
public class InterpolatedStringExpression : Expression
{
public static readonly TokenRole OpenQuote = new TokenRole("$\"");
public stat... | ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/InterpolatedStringExpression.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/InterpolatedStringExpression.cs",
"repo_id": "ILSpy",
"token_count": 1574
} | 199 |
//
// StackAllocExpression.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/StackAllocExpression.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/StackAllocExpression.cs",
"repo_id": "ILSpy",
"token_count": 983
} | 200 |
//
// DelegateDeclaration.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/GeneralScope/DelegateDeclaration.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/GeneralScope/DelegateDeclaration.cs",
"repo_id": "ILSpy",
"token_count": 1005
} | 201 |
//
// SwitchStatement.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/SwitchStatement.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Statements/SwitchStatement.cs",
"repo_id": "ILSpy",
"token_count": 2195
} | 202 |
//
// ConstructorDeclaration.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/TypeMembers/ConstructorDeclaration.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/TypeMembers/ConstructorDeclaration.cs",
"repo_id": "ILSpy",
"token_count": 1866
} | 203 |
// 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/ICSharpCode.Decompiler/CSharp/Transforms/AddCheckedBlocks.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Transforms/AddCheckedBlocks.cs",
"repo_id": "ILSpy",
"token_count": 5117
} | 204 |
// 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, cop... | ILSpy/ICSharpCode.Decompiler/CSharp/Transforms/PatternStatementTransform.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Transforms/PatternStatementTransform.cs",
"repo_id": "ILSpy",
"token_count": 16024
} | 205 |
using System;
using System.Collections.Immutable;
using System.Reflection.Metadata;
using System.Reflection.Metadata.Ecma335;
namespace ICSharpCode.Decompiler.DebugInfo
{
public readonly struct AsyncDebugInfo
{
public readonly int CatchHandlerOffset;
public readonly ImmutableArray<Await> Awaits;
public Async... | ILSpy/ICSharpCode.Decompiler/DebugInfo/AsyncDebugInfo.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/DebugInfo/AsyncDebugInfo.cs",
"repo_id": "ILSpy",
"token_count": 413
} | 206 |
// 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/ICSharpCode.Decompiler/Disassembler/ILStructure.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Disassembler/ILStructure.cs",
"repo_id": "ILSpy",
"token_count": 3620
} | 207 |
// 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/IL/ControlFlow/LoopDetection.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/ControlFlow/LoopDetection.cs",
"repo_id": "ILSpy",
"token_count": 11469
} | 208 |
// 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/IL/Instructions/ILInstruction.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Instructions/ILInstruction.cs",
"repo_id": "ILSpy",
"token_count": 10149
} | 209 |
// 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,
// pub... | ILSpy/ICSharpCode.Decompiler/IL/Transforms/CombineExitsTransform.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/CombineExitsTransform.cs",
"repo_id": "ILSpy",
"token_count": 1028
} | 210 |
// Copyright (c) 2017 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/Transforms/InlineReturnTransform.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/InlineReturnTransform.cs",
"repo_id": "ILSpy",
"token_count": 1331
} | 211 |
// Copyright (c) 2016 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/Transforms/RemoveDeadVariableInit.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/RemoveDeadVariableInit.cs",
"repo_id": "ILSpy",
"token_count": 1603
} | 212 |
// 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/AssemblyReferences.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/AssemblyReferences.cs",
"repo_id": "ILSpy",
"token_count": 3469
} | 213 |
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace LightJson.Serialization
{
using System;
using System.Globalization;
using System.IO;
using System.Text;
using ErrorType = J... | ILSpy/ICSharpCode.Decompiler/Metadata/LightJson/Serialization/JsonReader.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/LightJson/Serialization/JsonReader.cs",
"repo_id": "ILSpy",
"token_count": 3950
} | 214 |
// Copyright (c) 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, co... | ILSpy/ICSharpCode.Decompiler/TypeSystem/AssemblyQualifiedTypeName.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/AssemblyQualifiedTypeName.cs",
"repo_id": "ILSpy",
"token_count": 829
} | 215 |
// 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/IInterningProvider.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/IInterningProvider.cs",
"repo_id": "ILSpy",
"token_count": 1223
} | 216 |
// 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/AbstractFreezable.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/AbstractFreezable.cs",
"repo_id": "ILSpy",
"token_count": 1125
} | 217 |
// 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/GetMembersHelper.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/GetMembersHelper.cs",
"repo_id": "ILSpy",
"token_count": 4283
} | 218 |
// 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/MetadataModule.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/MetadataModule.cs",
"repo_id": "ILSpy",
"token_count": 12538
} | 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/TypeSystem/TypeKind.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/TypeKind.cs",
"repo_id": "ILSpy",
"token_count": 1358
} | 220 |
// Copyright (c) 2020 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/Util/FileUtility.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Util/FileUtility.cs",
"repo_id": "ILSpy",
"token_count": 3789
} | 221 |
#nullable enable
//
// UnicodeNewline.cs
//
// Author:
// Mike Krüger <mkrueger@xamarin.com>
//
// Copyright (c) 2013 Xamarin Inc. (http://xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to dea... | ILSpy/ICSharpCode.Decompiler/Util/UnicodeNewline.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Util/UnicodeNewline.cs",
"repo_id": "ILSpy",
"token_count": 3927
} | 222 |
// 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/ICSharpCode.ILSpyX/AssemblyListManager.cs/0 | {
"file_path": "ILSpy/ICSharpCode.ILSpyX/AssemblyListManager.cs",
"repo_id": "ILSpy",
"token_count": 4960
} | 223 |
// 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.ILSpyX/Search/CSharpLexer.cs/0 | {
"file_path": "ILSpy/ICSharpCode.ILSpyX/Search/CSharpLexer.cs",
"repo_id": "ILSpy",
"token_count": 11459
} | 224 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using EnvDTE;
using Microsoft.VisualStudio.Shell;
using VSLangProj;
namespace ICSharpCode.ILSpy.AddIn.Commands
{
/// <summary>
/// Represents a NuGet package item in Solution Explorer, which can be... | ILSpy/ILSpy.AddIn.Shared/Commands/NuGetReferenceForILSpy.cs/0 | {
"file_path": "ILSpy/ILSpy.AddIn.Shared/Commands/NuGetReferenceForILSpy.cs",
"repo_id": "ILSpy",
"token_count": 664
} | 225 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Shared.Extensions;
using Microso... | ILSpy/ILSpy.AddIn.Shared/SyntaxNodeExtensions.cs/0 | {
"file_path": "ILSpy/ILSpy.AddIn.Shared/SyntaxNodeExtensions.cs",
"repo_id": "ILSpy",
"token_count": 9245
} | 226 |
<UserControl x:Class="ILSpy.BamlDecompiler.Tests.Cases.Issue2116" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:ILSpy.BamlDecompiler.Tests.Cases" xmlns:mc="... | ILSpy/ILSpy.BamlDecompiler.Tests/Cases/Issue2116.xaml/0 | {
"file_path": "ILSpy/ILSpy.BamlDecompiler.Tests/Cases/Issue2116.xaml",
"repo_id": "ILSpy",
"token_count": 373
} | 227 |
using System;
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
[assembly: TargetPlatform("Windows10.0")]
[assembly: SupportedOSPlatform("Windows7.0")]
// General Information about an assembly is controlled t... | ILSpy/ILSpy.ReadyToRun/Properties/AssemblyInfo.cs/0 | {
"file_path": "ILSpy/ILSpy.ReadyToRun/Properties/AssemblyInfo.cs",
"repo_id": "ILSpy",
"token_count": 125
} | 228 |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33808.371
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ILSpy.AddIn.Shared", "ILSpy.AddIn.Shared\ILSpy.AddIn.Shared.shproj", "{ACAB1E5D-B3DF-4092-AA72-692F... | ILSpy/ILSpy.VSExtensions.sln/0 | {
"file_path": "ILSpy/ILSpy.VSExtensions.sln",
"repo_id": "ILSpy",
"token_count": 1064
} | 229 |
// 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/FieldAccessAnalyzer.cs/0 | {
"file_path": "ILSpy/ILSpy/Analyzers/Builtin/FieldAccessAnalyzer.cs",
"repo_id": "ILSpy",
"token_count": 2396
} | 230 |
// 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/ILSpy/Controls/ZoomScrollViewer.cs/0 | {
"file_path": "ILSpy/ILSpy/Controls/ZoomScrollViewer.cs",
"repo_id": "ILSpy",
"token_count": 2620
} | 231 |
// 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/ILSpy/ILSpyTraceListener.cs/0 | {
"file_path": "ILSpy/ILSpy/ILSpyTraceListener.cs",
"repo_id": "ILSpy",
"token_count": 1418
} | 232 |
<!-- 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/Close.xaml/0 | {
"file_path": "ILSpy/ILSpy/Images/Close.xaml",
"repo_id": "ILSpy",
"token_count": 378
} | 233 |
<!-- 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/Event.xaml/0 | {
"file_path": "ILSpy/ILSpy/Images/Event.xaml",
"repo_id": "ILSpy",
"token_count": 309
} | 234 |
<!-- 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/Forward.xaml/0 | {
"file_path": "ILSpy/ILSpy/Images/Forward.xaml",
"repo_id": "ILSpy",
"token_count": 367
} | 235 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 16 16"
version="1.1"
id="svg4"
sodipodi:docname="TypeReference.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforg... | ILSpy/ILSpy/Images/ReferenceOverlay.svg/0 | {
"file_path": "ILSpy/ILSpy/Images/ReferenceOverlay.svg",
"repo_id": "ILSpy",
"token_count": 881
} | 236 |
// 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/Metadata/CorTables/ClassLayoutTableTreeNode.cs/0 | {
"file_path": "ILSpy/ILSpy/Metadata/CorTables/ClassLayoutTableTreeNode.cs",
"repo_id": "ILSpy",
"token_count": 1490
} | 237 |
// 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/Metadata/DataDirectoriesTreeNode.cs/0 | {
"file_path": "ILSpy/ILSpy/Metadata/DataDirectoriesTreeNode.cs",
"repo_id": "ILSpy",
"token_count": 1450
} | 238 |
using System;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using DataGridExtensions;
using ICSharpCode.Decompiler.Util;
namespace ICSharpCode.ILSpy.Metadata
{
/// <summary>
/// Interaction logic for FlagsFilterControl.xaml
/// </summary>
public partial class FlagsFilterControl
{
Li... | ILSpy/ILSpy/Metadata/FlagsFilterControl.xaml.cs/0 | {
"file_path": "ILSpy/ILSpy/Metadata/FlagsFilterControl.xaml.cs",
"repo_id": "ILSpy",
"token_count": 1106
} | 239 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;... | ILSpy/ILSpy/Metadata/MetadataTableViews.xaml.cs/0 | {
"file_path": "ILSpy/ILSpy/Metadata/MetadataTableViews.xaml.cs",
"repo_id": "ILSpy",
"token_count": 393
} | 240 |
<Window x:Class="ICSharpCode.ILSpy.Options.OptionsDialog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:properties="clr-namespace:ICSharpCode.ILSpy.Properties"
xmlns:options="clr-namespace:ICSharpCode.ILSpy.Optio... | ILSpy/ILSpy/Options/OptionsDialog.xaml/0 | {
"file_path": "ILSpy/ILSpy/Options/OptionsDialog.xaml",
"repo_id": "ILSpy",
"token_count": 600
} | 241 |
// 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/TextView/AvalonEditTextOutput.cs/0 | {
"file_path": "ILSpy/ILSpy/TextView/AvalonEditTextOutput.cs",
"repo_id": "ILSpy",
"token_count": 3715
} | 242 |
// 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/TreeNodes/AssemblyReferenceTreeNode.cs/0 | {
"file_path": "ILSpy/ILSpy/TreeNodes/AssemblyReferenceTreeNode.cs",
"repo_id": "ILSpy",
"token_count": 1489
} | 243 |
// Copyright (c) 2023 James May
//
// 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, d... | ILSpy/ILSpy/TreeNodes/TypeReferenceTreeNode.cs/0 | {
"file_path": "ILSpy/ILSpy/TreeNodes/TypeReferenceTreeNode.cs",
"repo_id": "ILSpy",
"token_count": 830
} | 244 |
<Window
x:Class="ICSharpCode.ILSpy.CreateListDialog" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:properties="clr-namespace:ICSharpCode.ILSpy.Properties"
Style="{DynamicResource DialogWindow}"
WindowStartupLocation="CenterOwner"
R... | ILSpy/ILSpy/Views/CreateListDialog.xaml/0 | {
"file_path": "ILSpy/ILSpy/Views/CreateListDialog.xaml",
"repo_id": "ILSpy",
"token_count": 411
} | 245 |
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<UseWpf>true</UseWpf>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<SignAssembly>True</SignAssembly>
<TargetFramework>net8.0-windows</TargetFramework>
<AssemblyOriginatorKeyFile>..\ICSharpCode.Decompil... | ILSpy/SharpTreeView/ICSharpCode.TreeView.csproj/0 | {
"file_path": "ILSpy/SharpTreeView/ICSharpCode.TreeView.csproj",
"repo_id": "ILSpy",
"token_count": 313
} | 246 |
ILAst Pattern Matching
=================
Some IL instructions are classified as "patterns".
```c#
abstract class PatternMatchILInstruction : IStoreInstruction {
public ILInstruction TestedOperand { get; }
public ILVariable Variable { get; } // variable that receives the match result; may also be a temporary
}
p... | ILSpy/doc/ILAst Pattern Matching.md/0 | {
"file_path": "ILSpy/doc/ILAst Pattern Matching.md",
"repo_id": "ILSpy",
"token_count": 1939
} | 247 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System.Runtime.InteropServices;
using UnityEngine;
using UnityEngine.U2D;
using UnityEngine.Bindings;
using System;
namespace UnityEditor.U2D
{
[NativeHe... | UnityCsReference/Editor/Mono/2D/SpriteAtlas/EditorSpriteAtlas.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/2D/SpriteAtlas/EditorSpriteAtlas.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 2717
} | 248 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using UnityEngine;
using System.Collections.Generic;
using UnityEditor.ShortcutManagement;
using UnityEditorInternal;
namespace UnityEditor
{
int... | UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimEditor.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimEditor.cs",
"repo_id": "UnityCsReference",
"token_count": 25900
} | 249 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using UnityEditor;
using UnityEngine;
using System.Collections.Generic;
using System.Linq;
using UnityEditor.IMGUI.Controls;
namespace UnityEditorInt... | UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationWindowHierarchyGUI.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationWindowHierarchyGUI.cs",
"repo_id": "UnityCsReference",
"token_count": 19574
} | 250 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using UnityEngine;
using UnityEditor;
using UnityEditor.ShortcutManagement;
using System.Linq;
using TangentMode = UnityEditor.AnimationUtility.Tange... | UnityCsReference/Editor/Mono/Animation/AnimationWindow/CurveEditorWindow.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/CurveEditorWindow.cs",
"repo_id": "UnityCsReference",
"token_count": 11271
} | 251 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using UnityEngine;
using UnityEditor;
namespace UnityEditorInternal
{
// ... | UnityCsReference/Editor/Mono/Animation/AnimationWindow/IAnimationRecordingState.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/IAnimationRecordingState.cs",
"repo_id": "UnityCsReference",
"token_count": 281
} | 252 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEngine;
using System.Collections.Generic;
using System.Globalization;
namespace UnityEditor
{
[System.Serializable]
class TimeArea : ZoomableAre... | UnityCsReference/Editor/Mono/Animation/TimeArea.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Animation/TimeArea.cs",
"repo_id": "UnityCsReference",
"token_count": 11607
} | 253 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
// NOTE: the build system includes this source file in ALL Editor modules
using System.Runtime.CompilerServices;
using UnityEngine;
[assembly: AssemblyIsEditorAss... | UnityCsReference/Editor/Mono/AssemblyInfo/AssemblyInfo.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/AssemblyInfo/AssemblyInfo.cs",
"repo_id": "UnityCsReference",
"token_count": 2945
} | 254 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using System.Linq;
using System.Collections.Generic;
using UnityEngine;
using Object = UnityEngine.Object;
using UnityEngine.Bindings;
using UnityEngi... | UnityCsReference/Editor/Mono/AssetPipeline/AssetImporter.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/AssetPipeline/AssetImporter.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 2510
} | 255 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using System.IO;
using System.Runtime.InteropServices;
using UnityEngine;
namespace UnityEditor.SpeedTree.Importer
{
#region Data Classes
[S... | UnityCsReference/Editor/Mono/AssetPipeline/SpeedTree/SpeedTree9Reader.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/AssetPipeline/SpeedTree/SpeedTree9Reader.cs",
"repo_id": "UnityCsReference",
"token_count": 10273
} | 256 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEngine;
using System.Collections.Generic;
namespace UnityEditor
{
/**
* Fetching and caches preview images of asset store assets from the
... | UnityCsReference/Editor/Mono/AssetStore/AssetStorePreviewManager.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/AssetStore/AssetStorePreviewManager.cs",
"repo_id": "UnityCsReference",
"token_count": 7338
} | 257 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEditor.Audio;
using UnityEditor.Audio.UIElements;
using UnityEditor.ShortcutManagement... | UnityCsReference/Editor/Mono/Audio/AudioContainerWindow.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Audio/AudioContainerWindow.cs",
"repo_id": "UnityCsReference",
"token_count": 21344
} | 258 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEngine;
using UnityEditor.Audio;
namespace UnityEditor
{
internal static class AudioMixerEffectGUI
{
const string kAudioSliderFloatForma... | UnityCsReference/Editor/Mono/Audio/Mixer/GUI/AudioMixerEffectGUI.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Audio/Mixer/GUI/AudioMixerEffectGUI.cs",
"repo_id": "UnityCsReference",
"token_count": 3625
} | 259 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using UnityEngine;
using UnityEngine.UIElements;
namespace UnityEditor.Audio.UIElements;
class AudioRandomRangeSliderTracker : VisualElement
{
[... | UnityCsReference/Editor/Mono/Audio/UIElements/AudioRandomRangeSliderTracker.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Audio/UIElements/AudioRandomRangeSliderTracker.cs",
"repo_id": "UnityCsReference",
"token_count": 1645
} | 260 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using NiceIO;
using UnityEditor.Build.Reporting;
using UnityE... | UnityCsReference/Editor/Mono/BuildPipeline/AssemblyStripper.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/BuildPipeline/AssemblyStripper.cs",
"repo_id": "UnityCsReference",
"token_count": 7715
} | 261 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.