text
stringlengths
7
35.3M
id
stringlengths
11
185
metadata
dict
__index_level_0__
int64
0
2.14k
fileFormatVersion: 2 guid: 2c141d6067781964fb40dd63bdc2cc5a DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Settings/IgnoreAsmdef/Model/Client/Ignore.asmdef.DISABLED.meta/0
{ "file_path": "ET/Unity/Assets/Settings/IgnoreAsmdef/Model/Client/Ignore.asmdef.DISABLED.meta", "repo_id": "ET", "token_count": 63 }
199
{ "MonoBehaviour": { "Version": 4, "EnableBurstCompilation": true, "EnableOptimisations": true, "EnableSafetyChecks": false, "EnableDebugInAllBuilds": false, "EnableArmv9SecurityFeatures": false, "CpuMinTargetX32": 0, "CpuMaxTargetX32": 0, "CpuMinTargetX64": 0, "CpuMaxTargetX64...
ET/Unity/ProjectSettings/BurstAotSettings_iOS.json/0
{ "file_path": "ET/Unity/ProjectSettings/BurstAotSettings_iOS.json", "repo_id": "ET", "token_count": 156 }
200
#!/bin/sh # # To enable this hook, copy/symlink this file to ".git/hooks/pre-commit". # mklink .git\hooks\pre-commit ..\..\BuildTools\pre-commit set -eu DOTNET_FORMAT_VERSION=6.2.315104 DOTNET_PATH="$LOCALAPPDATA/ICSharpCode/ILSpy/dotnet-format-$DOTNET_FORMAT_VERSION" if [ ! -d "$DOTNET_PATH" ]; then dotnet tool in...
ILSpy/BuildTools/pre-commit/0
{ "file_path": "ILSpy/BuildTools/pre-commit", "repo_id": "ILSpy", "token_count": 328 }
201
/* 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/XamlExtension.cs/0
{ "file_path": "ILSpy/ICSharpCode.BamlDecompiler/Xaml/XamlExtension.cs", "repo_id": "ILSpy", "token_count": 1000 }
202
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <RootNamespace>ICSharpCode.Decompiler.PowerShell</RootNamespace> <LangVersion>8.0</LangV...
ILSpy/ICSharpCode.Decompiler.PowerShell/ICSharpCode.Decompiler.PowerShell.csproj/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.PowerShell/ICSharpCode.Decompiler.PowerShell.csproj", "repo_id": "ILSpy", "token_count": 508 }
203
<?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0-windows</TargetFramework> <RuntimeIdentifier>win-x64</RuntimeIdentifier> <IsPackable>false</IsPackable> <StartupObject>AutoGeneratedProgram</StartupObject> <AllowUnsafeBlocks>True</Al...
ILSpy/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj", "repo_id": "ILSpy", "token_count": 7025 }
204
// 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.Tests/TestCases/Correctness/Comparisons.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Comparisons.cs", "repo_id": "ILSpy", "token_count": 1789 }
205
// 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/MemberLookup.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/MemberLookup.cs", "repo_id": "ILSpy", "token_count": 1134 }
206
using System; using System.Collections.Generic; namespace ICSharpCode.Decompiler.Tests.TestCases.Correctness { public struct MutValueType : IDisposable { public int val; public void Increment() { Console.WriteLine("Inc() called on {0}", val); val = val + 1; } public void Dispose() { Console.W...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/ValueTypeCall.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/ValueTypeCall.cs", "repo_id": "ILSpy", "token_count": 2249 }
207
using System; public sealed class TestClass : IDisposable { void IDisposable.Dispose() { } public void Test(TestClass other) { ((IDisposable)this).Dispose(); ((IDisposable)other).Dispose(); } }
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/DirectCallToExplicitInterfaceImpl.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/DirectCallToExplicitInterfaceImpl.cs", "repo_id": "ILSpy", "token_count": 84 }
208
// ClassLibrary1.UnknownClassTest using System; using System.Collections.Generic; using UnknownNamespace; namespace ClassLibrary1 { public class UnknownClassTest : EventArgs { public void MethodUnknownClass() { //IL_0001: Unknown result type (might be due to invalid IL or missing references) //IL_0007: E...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/GuessAccessors.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/GuessAccessors.cs", "repo_id": "ILSpy", "token_count": 1576 }
209
Imports System Imports System.IO Module Program Sub Main(args As String()) End Sub Sub TestCode(ByVal t As Test, ByVal i As Integer) Dim s As String = "" s += File.ReadAllText("Test.txt") s += "asdf" t.Parameterized(i) = s t.Unparameterized = s + "asdf" End Sub...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1325.vb/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1325.vb", "repo_id": "ILSpy", "token_count": 271 }
210
 // Microsoft (R) .NET Framework IL Disassembler. Version 4.6.1055.0 // Copyright (c) Microsoft Corporation. All rights reserved. // 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 Class...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue2443.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue2443.il", "repo_id": "ILSpy", "token_count": 2094 }
211
#define CORE_ASSEMBLY "System.Runtime" .assembly extern CORE_ASSEMBLY { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) // .?_....: .ver 4:0:0:0 } .assembly extern UnknownAssembly { .publickeytoken = (01 02 03 04 05 06 07 08 ) .ver 1:0:0:0 } .class private auto ansi beforefieldinit Unknow...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/UnknownTypes.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/UnknownTypes.il", "repo_id": "ILSpy", "token_count": 775 }
212
using System; namespace CustomAttributes2 { public static class CustomAttributes { [Flags] public enum EnumWithFlag { All = 0xF, None = 0, Item1 = 1, Item2 = 2, Item3 = 4, Item4 = 8 } [AttributeUsage(AttributeTargets.All)] public class MyAttribute : Attribute { public MyAttribute(En...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributes2.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributes2.cs", "repo_id": "ILSpy", "token_count": 513 }
213
// 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, mo...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/InitializerTests.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/InitializerTests.cs", "repo_id": "ILSpy", "token_count": 11581 }
214
// 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/Switch.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/Switch.cs", "repo_id": "ILSpy", "token_count": 14000 }
215
using System; namespace ICSharpCode.Decompiler.Tests.TestCases.Ugly { public class DisplayClass { public Program thisField; public int field1; public string field2; } public class NestedDisplayClass { public DisplayClass field3; public int field1; public string field2; } public class Program { ...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/AggressiveScalarReplacementOfAggregates.Expected.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/AggressiveScalarReplacementOfAggregates.Expected.cs", "repo_id": "ILSpy", "token_count": 1524 }
216
using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace ICSharpCode.Decompiler.Tests.TestCases.Ugly { public sealed class Handle { private readonly Func<int> _func; public Handle(Func<int> func) { _func = func; } } public static class NoLocalFunctions { ...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoLocalFunctions.Expected.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoLocalFunctions.Expected.cs", "repo_id": "ILSpy", "token_count": 752 }
217
Imports System Imports System.Collections.Generic Imports System.Threading.Tasks Imports System.Runtime.CompilerServices Namespace ICSharpCode.Decompiler.Tests.TestCases.VBPretty Public Class Async Private memberField As Integer Private Shared Function [True]() As Boolean Return True End Function ...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Async.vb/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Async.vb", "repo_id": "ILSpy", "token_count": 1894 }
218
Imports System Imports System.Collections.Generic Namespace ICSharpCode.Decompiler.Tests.TestCases.VBPretty Friend Structure StructWithYieldReturn Private val As Integer Public Iterator Function Count() As IEnumerable(Of Integer) Yield val Yield val End Function End Structure Public Class YieldReturnP...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/YieldReturn.vb/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/YieldReturn.vb", "repo_id": "ILSpy", "token_count": 4217 }
219
// 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/CallBuilder.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/CallBuilder.cs", "repo_id": "ILSpy", "token_count": 27667 }
220
// 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/CSharp/ProjectDecompiler/ProjectFileWriterSdkStyle.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/ProjectDecompiler/ProjectFileWriterSdkStyle.cs", "repo_id": "ILSpy", "token_count": 3676 }
221
// 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/Log.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Resolver/Log.cs", "repo_id": "ILSpy", "token_count": 1011 }
222
// 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/Syntax/DocumentationReference.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/DocumentationReference.cs", "repo_id": "ILSpy", "token_count": 1684 }
223
// 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/CSharp/Syntax/Expressions/Expression.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/Expression.cs", "repo_id": "ILSpy", "token_count": 1277 }
224
// 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/Syntax/Expressions/QueryExpression.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/QueryExpression.cs", "repo_id": "ILSpy", "token_count": 5958 }
225
// // AttributeSection.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 th...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/GeneralScope/AttributeSection.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/GeneralScope/AttributeSection.cs", "repo_id": "ILSpy", "token_count": 1704 }
226
// // FullTypeName.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 So...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/MemberType.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/MemberType.cs", "repo_id": "ILSpy", "token_count": 1612 }
227
// // Roles.cs // // Author: // Mike Krüger <mkrueger@xamarin.com> // // Copyright (c) 2012 Xamarin <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 deal // in the Software with...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Roles.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Roles.cs", "repo_id": "ILSpy", "token_count": 1646 }
228
namespace ICSharpCode.Decompiler.CSharp.Syntax { /// <summary> /// A specific role only used for C# tokens /// </summary> public sealed class TokenRole : Role<CSharpTokenNode> { /// <summary> /// Gets the token as string. Note that the token Name and Token value may differ. /// </summary> public string Tok...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/TokenRole.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/TokenRole.cs", "repo_id": "ILSpy", "token_count": 198 }
229
// // VariableInitializer.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/VariableInitializer.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/TypeMembers/VariableInitializer.cs", "repo_id": "ILSpy", "token_count": 1644 }
230
// 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/IntroduceUnsafeModifier.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Transforms/IntroduceUnsafeModifier.cs", "repo_id": "ILSpy", "token_count": 2403 }
231
// 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/SimpleTypeOrNamespaceReference.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/TypeSystem/SimpleTypeOrNamespaceReference.cs", "repo_id": "ILSpy", "token_count": 1243 }
232
// 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/DisassemblerSignatureTypeProvider.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Disassembler/DisassemblerSignatureTypeProvider.cs", "repo_id": "ILSpy", "token_count": 3356 }
233
// 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/FlowAnalysis/DefiniteAssignmentVisitor.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/FlowAnalysis/DefiniteAssignmentVisitor.cs", "repo_id": "ILSpy", "token_count": 3476 }
234
// 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/ControlFlow/ControlFlowSimplification.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/ControlFlow/ControlFlowSimplification.cs", "repo_id": "ILSpy", "token_count": 3879 }
235
#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/InstructionOutputExtensions.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/InstructionOutputExtensions.cs", "repo_id": "ILSpy", "token_count": 5601 }
236
#nullable enable // 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, modi...
ILSpy/ICSharpCode.Decompiler/IL/Instructions/DynamicInstructions.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Instructions/DynamicInstructions.cs", "repo_id": "ILSpy", "token_count": 6330 }
237
#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/PatternMatching.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Instructions/PatternMatching.cs", "repo_id": "ILSpy", "token_count": 5989 }
238
// 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/AssignVariableNames.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/AssignVariableNames.cs", "repo_id": "ILSpy", "token_count": 10440 }
239
// 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/ILExtraction.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/ILExtraction.cs", "repo_id": "ILSpy", "token_count": 2339 }
240
// Copyright (c) 2021 Daniel Grunwald, 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, modi...
ILSpy/ICSharpCode.Decompiler/IL/Transforms/PatternMatchingTransform.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/PatternMatchingTransform.cs", "repo_id": "ILSpy", "token_count": 8967 }
241
// 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/UserDefinedLogicTransform.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/UserDefinedLogicTransform.cs", "repo_id": "ILSpy", "token_count": 4023 }
242
// 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 { using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; ...
ILSpy/ICSharpCode.Decompiler/Metadata/LightJson/JsonValue.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/LightJson/JsonValue.cs", "repo_id": "ILSpy", "token_count": 7819 }
243
// 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/SignatureBlobComparer.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/SignatureBlobComparer.cs", "repo_id": "ILSpy", "token_count": 3041 }
244
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Reflection; using System.Reflection.Metadata; using System.Reflection.Metadata.Ecma335; using System.Text; using System.Threading.Tasks; using ICSharpCode.Decompiler.Metadata; namespace ICSharpCode.Dec...
ILSpy/ICSharpCode.Decompiler/SRMHacks.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/SRMHacks.cs", "repo_id": "ILSpy", "token_count": 332 }
245
// 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/Accessibility.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Accessibility.cs", "repo_id": "ILSpy", "token_count": 1556 }
246
// 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/ITypeParameter.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/ITypeParameter.cs", "repo_id": "ILSpy", "token_count": 1454 }
247
// 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/DummyTypeParameter.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/DummyTypeParameter.cs", "repo_id": "ILSpy", "token_count": 2124 }
248
// 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/TypeSystem/Implementation/MinimalCorlib.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/MinimalCorlib.cs", "repo_id": "ILSpy", "token_count": 3872 }
249
// 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/InheritanceHelper.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/InheritanceHelper.cs", "repo_id": "ILSpy", "token_count": 2735 }
250
// Copyright (c) 2010-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 us...
ILSpy/ICSharpCode.Decompiler/TypeSystem/TaskType.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/TaskType.cs", "repo_id": "ILSpy", "token_count": 1636 }
251
#nullable enable using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; namespace ICSharpCode.Decompiler.Util { static class CollectionExtensions { public static void Deconstruct<K, V>(this KeyValuePair<K, V> pair, out K key, out V value) { key = pair.Key; v...
ILSpy/ICSharpCode.Decompiler/Util/CollectionExtensions.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Util/CollectionExtensions.cs", "repo_id": "ILSpy", "token_count": 4639 }
252
// Copyright (c) 2018 Daniel Grunwald // This file is based on the Mono implementation of ResXResourceWriter. // It is modified to add support for "ResourceSerializedObject" values. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation fi...
ILSpy/ICSharpCode.Decompiler/Util/ResXResourceWriter.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Util/ResXResourceWriter.cs", "repo_id": "ILSpy", "token_count": 4402 }
253
// 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/Search/AbstractEntitySearchStrategy.cs/0
{ "file_path": "ILSpy/ICSharpCode.ILSpyX/Search/AbstractEntitySearchStrategy.cs", "repo_id": "ILSpy", "token_count": 1077 }
254
// PkgCmdID.cs // MUST match PkgCmdID.h namespace ICSharpCode.ILSpy.AddIn { static class PkgCmdIDList { public const uint cmdidOpenILSpy = 0x100; public const uint cmdidOpenReferenceInILSpy = 0x200; public const uint cmdidOpenProjectOutputInILSpy = 0x300; public const uint cmdidOpenCodeItemInILSpy = 0x0400;...
ILSpy/ILSpy.AddIn.Shared/PkgCmdID.cs/0
{ "file_path": "ILSpy/ILSpy.AddIn.Shared/PkgCmdID.cs", "repo_id": "ILSpy", "token_count": 130 }
255
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <Grid x:Key="grid" x:XmlAttributeProperties.XmlSpace="preserve" /> </ResourceDictionary>
ILSpy/ILSpy.BamlDecompiler.Tests/Cases/Issue2052.xaml/0
{ "file_path": "ILSpy/ILSpy.BamlDecompiler.Tests/Cases/Issue2052.xaml", "repo_id": "ILSpy", "token_count": 86 }
256
using System; using System.IO; using System.Linq; using System.Text; using WixSharp; using WixSharp.Controls; namespace ILSpy.Installer { internal class Builder { static public void Main() { Compiler.AutoGeneration.IgnoreWildCardEmptyDirectories = true; #if DEBUG var buildConfiguration = "Debug"; #else ...
ILSpy/ILSpy.Installer/setup.cs/0
{ "file_path": "ILSpy/ILSpy.Installer/setup.cs", "repo_id": "ILSpy", "token_count": 1556 }
257
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ICSharpCode.ILSpy.Tests.Analyzers.TestCases.Main { class MainAssembly { public string UsesSystemStringEmpty() { return string.Empty; } public int UsesInt32() { return int.Pa...
ILSpy/ILSpy.Tests/Analyzers/TestCases/MainAssembly.cs/0
{ "file_path": "ILSpy/ILSpy.Tests/Analyzers/TestCases/MainAssembly.cs", "repo_id": "ILSpy", "token_count": 134 }
258
// 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/AttributeAppliedToAnalyzer.cs/0
{ "file_path": "ILSpy/ILSpy/Analyzers/Builtin/AttributeAppliedToAnalyzer.cs", "repo_id": "ILSpy", "token_count": 2447 }
259
// 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/TypeUsedByAnalyzer.cs/0
{ "file_path": "ILSpy/ILSpy/Analyzers/Builtin/TypeUsedByAnalyzer.cs", "repo_id": "ILSpy", "token_count": 4924 }
260
// 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/CommandLineArguments.cs/0
{ "file_path": "ILSpy/ILSpy/CommandLineArguments.cs", "repo_id": "ILSpy", "token_count": 886 }
261
using System; using System.Collections.Generic; using System.Linq; using System.Reflection.Metadata; using System.Text; using System.Threading.Tasks; using ICSharpCode.Decompiler.Metadata; using ICSharpCode.ILSpy.TreeNodes; using ICSharpCode.TreeView; namespace ICSharpCode.ILSpy { public interface IProtocolHandler ...
ILSpy/ILSpy/Commands/IProtocolHandler.cs/0
{ "file_path": "ILSpy/ILSpy/Commands/IProtocolHandler.cs", "repo_id": "ILSpy", "token_count": 142 }
262
// 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/ILSpy/Commands/SimpleCommand.cs/0
{ "file_path": "ILSpy/ILSpy/Commands/SimpleCommand.cs", "repo_id": "ILSpy", "token_count": 698 }
263
// 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/Controls/SortableGridViewColumn.cs/0
{ "file_path": "ILSpy/ILSpy/Controls/SortableGridViewColumn.cs", "repo_id": "ILSpy", "token_count": 2776 }
264
// 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/GuessFileType.cs/0
{ "file_path": "ILSpy/ILSpy/GuessFileType.cs", "repo_id": "ILSpy", "token_count": 1920 }
265
<!-- 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="F1M0,0L16,0 16,16 0,16z" /> <GeometryDrawing Brush="#FFF6F6F6" Geometry="F1...
ILSpy/ILSpy/Images/Folder.Open.xaml/0
{ "file_path": "ILSpy/ILSpy/Images/Folder.Open.xaml", "repo_id": "ILSpy", "token_count": 440 }
266
<?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/OverlayPrivate.svg/0
{ "file_path": "ILSpy/ILSpy/Images/OverlayPrivate.svg", "repo_id": "ILSpy", "token_count": 1495 }
267
<!-- 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/ShowPublicOnly.xaml/0
{ "file_path": "ILSpy/ILSpy/Images/ShowPublicOnly.xaml", "repo_id": "ILSpy", "token_count": 385 }
268
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg viewBox="0 0 16 16" version="1.1" id="svg8" sodipodi:docname="ZoomIn.svg" inkscape:version="1.1 (c68e22c387, 2021-05-23)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodi...
ILSpy/ILSpy/Images/ZoomIn.svg/0
{ "file_path": "ILSpy/ILSpy/Images/ZoomIn.svg", "repo_id": "ILSpy", "token_count": 1286 }
269
// 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/CoffHeaderTreeNode.cs/0
{ "file_path": "ILSpy/ILSpy/Metadata/CoffHeaderTreeNode.cs", "repo_id": "ILSpy", "token_count": 2140 }
270
// 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/GenericParamTableTreeNode.cs/0
{ "file_path": "ILSpy/ILSpy/Metadata/CorTables/GenericParamTableTreeNode.cs", "repo_id": "ILSpy", "token_count": 1447 }
271
// 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/TypeDefTableTreeNode.cs/0
{ "file_path": "ILSpy/ILSpy/Metadata/CorTables/TypeDefTableTreeNode.cs", "repo_id": "ILSpy", "token_count": 2643 }
272
// 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/MetadataProtocolHandler.cs/0
{ "file_path": "ILSpy/ILSpy/Metadata/MetadataProtocolHandler.cs", "repo_id": "ILSpy", "token_count": 622 }
273
<UserControl x:Class="ICSharpCode.ILSpy.Options.MiscSettingsPanel" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d...
ILSpy/ILSpy/Options/MiscSettingsPanel.xaml/0
{ "file_path": "ILSpy/ILSpy/Options/MiscSettingsPanel.xaml", "repo_id": "ILSpy", "token_count": 425 }
274
// 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/SolutionWriter.cs/0
{ "file_path": "ILSpy/ILSpy/SolutionWriter.cs", "repo_id": "ILSpy", "token_count": 2888 }
275
using System; using System.Collections.Generic; using System.Windows.Media; using ICSharpCode.AvalonEdit.Highlighting; using ICSharpCode.AvalonEdit.Rendering; using ICSharpCode.ILSpy.Themes; namespace ICSharpCode.ILSpy.TextView; #nullable enable public class ThemeAwareHighlightingColorizer : HighlightingColorizer {...
ILSpy/ILSpy/TextView/ThemeAwareHighlightingColorizer.cs/0
{ "file_path": "ILSpy/ILSpy/TextView/ThemeAwareHighlightingColorizer.cs", "repo_id": "ILSpy", "token_count": 1100 }
276
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:controls="clr-namespace:ICSharpCode.ILSpy.Controls" xmlns:themes="clr-namespace:ICSharpCode.ILSpy.Themes"> <ResourceDictionary.MergedDictionaries> <ResourceDictionary...
ILSpy/ILSpy/Themes/generic.xaml/0
{ "file_path": "ILSpy/ILSpy/Themes/generic.xaml", "repo_id": "ILSpy", "token_count": 770 }
277
// 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/MethodTreeNode.cs/0
{ "file_path": "ILSpy/ILSpy/TreeNodes/MethodTreeNode.cs", "repo_id": "ILSpy", "token_count": 1483 }
278
// 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/ResourceNodes/XamlResourceNode.cs/0
{ "file_path": "ILSpy/ILSpy/TreeNodes/ResourceNodes/XamlResourceNode.cs", "repo_id": "ILSpy", "token_count": 1100 }
279
// Copyright (c) 2019 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/ViewModels/TabPageModel.cs/0
{ "file_path": "ILSpy/ILSpy/ViewModels/TabPageModel.cs", "repo_id": "ILSpy", "token_count": 1220 }
280
// Copyright (c) 2020 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/SharpTreeView/SharpTreeViewTextSearch.cs/0
{ "file_path": "ILSpy/SharpTreeView/SharpTreeViewTextSearch.cs", "repo_id": "ILSpy", "token_count": 1950 }
281
@setlocal enabledelayedexpansion @set MSBUILD= @for /D %%M in ("%ProgramFiles%\Microsoft Visual Studio\2022"\*) do @( @if exist "%%M\MSBuild\Current\Bin\MSBuild.exe" ( @set "MSBUILD=%%M\MSBuild\Current\Bin\MSBuild.exe" ) ) @if "%MSBUILD%" == "" ( @echo Could not find VS2022 MSBuild @exit /b 1 ) ...
ILSpy/debugbuild.bat/0
{ "file_path": "ILSpy/debugbuild.bat", "repo_id": "ILSpy", "token_count": 198 }
282
// 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.U2D.Interface; namespace UnityEditor.U2D.Common { internal class TexturePlatformSettingsView : ITexturePlatf...
UnityCsReference/Editor/Mono/2D/Common/TexturePlatformSettingsView.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/2D/Common/TexturePlatformSettingsView.cs", "repo_id": "UnityCsReference", "token_count": 3568 }
283
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System.Collections.Generic; using UnityEditor; using UnityEngine; using System; using System.Linq; using UnityEditor.IMGUI.Controls; using Object = UnityEngin...
UnityCsReference/Editor/Mono/Animation/AnimationWindow/AddCurvesPopupHierarchyBuilder.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/AddCurvesPopupHierarchyBuilder.cs", "repo_id": "UnityCsReference", "token_count": 6311 }
284
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System.Linq; using UnityEngine; using UnityEditor; using System.Collections.Generic; using System.Reflection; using System; using Object = UnityEngine.Object;...
UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationWindowEventInspector.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationWindowEventInspector.cs", "repo_id": "UnityCsReference", "token_count": 12525 }
285
// 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; using System.Collections; using System.Collections.Generic; using System.Linq; using RectangleToolFlags = UnityEditor.CurveEd...
UnityCsReference/Editor/Mono/Animation/AnimationWindow/CurveEditorRectangleTool.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/CurveEditorRectangleTool.cs", "repo_id": "UnityCsReference", "token_count": 19939 }
286
// 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 UnityEditorInternal; using System.Collections.Generic; namespace UnityEditor { internal class DopeSheetEditorRectangleTool : Rectangle...
UnityCsReference/Editor/Mono/Animation/AnimationWindow/DopeSheetEditorRectangleTool.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/DopeSheetEditorRectangleTool.cs", "repo_id": "UnityCsReference", "token_count": 8496 }
287
// 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 UnityEditor; using System.Linq; namespace UnityEditor.Animations { internal struct PushUndoIfNeeded ...
UnityCsReference/Editor/Mono/Animation/StateMachine.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/StateMachine.cs", "repo_id": "UnityCsReference", "token_count": 12153 }
288
// 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.ShortcutManagement; using UnityEngine; namespace UnityEditor { public class SceneViewCameraWindow : PopupWindowContent { ...
UnityCsReference/Editor/Mono/Annotation/SceneViewCameraWindow.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Annotation/SceneViewCameraWindow.cs", "repo_id": "UnityCsReference", "token_count": 5692 }
289
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEditor; using UnityEngine; namespace UnityEditorInternal { [ExcludeFromPreset] public sealed partial class AssemblyDefinitionImporter : AssetImp...
UnityCsReference/Editor/Mono/AssetPipeline/AssemblyDefinitionImporter.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/AssetPipeline/AssemblyDefinitionImporter.cs", "repo_id": "UnityCsReference", "token_count": 158 }
290
// 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.AssetImporters; using UnityEngine; namespace UnityEditor.SpeedTree.Importer { class SpeedTree9ImporterMaterialEditor : BaseSpee...
UnityCsReference/Editor/Mono/AssetPipeline/SpeedTree/SpeedTree9ImporterMaterialEditor.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/AssetPipeline/SpeedTree/SpeedTree9ImporterMaterialEditor.cs", "repo_id": "UnityCsReference", "token_count": 7560 }
291
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEditorInternal; using UnityEngine; using UnityEditor; using System.Collections.Generic; namespace UnityEditor { /** * An asset store asset. ...
UnityCsReference/Editor/Mono/AssetStore/AssetStoreAsset.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/AssetStore/AssetStoreAsset.cs", "repo_id": "UnityCsReference", "token_count": 16462 }
292
// 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.Build; using UnityEditor.Build.Reporting; using UnityEngine; using UnityEngine.Audio; using UnityEngine.Analytics; namespace UnityE...
UnityCsReference/Editor/Mono/Audio/Analytics/AudioRandomContainerBuildAnalyticsEvent.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Audio/Analytics/AudioRandomContainerBuildAnalyticsEvent.cs", "repo_id": "UnityCsReference", "token_count": 995 }
293
// 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.Linq; using System; using UnityEditorInternal; using UnityEditor.Audio; using System.Globalization...
UnityCsReference/Editor/Mono/Audio/Mixer/GUI/AudioMixerChannelStripView.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Audio/Mixer/GUI/AudioMixerChannelStripView.cs", "repo_id": "UnityCsReference", "token_count": 43174 }
294
// 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.Reflection; using UnityEngine; namespace UnityEditor { class StreamedAudioClipPreview : WaveformP...
UnityCsReference/Editor/Mono/Audio/StreamedAudioClipPreview.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Audio/StreamedAudioClipPreview.cs", "repo_id": "UnityCsReference", "token_count": 9451 }
295
// 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 UnityEngine.Bindings; using uei = UnityEngine.Internal; namespace UnityEditor.BugReporting { // Keep in sync with "Editor/Platform/Int...
UnityCsReference/Editor/Mono/BugReportingTools.bindings.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/BugReportingTools.bindings.cs", "repo_id": "UnityCsReference", "token_count": 251 }
296
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System.Linq; using UnityEngine; using System.Collections.Generic; using System.IO; using System; using UnityEditor.Build; using UnityEditor.Build.Reporting; u...
UnityCsReference/Editor/Mono/BuildPipeline/PostprocessBuildPlayer.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/BuildPipeline/PostprocessBuildPlayer.cs", "repo_id": "UnityCsReference", "token_count": 5566 }
297
// 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 JetBrains.Annotations; using UnityEditor.Modules; using UnityEngine; using UnityEngine.Bindings; namespace UnityEditor.Build.Profile { publ...
UnityCsReference/Editor/Mono/BuildProfile/BuildProfileCreate.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/BuildProfile/BuildProfileCreate.cs", "repo_id": "UnityCsReference", "token_count": 1037 }
298