text
stringlengths
7
35.3M
id
stringlengths
11
185
metadata
dict
__index_level_0__
int64
0
2.14k
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!159 &1 EditorSettings: m_ObjectHideFlags: 0 serializedVersion: 11 m_SerializationMode: 2 m_LineEndingsForNewScripts: 1 m_DefaultBehaviorMode: 0 m_PrefabRegularEnvironment: {fileID: 0} m_PrefabUIEnvironment: {fileID: 0} m_SpritePackerMode: 5 m_SpritePacke...
ET/Unity/ProjectSettings/EditorSettings.asset/0
{ "file_path": "ET/Unity/ProjectSettings/EditorSettings.asset", "repo_id": "ET", "token_count": 501 }
200
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!78 &1 TagManager: serializedVersion: 2 tags: [] layers: - Default - TransparentFX - Ignore Raycast - - Water - UI - - - Map - Hidden - - - - - - - - - - - - - - - - - - - - - - ...
ET/Unity/ProjectSettings/TagManager.asset/0
{ "file_path": "ET/Unity/ProjectSettings/TagManager.asset", "repo_id": "ET", "token_count": 214 }
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/XamlUtils.cs/0
{ "file_path": "ILSpy/ICSharpCode.BamlDecompiler/Xaml/XamlUtils.cs", "repo_id": "ILSpy", "token_count": 1189 }
202
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net8.0</TargetFramework> <Nullable>enable</Nullable> </PropertyGroup> </Project>
ILSpy/ICSharpCode.Decompiler.TestRunner/ICSharpCode.Decompiler.TestRunner.csproj/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.TestRunner/ICSharpCode.Decompiler.TestRunner.csproj", "repo_id": "ILSpy", "token_count": 75 }
203
// 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/PrettyTestRunner.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/PrettyTestRunner.cs", "repo_id": "ILSpy", "token_count": 9062 }
204
using System; namespace ICSharpCode.Decompiler.Tests.TestCases.Correctness { class PropertiesAndEvents { public static int Main(string[] args) { Index i = new Index(); i.AutoProp = "Name"; Console.WriteLine("AutoProp set!"); i[0] = 5; i[1] = 2; Console.WriteLine("{0} {1}", i[0], i[5]); Cons...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/PropertiesAndEvents.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/PropertiesAndEvents.cs", "repo_id": "ILSpy", "token_count": 323 }
205
.assembly extern mscorlib { .publickeytoken = ( b7 7a 5c 56 19 34 e0 89 ) .ver 4:0:0:0 } .assembly SecurityDeclarations { .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/SortMembers.expected.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Disassembler/Pretty/SortMembers.expected.il", "repo_id": "ILSpy", "token_count": 4467 }
206
#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 EvalOrder extends [System.Private.CoreLib]System.Object { .field private valuetype SimpleStruct '...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/EvalOrder.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/EvalOrder.il", "repo_id": "ILSpy", "token_count": 698 }
207
// 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/Issue1047.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1047.il", "repo_id": "ILSpy", "token_count": 538 }
208
namespace ICSharpCode.Decompiler.Tests.TestCases.ILPretty { internal class BaseClass { public int importsClausePosition; } internal class Issue1681 : BaseClass { public void Test() { _ = importsClausePosition; } } }
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1681.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1681.cs", "repo_id": "ILSpy", "token_count": 91 }
209
using System; public static class Issue684 { static int Main(string[] A_0) { int[] array = new int[1000]; int num = int.Parse(Console.ReadLine()); // Point of this test was to ensure the stack slot here uses an appropriate type, // (bool instead of int). Unfortunately our type fixup runs too late to affect ...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue684.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue684.cs", "repo_id": "ILSpy", "token_count": 428 }
210
using System; namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty { internal class Discards { public class @_ { } public void GetOut(out int value) { value = 0; } public void GetOutOverloaded(out int value) { value = 0; } public void GetOutOverloaded(out string value) { value ...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/Discards.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/Discards.cs", "repo_id": "ILSpy", "token_count": 348 }
211
// 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/LocalFunctions.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/LocalFunctions.cs", "repo_id": "ILSpy", "token_count": 7895 }
212
using System; using System.Collections.Generic; using System.Linq; namespace ICSharpCode.Decompiler.Tests.Pretty { internal class QualifierTests { private struct Test { private int dummy; private void DeclaringType(QualifierTests instance) { instance.NoParameters(); } private void Declaring...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/QualifierTests.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/QualifierTests.cs", "repo_id": "ILSpy", "token_count": 2189 }
213
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, co...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/TypeMemberTests.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/TypeMemberTests.cs", "repo_id": "ILSpy", "token_count": 6936 }
214
// 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 AggressiveScalarReplacementOfAggregates { .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/AggressiveScalarReplacementOfAggregates.roslyn.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/AggressiveScalarReplacementOfAggregates.roslyn.il", "repo_id": "ILSpy", "token_count": 12388 }
215
// 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 tmpA29A { .custom instance void [mscorlib]System.Runtime.CompilerServices.ExtensionAttribute::.ctor() = ( 01 00 00 00 ) .custom instance void...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoExtensionMethods.opt.net40.roslyn.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoExtensionMethods.opt.net40.roslyn.il", "repo_id": "ILSpy", "token_count": 1872 }
216
// 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 NoLocalFunctions { .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoLocalFunctions.roslyn.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoLocalFunctions.roslyn.il", "repo_id": "ILSpy", "token_count": 3560 }
217
using System; using Microsoft.VisualBasic.CompilerServices; [StandardModule] internal sealed class Program { public static void SelectOnString() { switch (Environment.CommandLine) { case "123": Console.WriteLine("a"); break; case "444": Console.WriteLine("b"); break; case "222": Co...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Select.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Select.cs", "repo_id": "ILSpy", "token_count": 290 }
218
// 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/UglyTestRunner.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/UglyTestRunner.cs", "repo_id": "ILSpy", "token_count": 2199 }
219
// // FormattingOptionsFactory.cs // // Author: // Mike Krüger <mkrueger@xamarin.com> // // Copyright (c) 2012 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 deal...
ILSpy/ICSharpCode.Decompiler/CSharp/OutputVisitor/FormattingOptionsFactory.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/OutputVisitor/FormattingOptionsFactory.cs", "repo_id": "ILSpy", "token_count": 6085 }
220
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Reflection.Metadata; using ICSharpCode.Decompiler.Disassembler; using ICSharpCode.Decompiler.Metadata; using ICSharpCode.Decompiler.TypeSystem; using ICSharpCode.Decompiler.TypeSystem.Implementation; u...
ILSpy/ICSharpCode.Decompiler/CSharp/RequiredNamespaceCollector.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/RequiredNamespaceCollector.cs", "repo_id": "ILSpy", "token_count": 4722 }
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/OverloadResolutionErrors.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Resolver/OverloadResolutionErrors.cs", "repo_id": "ILSpy", "token_count": 1051 }
222
// // ThisReferenceExpression.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/ThisReferenceExpression.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/ThisReferenceExpression.cs", "repo_id": "ILSpy", "token_count": 695 }
223
// // NamespaceDeclaration.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/GeneralScope/NamespaceDeclaration.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/GeneralScope/NamespaceDeclaration.cs", "repo_id": "ILSpy", "token_count": 1574 }
224
// // TryCatchStatement.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 t...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Statements/TryCatchStatement.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Statements/TryCatchStatement.cs", "repo_id": "ILSpy", "token_count": 2646 }
225
// 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/TypeMembers/EntityDeclaration.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/TypeMembers/EntityDeclaration.cs", "repo_id": "ILSpy", "token_count": 1415 }
226
// 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/CombineQueryExpressions.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Transforms/CombineQueryExpressions.cs", "repo_id": "ILSpy", "token_count": 2421 }
227
// 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/CSharp/Transforms/RemoveCLSCompliantAttribute.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Transforms/RemoveCLSCompliantAttribute.cs", "repo_id": "ILSpy", "token_count": 654 }
228
using System; using System.Collections.Generic; using System.Reflection.Metadata; using System.Text; namespace ICSharpCode.Decompiler.DebugInfo { public struct Variable { public Variable(int index, string name) { Index = index; Name = name; } public int Index { get; } public string Name { get; } }...
ILSpy/ICSharpCode.Decompiler/DebugInfo/IDebugInfoProvider.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/DebugInfo/IDebugInfoProvider.cs", "repo_id": "ILSpy", "token_count": 272 }
229
// 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/OpCodeInfo.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Disassembler/OpCodeInfo.cs", "repo_id": "ILSpy", "token_count": 1235 }
230
using System.Collections.Generic; using System.Text.RegularExpressions; namespace Humanizer.Inflections { /// <summary> /// A container for exceptions to simple pluralization/singularization rules. /// Vocabularies.Default contains an extensive list of rules for US English. /// At this time, multiple vocabularies...
ILSpy/ICSharpCode.Decompiler/Humanizer/Vocabulary.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Humanizer/Vocabulary.cs", "repo_id": "ILSpy", "token_count": 1987 }
231
// Copyright (c) 2012 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/IL/ControlFlow/StateRangeAnalysis.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/ControlFlow/StateRangeAnalysis.cs", "repo_id": "ILSpy", "token_count": 3828 }
232
#nullable enable // Copyright (c) 2014-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, ...
ILSpy/ICSharpCode.Decompiler/IL/Instructions/Block.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Instructions/Block.cs", "repo_id": "ILSpy", "token_count": 5935 }
233
#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/IfInstruction.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Instructions/IfInstruction.cs", "repo_id": "ILSpy", "token_count": 1715 }
234
#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/TryInstruction.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Instructions/TryInstruction.cs", "repo_id": "ILSpy", "token_count": 3587 }
235
// Copyright (c) 2020 Siegfried Pammer // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // pub...
ILSpy/ICSharpCode.Decompiler/IL/Transforms/DeconstructionTransform.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/DeconstructionTransform.cs", "repo_id": "ILSpy", "token_count": 6190 }
236
// 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/IL/Transforms/SplitVariables.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/SplitVariables.cs", "repo_id": "ILSpy", "token_count": 3767 }
237
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Reflection.Metadata; namespace ICSharpCode.Decompil...
ILSpy/ICSharpCode.Decompiler/Metadata/CustomAttributeDecoder.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/CustomAttributeDecoder.cs", "repo_id": "ILSpy", "token_count": 2503 }
238
// 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.IO; using ErrorType = JsonParseException.ErrorType; /// <summary> /// Represents a t...
ILSpy/ICSharpCode.Decompiler/Metadata/LightJson/Serialization/TextScanner.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/LightJson/Serialization/TextScanner.cs", "repo_id": "ILSpy", "token_count": 2081 }
239
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Diagnostics.CodeAnalysis { [AttributeUsage(AttributeTargets.Method | AttributeTargets.Property, Inherited = false, AllowMultiple = true)] internal sealed class Me...
ILSpy/ICSharpCode.Decompiler/NRTAttributes.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/NRTAttributes.cs", "repo_id": "ILSpy", "token_count": 215 }
240
// 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/ComHelper.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/ComHelper.cs", "repo_id": "ILSpy", "token_count": 704 }
241
// 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/IMethod.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/IMethod.cs", "repo_id": "ILSpy", "token_count": 1293 }
242
// 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/AbstractTypeParameter.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/AbstractTypeParameter.cs", "repo_id": "ILSpy", "token_count": 4406 }
243
// 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/KnownTypeCache.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/KnownTypeCache.cs", "repo_id": "ILSpy", "token_count": 712 }
244
// 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/SpecializedEvent.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/SpecializedEvent.cs", "repo_id": "ILSpy", "token_count": 832 }
245
// 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/TypeSystem/NormalizeTypeVisitor.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/NormalizeTypeVisitor.cs", "repo_id": "ILSpy", "token_count": 1831 }
246
// 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/TypeProvider.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/TypeProvider.cs", "repo_id": "ILSpy", "token_count": 2062 }
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/Util/GraphVizGraph.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Util/GraphVizGraph.cs", "repo_id": "ILSpy", "token_count": 2289 }
248
#nullable enable using System; using System.Collections.Generic; using System.Diagnostics; using System.Reflection.PortableExecutable; namespace ICSharpCode.Decompiler.Util { /// <summary> /// Represents win32 resources /// </summary> public static class Win32Resources { /// <summary> /// Reads win32 resourc...
ILSpy/ICSharpCode.Decompiler/Util/Win32Resources.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Util/Win32Resources.cs", "repo_id": "ILSpy", "token_count": 2904 }
249
// Copyright (c) 2022 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.ILSpyX/Extensions/CollectionExtensions.cs/0
{ "file_path": "ILSpy/ICSharpCode.ILSpyX/Extensions/CollectionExtensions.cs", "repo_id": "ILSpy", "token_count": 1478 }
250
// 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/MemberSearchStrategy.cs/0
{ "file_path": "ILSpy/ICSharpCode.ILSpyX/Search/MemberSearchStrategy.cs", "repo_id": "ILSpy", "token_count": 1755 }
251
using System; using System.Collections.Generic; using System.ComponentModel.Design; using System.IO; using System.Linq; using Microsoft.VisualStudio.Shell; using Mono.Cecil; using DTEConstants = EnvDTE.Constants; namespace ICSharpCode.ILSpy.AddIn.Commands { public class DetectedReference { public DetectedRefer...
ILSpy/ILSpy.AddIn.Shared/Commands/OpenILSpyCommand.cs/0
{ "file_path": "ILSpy/ILSpy.AddIn.Shared/Commands/OpenILSpyCommand.cs", "repo_id": "ILSpy", "token_count": 1541 }
252
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes a...
ILSpy/ILSpy.AddIn.Shared/VSPackage.en-US.resx/0
{ "file_path": "ILSpy/ILSpy.AddIn.Shared/VSPackage.en-US.resx", "repo_id": "ILSpy", "token_count": 2462 }
253
<UserControl x:Class="BamlTest.UserControl1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:bamltest="clr-namespace:BamlTest"> <FrameworkElement.Resources> <ResourceDictionary> <Style x:Key="baseStyle" TargetType="{x:Type Control}" /...
ILSpy/ILSpy.BamlDecompiler.Tests/Cases/Issue445.xaml/0
{ "file_path": "ILSpy/ILSpy.BamlDecompiler.Tests/Cases/Issue445.xaml", "repo_id": "ILSpy", "token_count": 277 }
254
<?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> <EnableDefaultItems>false<...
ILSpy/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj/0
{ "file_path": "ILSpy/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj", "repo_id": "ILSpy", "token_count": 1707 }
255
{ "solution": { "path": "ILSpy.sln", "projects": [ "ICSharpCode.ILSpyCmd\\ICSharpCode.ILSpyCmd.csproj", "ICSharpCode.Decompiler.PowerShell\\ICSharpCode.Decompiler.PowerShell.csproj", "ICSharpCode.Decompiler.TestRunner\\ICSharpCode.Decompiler.TestRunner.csproj", "ICSharpCode.Decompiler.Tests\\ICSharpCod...
ILSpy/ILSpy.XPlat.slnf/0
{ "file_path": "ILSpy/ILSpy.XPlat.slnf", "repo_id": "ILSpy", "token_count": 210 }
256
// 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/MemberImplementsInterfaceAnalyzer.cs/0
{ "file_path": "ILSpy/ILSpy/Analyzers/Builtin/MemberImplementsInterfaceAnalyzer.cs", "repo_id": "ILSpy", "token_count": 719 }
257
// 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/DecompilationOptions.cs/0
{ "file_path": "ILSpy/ILSpy/DecompilationOptions.cs", "repo_id": "ILSpy", "token_count": 1353 }
258
<!-- 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/CollapseAll.xaml/0
{ "file_path": "ILSpy/ILSpy/Images/CollapseAll.xaml", "repo_id": "ILSpy", "token_count": 385 }
259
<DrawingGroup xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ClipGeometry="M0,0 V16 H16 V0 H0 Z"> <DrawingGroup.Transform> <TranslateTransform X="12.444443702697754" Y="12.444443702697754" /> </DrawingGroup.Transform> <DrawingGroup Opacity="1" Transform="0.5625,0,0,1,7,12.444445"> <GeometryDra...
ILSpy/ILSpy/Images/ExportOverlay.xaml/0
{ "file_path": "ILSpy/ILSpy/Images/ExportOverlay.xaml", "repo_id": "ILSpy", "token_count": 678 }
260
<!-- 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/Header.xaml/0
{ "file_path": "ILSpy/ILSpy/Images/Header.xaml", "repo_id": "ILSpy", "token_count": 427 }
261
// 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/Languages/CSharpHighlightingTokenWriter.cs/0
{ "file_path": "ILSpy/ILSpy/Languages/CSharpHighlightingTokenWriter.cs", "repo_id": "ILSpy", "token_count": 6092 }
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, co...
ILSpy/ILSpy/Metadata/CorTables/CustomAttributeTableTreeNode.cs/0
{ "file_path": "ILSpy/ILSpy/Metadata/CorTables/CustomAttributeTableTreeNode.cs", "repo_id": "ILSpy", "token_count": 1401 }
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/Metadata/DebugDirectory/DebugDirectoryEntryTreeNode.cs/0
{ "file_path": "ILSpy/ILSpy/Metadata/DebugDirectory/DebugDirectoryEntryTreeNode.cs", "repo_id": "ILSpy", "token_count": 721 }
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/Metadata/FlagsTooltip.xaml.cs/0
{ "file_path": "ILSpy/ILSpy/Metadata/FlagsTooltip.xaml.cs", "repo_id": "ILSpy", "token_count": 1714 }
265
// 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/MetadataTreeNode.cs/0
{ "file_path": "ILSpy/ILSpy/Metadata/MetadataTreeNode.cs", "repo_id": "ILSpy", "token_count": 1723 }
266
#region Using directives using System; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Versioning; #endregion // General Information about an assembly is controlled through the f...
ILSpy/ILSpy/Properties/AssemblyInfo.cs/0
{ "file_path": "ILSpy/ILSpy/Properties/AssemblyInfo.cs", "repo_id": "ILSpy", "token_count": 821 }
267
<?xml version="1.0"?> <SyntaxDefinition name="C#" extensions=".cs" xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008"> <!-- This is a variant of the AvalonEdit C# highlighting that has several constructs disabled. The disabled constructs (e.g. contextual keywords) are highlighted using the CSharp...
ILSpy/ILSpy/TextView/CSharp-Mode.xshd/0
{ "file_path": "ILSpy/ILSpy/TextView/CSharp-Mode.xshd", "repo_id": "ILSpy", "token_count": 2594 }
268
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:styles="urn:TomsToolbox.Wpf.Styles" xmlns:themes="clr-namespace:ICSharpCode.ILSpy.Themes"> <ResourceDictionary....
ILSpy/ILSpy/Themes/Base.Light.xaml/0
{ "file_path": "ILSpy/ILSpy/Themes/Base.Light.xaml", "repo_id": "ILSpy", "token_count": 1833 }
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/TreeNodes/PropertyTreeNode.cs/0
{ "file_path": "ILSpy/ILSpy/TreeNodes/PropertyTreeNode.cs", "repo_id": "ILSpy", "token_count": 1191 }
270
<UserControl x:Class="ICSharpCode.ILSpy.DebugSteps" 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="http://schema...
ILSpy/ILSpy/Views/DebugSteps.xaml/0
{ "file_path": "ILSpy/ILSpy/Views/DebugSteps.xaml", "repo_id": "ILSpy", "token_count": 814 }
271
// 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/LinesRenderer.cs/0
{ "file_path": "ILSpy/SharpTreeView/LinesRenderer.cs", "repo_id": "ILSpy", "token_count": 892 }
272
// 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.Runtime.InteropServices; using UnityEngine; using UnityEngine.Bindings; using UnityEngine.Scripting; us...
UnityCsReference/Editor/Mono/2D/SpriteAtlas/SpriteAtlasAsset.bindings.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/2D/SpriteAtlas/SpriteAtlasAsset.bindings.cs", "repo_id": "UnityCsReference", "token_count": 3129 }
273
// 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 Object = UnityEngine.Object; namespace UnityEditorInternal { [Serializable] internal class Anima...
UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationClipSelectionItem.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationClipSelectionItem.cs", "repo_id": "UnityCsReference", "token_count": 415 }
274
// 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 UnityEngine; using UnityEditor; using System.Collections.Generic; using System.Collections; using Object = UnityEngine.Object...
UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationWindowKeySelection.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationWindowKeySelection.cs", "repo_id": "UnityCsReference", "token_count": 493 }
275
// 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; using System.Collections.Generic; namespace UnityEditor { internal class Boo...
UnityCsReference/Editor/Mono/Animation/AnimationWindow/CurveRenderer/BoolCurveRenderer.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/CurveRenderer/BoolCurveRenderer.cs", "repo_id": "UnityCsReference", "token_count": 309 }
276
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEngine; namespace UnityEditor { interface IAnimationWindowController { void OnCreate(AnimationWindow animationWindow, UnityEngine.Compon...
UnityCsReference/Editor/Mono/Animation/AnimationWindow/IAnimationWindowController.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/IAnimationWindowController.cs", "repo_id": "UnityCsReference", "token_count": 437 }
277
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEngine; namespace UnityEditor { // NOTE: do _not_ use GUILayout to get the rectangle for zoomable area, // will not work and will start failing ...
UnityCsReference/Editor/Mono/Animation/ZoomableArea.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/ZoomableArea.cs", "repo_id": "UnityCsReference", "token_count": 24092 }
278
// 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.Globalization; using System.IO; using System.Linq; using System.Runtime.InteropServices; using Mono.Cec...
UnityCsReference/Editor/Mono/AssemblyValidation.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/AssemblyValidation.cs", "repo_id": "UnityCsReference", "token_count": 8338 }
279
// 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.Runtime.InteropServices; using UnityEngine; using UnityEngine.Bindings; using UnityEngine.Scripting; n...
UnityCsReference/Editor/Mono/AssetPipeline/CameraDescription.bindings.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/AssetPipeline/CameraDescription.bindings.cs", "repo_id": "UnityCsReference", "token_count": 1065 }
280
// 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.SpeedTree.Importer { internal class SpeedTreeImporterOutputData : ScriptableObject ...
UnityCsReference/Editor/Mono/AssetPipeline/SpeedTree/SpeedTreeImporterOutputData.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/AssetPipeline/SpeedTree/SpeedTreeImporterOutputData.cs", "repo_id": "UnityCsReference", "token_count": 899 }
281
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License /* * Simple recursive descending JSON parser and * JSON string builder. * * Jonas Drewsen - (C) Unity3d.com - 2010 * * JSONParser parser = new JSONParser(" { ...
UnityCsReference/Editor/Mono/AssetStore/Json.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/AssetStore/Json.cs", "repo_id": "UnityCsReference", "token_count": 10847 }
282
// 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; namespace UnityEditor { [NativeHeader("Editor/Mono/Audio/Bindings/AudioUtil.bindings.h")] [StaticAccessor("A...
UnityCsReference/Editor/Mono/Audio/Bindings/AudioUtil.bindings.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Audio/Bindings/AudioUtil.bindings.cs", "repo_id": "UnityCsReference", "token_count": 1393 }
283
// 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.IO; using System; using UnityEditorInternal; using UnityEditor.Audio; namespac...
UnityCsReference/Editor/Mono/Audio/Mixer/GUI/AudioMixerExposedParameterView.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Audio/Mixer/GUI/AudioMixerExposedParameterView.cs", "repo_id": "UnityCsReference", "token_count": 3053 }
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; using UnityEngine; using UnityEngine.UIElements; using Color = UnityEngine.Color; namespace UnityEditor.Audio.UIElements { internal class Tickmar...
UnityCsReference/Editor/Mono/Audio/UIElements/Tickmarks.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Audio/UIElements/Tickmarks.cs", "repo_id": "UnityCsReference", "token_count": 2745 }
285
// 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.Scripting; namespace UnityEditor.Build { [RequiredByNativeCode] public class BuildFailedException : Exception { ...
UnityCsReference/Editor/Mono/BuildPipeline/BuildFailedException.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/BuildPipeline/BuildFailedException.cs", "repo_id": "UnityCsReference", "token_count": 524 }
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.Bindings; namespace UnityEditor { [NativeHeader("Runtime/Scripting/Scripting.h")] internal class RuntimeClassMetadataUtils { ...
UnityCsReference/Editor/Mono/BuildPipeline/RuntimeClassMetadataUtils.bindings.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/BuildPipeline/RuntimeClassMetadataUtils.bindings.cs", "repo_id": "UnityCsReference", "token_count": 156 }
287
// 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 UnityEngine.Bindings; namespace UnityEditor.Build.Profile { [VisibleToOtherModules] internal enum Act...
UnityCsReference/Editor/Mono/BuildProfile/BuildProfileState.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/BuildProfile/BuildProfileState.cs", "repo_id": "UnityCsReference", "token_count": 1588 }
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 System.Runtime.InteropServices; using UnityEngine; using UnityEngine.Bindings; using UnityEngine.Scripting; namespace UnityEditor.Experimental....
UnityCsReference/Editor/Mono/Camera/ScriptableBakedReflectionSystemWrapper.bindings.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Camera/ScriptableBakedReflectionSystemWrapper.bindings.cs", "repo_id": "UnityCsReference", "token_count": 2009 }
289
// 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 UnityEngine; namespace UnityEditor.Collaboration { internal static class AssetAccess { // Att...
UnityCsReference/Editor/Mono/Collab/AssetAccess.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Collab/AssetAccess.cs", "repo_id": "UnityCsReference", "token_count": 2051 }
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 System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Reflection; using JetBrains.Annotations; usin...
UnityCsReference/Editor/Mono/CustomEditorAttributes.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/CustomEditorAttributes.cs", "repo_id": "UnityCsReference", "token_count": 5955 }
291
// 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 UnityEditor.ShortcutManagement; using UnityEngine; using UnityEngine.UIElements; namespace UnityEditor { ...
UnityCsReference/Editor/Mono/DynamicHints/DynamicHintContent.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/DynamicHints/DynamicHintContent.cs", "repo_id": "UnityCsReference", "token_count": 3357 }
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 System.Collections.Generic; using UnityEditor.Build; using UnityEditor.Inspector.GraphicsSettingsInspectors; using UnityEditor.Rendering.Setting...
UnityCsReference/Editor/Mono/EditorGraphicsSettings.bindings.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/EditorGraphicsSettings.bindings.cs", "repo_id": "UnityCsReference", "token_count": 3785 }
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.Bindings; namespace UnityEditor { // Embedded Linux && QNX Architecture [NativeType(Header = "Editor/Src/EditorUserBuildSettings.h")] ...
UnityCsReference/Editor/Mono/EditorUserBuildSettingsEmbeddedCommon.bindings.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/EditorUserBuildSettingsEmbeddedCommon.bindings.cs", "repo_id": "UnityCsReference", "token_count": 441 }
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; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using UnityEngine; using UnityEngin...
UnityCsReference/Editor/Mono/FileUtil.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/FileUtil.cs", "repo_id": "UnityCsReference", "token_count": 6774 }
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 UnityEngineInternal; namespace UnityEditor { public partial class Lightmapping { [System.Obsolete("lightmapSnapshot has b...
UnityCsReference/Editor/Mono/GI/Lightmapping.deprecated.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/GI/Lightmapping.deprecated.cs", "repo_id": "UnityCsReference", "token_count": 438 }
296
// 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 UnityEngine.Scripting; namespace UnityEditor { internal class BumpMapSettingsFixingWindow : EditorWindow ...
UnityCsReference/Editor/Mono/GUI/BumpMapSettingsFixingWindow.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/GUI/BumpMapSettingsFixingWindow.cs", "repo_id": "UnityCsReference", "token_count": 1478 }
297
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEditor.Experimental; using UnityEditor.StyleSheets; using UnityEngine; using UnityEngine.Internal; // See Style Guide in wiki for more information on ed...
UnityCsReference/Editor/Mono/GUI/EditorStyles.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/GUI/EditorStyles.cs", "repo_id": "UnityCsReference", "token_count": 11752 }
298
// 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; // NOTE: // This file should only contain internal functions of the EditorGUILayout class namespac...
UnityCsReference/Editor/Mono/GUI/InternalEditorGUILayout.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/GUI/InternalEditorGUILayout.cs", "repo_id": "UnityCsReference", "token_count": 511 }
299