text
stringlengths
7
35.3M
id
stringlengths
11
185
metadata
dict
__index_level_0__
int64
0
2.14k
using System; using System.Collections.Generic; using System.IO; using System.Management.Automation; using System.Reflection.PortableExecutable; using System.Text; using ICSharpCode.Decompiler.CSharp; using ICSharpCode.Decompiler.Metadata; using ICSharpCode.ILSpyX.PdbProvider; namespace ICSharpCode.Decompiler.PowerS...
ILSpy/ICSharpCode.Decompiler.PowerShell/GetDecompilerCmdlet.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.PowerShell/GetDecompilerCmdlet.cs", "repo_id": "ILSpy", "token_count": 686 }
210
// Copyright (c) 2015 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/Helpers/Tester.VB.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/Helpers/Tester.VB.cs", "repo_id": "ILSpy", "token_count": 1948 }
211
using System; using System.Collections.Generic; using System.Linq; namespace ICSharpCode.Decompiler.Tests.TestCases.Correctness { class Capturing { static void Main(string[] args) { TestCase1(); TestCase2(); TestCase3(); TestCase4("TestCase4"); OutsideLoop(); InsideLoop(); OutsideLoopOverAr...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Capturing.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Capturing.cs", "repo_id": "ILSpy", "token_count": 2398 }
212
// This test case is taken from https://blogs.msdn.microsoft.com/lukeh/2007/10/01/taking-linq-to-objects-to-extremes-a-fully-linqified-raytracer/ using System; using System.Collections.Generic; using System.Linq; namespace RayTracer { public class RayTracer { static void Main() { const int width = 50; co...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/LINQRaytracer.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/LINQRaytracer.cs", "repo_id": "ILSpy", "token_count": 4967 }
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, m...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/UnsafeCode.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/UnsafeCode.cs", "repo_id": "ILSpy", "token_count": 710 }
214
namespace ICSharpCode.Decompiler.Tests.TestCases.ILPretty { internal class ConstantBlobs { public static void Float_Int32(float f1 = 0f, float f2 = -1f, float f3 = int.MaxValue, float f4 = int.MinValue) { } } }
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/ConstantBlobs.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/ConstantBlobs.cs", "repo_id": "ILSpy", "token_count": 92 }
215
using System; using System.IO; public static class FSharpUsingPatterns { public static void sample1() { using (FileStream fileStream = File.Create("x.txt")) { fileStream.WriteByte(1); } } public static void sample2() { Console.WriteLine("some text"); using (FileStream fileStream = File.Create("x.tx...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpUsing_Release.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpUsing_Release.cs", "repo_id": "ILSpy", "token_count": 487 }
216
using System; using System.ComponentModel; using System.IO; using System.Reflection; using System.Runtime.CompilerServices; using Microsoft.VisualBasic; using Microsoft.VisualBasic.CompilerServices; [assembly: Embedded] [assembly: AssemblyInformationalVersion("1.0.0")] [assembly: AssemblyConfiguration("Debug")] [ass...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1325.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1325.cs", "repo_id": "ILSpy", "token_count": 523 }
217
.assembly extern System.Data { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. .ver 4:0:0:0 } .assembly extern System.Windows.Forms { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. .ver 4:0:0:0 } .assembly Issue2260 { .custom instance void [m...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue2260SwitchString.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue2260SwitchString.il", "repo_id": "ILSpy", "token_count": 9224 }
218
// Metadata version: v2.0.50727 .assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. .ver 2:0:0:0 } .assembly SequenceOfNestedIfs { .custom instance void [mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor() = ( 01 00 01 00 54 02 ...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/SequenceOfNestedIfs.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/SequenceOfNestedIfs.il", "repo_id": "ILSpy", "token_count": 2098 }
219
// 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/CustomAttributeSamples.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributeSamples.cs", "repo_id": "ILSpy", "token_count": 2099 }
220
#nullable enable using System; using System.Collections; using System.Collections.Generic; namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty { public class T01_NullableRefTypes { private string field_string; private string? field_nullable_string; private dynamic? field_nullable_dynamic; private Dicti...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/NullableRefTypes.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/NullableRefTypes.cs", "repo_id": "ILSpy", "token_count": 1766 }
221
using System; namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty { internal class StringInterpolation { public static void Main(string[] args) { } public static void General(string[] args) { Console.WriteLine($"{args.Length}"); Console.WriteLine($"a{{0{args.Length}"); Console.WriteLine($"{a...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/StringInterpolation.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/StringInterpolation.cs", "repo_id": "ILSpy", "token_count": 1986 }
222
// 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/YieldReturn.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/YieldReturn.cs", "repo_id": "ILSpy", "token_count": 3906 }
223
Imports System Public Class VBPropertiesTest Private _fullProperty As Integer Property FullProperty As Integer Get Return _fullProperty End Get Set(value As Integer) _fullProperty = value End Set End Property Property AutoProperty As Integer #If ROSLYN Then ReadOnly Property ReadOnlyAutoProperty ...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/VBPropertiesTest.vb/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/VBPropertiesTest.vb", "repo_id": "ILSpy", "token_count": 230 }
224
// 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/CSharp/CSharpDecompiler.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs", "repo_id": "ILSpy", "token_count": 30013 }
225
// Copyright (c) 2020 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ICSharpCode.Decompiler/CSharp/ProjectDecompiler/IProjectInfoProvider.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/ProjectDecompiler/IProjectInfoProvider.cs", "repo_id": "ILSpy", "token_count": 591 }
226
// 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/DynamicMemberResolveResult.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Resolver/DynamicMemberResolveResult.cs", "repo_id": "ILSpy", "token_count": 615 }
227
// // ComposedType.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/ComposedType.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/ComposedType.cs", "repo_id": "ILSpy", "token_count": 3106 }
228
// // DirectionExpression.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 // ...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/DirectionExpression.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/DirectionExpression.cs", "repo_id": "ILSpy", "token_count": 990 }
229
// // PointerReferenceExpression.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 d...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/PointerReferenceExpression.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/PointerReferenceExpression.cs", "repo_id": "ILSpy", "token_count": 919 }
230
// // 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/FunctionPointerAstType.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/FunctionPointerAstType.cs", "repo_id": "ILSpy", "token_count": 898 }
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/Syntax/IdentifierExpressionBackreference.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/IdentifierExpressionBackreference.cs", "repo_id": "ILSpy", "token_count": 638 }
232
// // 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/PrimitiveType.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/PrimitiveType.cs", "repo_id": "ILSpy", "token_count": 1615 }
233
// // SyntaxTree.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 Soft...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/SyntaxTree.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/SyntaxTree.cs", "repo_id": "ILSpy", "token_count": 1421 }
234
// // ParameterDeclarationExpression.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...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/TypeMembers/ParameterDeclaration.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/TypeMembers/ParameterDeclaration.cs", "repo_id": "ILSpy", "token_count": 2453 }
235
// 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/IntroduceExtensionMethods.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Transforms/IntroduceExtensionMethods.cs", "repo_id": "ILSpy", "token_count": 3340 }
236
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to us...
ILSpy/ICSharpCode.Decompiler/CSharp/TypeSystem/MemberTypeOrNamespaceReference.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/TypeSystem/MemberTypeOrNamespaceReference.cs", "repo_id": "ILSpy", "token_count": 1404 }
237
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, co...
ILSpy/ICSharpCode.Decompiler/DecompilerSettings.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/DecompilerSettings.cs", "repo_id": "ILSpy", "token_count": 20982 }
238
// 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/FlowAnalysis/ControlFlowNode.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/FlowAnalysis/ControlFlowNode.cs", "repo_id": "ILSpy", "token_count": 1793 }
239
// Copyright (c) 2014 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ICSharpCode.Decompiler/IL/ControlFlow/ConditionDetection.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/ControlFlow/ConditionDetection.cs", "repo_id": "ILSpy", "token_count": 8165 }
240
#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/ILVariable.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/ILVariable.cs", "repo_id": "ILSpy", "token_count": 7206 }
241
#nullable enable // 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, modi...
ILSpy/ICSharpCode.Decompiler/IL/Instructions/NullCoalescingInstruction.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Instructions/NullCoalescingInstruction.cs", "repo_id": "ILSpy", "token_count": 1200 }
242
// Copyright (c) 2014 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ICSharpCode.Decompiler/IL/SlotInfo.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/SlotInfo.cs", "repo_id": "ILSpy", "token_count": 577 }
243
// 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/HighLevelLoopTransform.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/HighLevelLoopTransform.cs", "repo_id": "ILSpy", "token_count": 6576 }
244
// Copyright (c) 2017 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ICSharpCode.Decompiler/IL/Transforms/NullableLiftingTransform.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/NullableLiftingTransform.cs", "repo_id": "ILSpy", "token_count": 15396 }
245
// 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/TransformExpressionTrees.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/TransformExpressionTrees.cs", "repo_id": "ILSpy", "token_count": 21762 }
246
// 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/JsonArray.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/LightJson/JsonArray.cs", "repo_id": "ILSpy", "token_count": 1760 }
247
public static class DecompilerVersionInfo { public const string Major = "9"; public const string Minor = "0"; public const string Build = "0"; public const string Revision = "$INSERTREVISION$"; public const string VersionName = "preview1"; public const string FullVersion = Major + "." + Minor + "." + Build + "....
ILSpy/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs", "repo_id": "ILSpy", "token_count": 152 }
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 us...
ILSpy/ICSharpCode.Decompiler/Semantics/MemberResolveResult.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Semantics/MemberResolveResult.cs", "repo_id": "ILSpy", "token_count": 1548 }
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/ITypeDefinition.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/ITypeDefinition.cs", "repo_id": "ILSpy", "token_count": 1042 }
250
// 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/DefaultTypeParameter.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/DefaultTypeParameter.cs", "repo_id": "ILSpy", "token_count": 1401 }
251
// Copyright (c) 2018 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/MetadataTypeDefinition.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/MetadataTypeDefinition.cs", "repo_id": "ILSpy", "token_count": 10090 }
252
// 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/SimpleTypeResolveContext.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/SimpleTypeResolveContext.cs", "repo_id": "ILSpy", "token_count": 943 }
253
#nullable enable // 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...
ILSpy/ICSharpCode.Decompiler/Util/ProjectedList.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Util/ProjectedList.cs", "repo_id": "ILSpy", "token_count": 1264 }
254
using System; using System.ComponentModel.DataAnnotations; using System.IO; using McMaster.Extensions.CommandLineUtils.Abstractions; using McMaster.Extensions.CommandLineUtils.Validation; namespace ICSharpCode.ILSpyCmd { [AttributeUsage(AttributeTargets.Class)] public sealed class ProjectOptionRequiresOutputDirect...
ILSpy/ICSharpCode.ILSpyCmd/ValidationAttributes.cs/0
{ "file_path": "ILSpy/ICSharpCode.ILSpyCmd/ValidationAttributes.cs", "repo_id": "ILSpy", "token_count": 918 }
255
// Copyright (c) 2018 Siegfried Pammer // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ICSharpCode.ILSpyX/PdbProvider/PortableDebugInfoProvider.cs/0
{ "file_path": "ILSpy/ICSharpCode.ILSpyX/PdbProvider/PortableDebugInfoProvider.cs", "repo_id": "ILSpy", "token_count": 2662 }
256
// 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/Settings/ISettingsProvider.cs/0
{ "file_path": "ILSpy/ICSharpCode.ILSpyX/Settings/ISettingsProvider.cs", "repo_id": "ILSpy", "token_count": 828 }
257
using System; using System.Collections.Generic; using System.ComponentModel.Design; using System.Diagnostics; using System.Globalization; using System.Runtime.InteropServices; using System.Threading; using EnvDTE; using ICSharpCode.ILSpy.AddIn.Commands; using Microsoft; using Microsoft.VisualStudio; using Microsoft...
ILSpy/ILSpy.AddIn.Shared/ILSpyAddInPackage.cs/0
{ "file_path": "ILSpy/ILSpy.AddIn.Shared/ILSpyAddInPackage.cs", "repo_id": "ILSpy", "token_count": 1842 }
258
{ "profiles": { "Visual Studio Extension": { "executablePath": "$(DevEnvDir)devenv.exe", "commandLineArgs": "/rootsuffix $(VSSDKTargetPlatformRegRootSuffix) /log" } } }
ILSpy/ILSpy.AddIn/Properties/launchSettings.json/0
{ "file_path": "ILSpy/ILSpy.AddIn/Properties/launchSettings.json", "repo_id": "ILSpy", "token_count": 80 }
259
<Window x:Class="ILSpy.BamlDecompiler.Tests.Cases.Issue1547" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns...
ILSpy/ILSpy.BamlDecompiler.Tests/Cases/Issue1547.xaml/0
{ "file_path": "ILSpy/ILSpy.BamlDecompiler.Tests/Cases/Issue1547.xaml", "repo_id": "ILSpy", "token_count": 410 }
260
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net472</TargetFramework> <StartupObject>ILSpy.Installer.Builder</StartupObject> </PropertyGroup> <PropertyGroup> <DefineConstants>$(DefineConstants);$(PlatformForInstaller)</DefineConstants> </Prop...
ILSpy/ILSpy.Installer/ILSpy.Installer.csproj/0
{ "file_path": "ILSpy/ILSpy.Installer/ILSpy.Installer.csproj", "repo_id": "ILSpy", "token_count": 268 }
261
// 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/ILSpy.Tests/Analyzers/MemberImplementsInterfaceAnalyzerTests.cs/0
{ "file_path": "ILSpy/ILSpy.Tests/Analyzers/MemberImplementsInterfaceAnalyzerTests.cs", "repo_id": "ILSpy", "token_count": 2172 }
262
using System.Collections.Generic; using System.ComponentModel.Composition; using System.Diagnostics; using ICSharpCode.Decompiler.TypeSystem; namespace ICSharpCode.ILSpy.Analyzers.Builtin { /// <summary> /// Finds all extension methods defined for a type. /// </summary> [ExportAnalyzer(Header = "Extension Method...
ILSpy/ILSpy/Analyzers/Builtin/TypeExtensionMethodsAnalyzer.cs/0
{ "file_path": "ILSpy/ILSpy/Analyzers/Builtin/TypeExtensionMethodsAnalyzer.cs", "repo_id": "ILSpy", "token_count": 500 }
263
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, co...
ILSpy/ILSpy/AvalonEdit/ITextMarker.cs/0
{ "file_path": "ILSpy/ILSpy/AvalonEdit/ITextMarker.cs", "repo_id": "ILSpy", "token_count": 1510 }
264
// 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/Commands/GeneratePdbContextMenuEntry.cs/0
{ "file_path": "ILSpy/ILSpy/Commands/GeneratePdbContextMenuEntry.cs", "repo_id": "ILSpy", "token_count": 1648 }
265
using System; using System.Windows; using ICSharpCode.Decompiler.FlowAnalysis; using ICSharpCode.Decompiler.IL; using ICSharpCode.Decompiler.IL.ControlFlow; namespace ICSharpCode.ILSpy.Commands { #if DEBUG [ExportContextMenuEntry(Header = "DEBUG -- Show CFG")] internal class ShowCFGContextMenuEntry : IContextMenuE...
ILSpy/ILSpy/Commands/ShowCFGContextMenuEntry.cs/0
{ "file_path": "ILSpy/ILSpy/Commands/ShowCFGContextMenuEntry.cs", "repo_id": "ILSpy", "token_count": 339 }
266
// 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/SearchBox.cs/0
{ "file_path": "ILSpy/ILSpy/Controls/SearchBox.cs", "repo_id": "ILSpy", "token_count": 1506 }
267
// 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/ExtensionMethods.cs/0
{ "file_path": "ILSpy/ILSpy/ExtensionMethods.cs", "repo_id": "ILSpy", "token_count": 1820 }
268
<?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/OverlayInternal.svg/0
{ "file_path": "ILSpy/ILSpy/Images/OverlayInternal.svg", "repo_id": "ILSpy", "token_count": 1693 }
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/MainWindow.xaml.cs/0
{ "file_path": "ILSpy/ILSpy/MainWindow.xaml.cs", "repo_id": "ILSpy", "token_count": 20647 }
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/FileTableTreeNode.cs/0
{ "file_path": "ILSpy/ILSpy/Metadata/CorTables/FileTableTreeNode.cs", "repo_id": "ILSpy", "token_count": 1294 }
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/DebugTables/LocalVariableTableTreeNode.cs/0
{ "file_path": "ILSpy/ILSpy/Metadata/DebugTables/LocalVariableTableTreeNode.cs", "repo_id": "ILSpy", "token_count": 1199 }
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/Options/DisplaySettingsPanel.xaml.cs/0
{ "file_path": "ILSpy/ILSpy/Options/DisplaySettingsPanel.xaml.cs", "repo_id": "ILSpy", "token_count": 2820 }
273
// 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/SessionSettings.cs/0
{ "file_path": "ILSpy/ILSpy/SessionSettings.cs", "repo_id": "ILSpy", "token_count": 2205 }
274
// Copyright (c) 2021 Tom Englert // // 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,...
ILSpy/ILSpy/Themes/ThemeManager.cs/0
{ "file_path": "ILSpy/ILSpy/Themes/ThemeManager.cs", "repo_id": "ILSpy", "token_count": 1435 }
275
// 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/ResourceTreeNode.cs/0
{ "file_path": "ILSpy/ILSpy/TreeNodes/ResourceNodes/ResourceTreeNode.cs", "repo_id": "ILSpy", "token_count": 1538 }
276
// 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/PaneModel.cs/0
{ "file_path": "ILSpy/ILSpy/ViewModels/PaneModel.cs", "repo_id": "ILSpy", "token_count": 1362 }
277
// 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/SharpTreeViewItem.cs/0
{ "file_path": "ILSpy/SharpTreeView/SharpTreeViewItem.cs", "repo_id": "ILSpy", "token_count": 1615 }
278
<?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0-windows</TargetFramework> <AssemblyName>Test.Plugin</AssemblyName> <UseWpf>true</UseWpf> <EnableWindowsTargeting>true</EnableWindowsTargeting> </PropertyGroup> <PropertyGroup Conditio...
ILSpy/TestPlugin/TestPlugin.csproj/0
{ "file_path": "ILSpy/TestPlugin/TestPlugin.csproj", "repo_id": "ILSpy", "token_count": 380 }
279
{ "sdk": { "version": "8.0.100", "rollForward": "major", "allowPrerelease": true } }
ILSpy/global.json/0
{ "file_path": "ILSpy/global.json", "repo_id": "ILSpy", "token_count": 48 }
280
// 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.U2D.Interface; using UnityEngine; using UnityEngine.Assertions; using TargetAttributes = UnityEditor.BuildTarget...
UnityCsReference/Editor/Mono/2D/Common/TexturePlatformSettingsController.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/2D/Common/TexturePlatformSettingsController.cs", "repo_id": "UnityCsReference", "token_count": 4562 }
281
// 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 Object = UnityEngine.Object; namespace UnityEditorInternal { intern...
UnityCsReference/Editor/Mono/Animation/AnimationWindow/AddCurvesPopup.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/AddCurvesPopup.cs", "repo_id": "UnityCsReference", "token_count": 1591 }
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; using System.Collections.Generic; using System.Text.RegularExpressions; using Object = UnityEngine.Object; name...
UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationWindowCurve.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationWindowCurve.cs", "repo_id": "UnityCsReference", "token_count": 5669 }
283
// 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 { static internal class CurveBindingUtility { // Current value of the property ...
UnityCsReference/Editor/Mono/Animation/AnimationWindow/CurveBindingUtility.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/CurveBindingUtility.cs", "repo_id": "UnityCsReference", "token_count": 1081 }
284
// 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.Generic; using System.Linq; using System; namespace UnityEditorInternal { internal class DopeLin...
UnityCsReference/Editor/Mono/Animation/AnimationWindow/DopeLine.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/DopeLine.cs", "repo_id": "UnityCsReference", "token_count": 1825 }
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 System.Collections; using UnityEditor; using System.Collections.Generic; using System.Linq; namespace UnityEditor.Animations { intern...
UnityCsReference/Editor/Mono/Animation/MecanimUtilities.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/MecanimUtilities.cs", "repo_id": "UnityCsReference", "token_count": 727 }
286
// 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.Rendering; namespace UnityEditor { internal class SceneFXWindow : PopupWindowContent { private c...
UnityCsReference/Editor/Mono/Annotation/SceneFXWindow.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Annotation/SceneFXWindow.cs", "repo_id": "UnityCsReference", "token_count": 1873 }
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; using UnityEngine.Scripting; using UnityEditor.VersionControl; using UnityEditorInternal; using U...
UnityCsReference/Editor/Mono/AssetModificationProcessor.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/AssetModificationProcessor.cs", "repo_id": "UnityCsReference", "token_count": 12250 }
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.IO; using System.Collections.Generic; using UnityEngine; using UnityEngine.Rendering; using UnityEditor.AssetImporters; using STVertex ...
UnityCsReference/Editor/Mono/AssetPipeline/SpeedTree/SpeedTree9Importer.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/AssetPipeline/SpeedTree/SpeedTree9Importer.cs", "repo_id": "UnityCsReference", "token_count": 31616 }
289
// 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.Rendering; using UnityEngine.Scripting; namespace UnityEditor { internal static class AssetPreviewUpdater { [R...
UnityCsReference/Editor/Mono/AssetPreviewUpdater.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/AssetPreviewUpdater.cs", "repo_id": "UnityCsReference", "token_count": 1027 }
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.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.Scripting; using System; using System.Collections; using System.Reflection...
UnityCsReference/Editor/Mono/AttributeHelper.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/AttributeHelper.cs", "repo_id": "UnityCsReference", "token_count": 6829 }
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 System.Linq; using UnityEngine; using UnityEngine.Audio; using Object = UnityEngine.Object; using Random = Sys...
UnityCsReference/Editor/Mono/Audio/Mixer/Bindings/AudioMixerController.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Audio/Mixer/Bindings/AudioMixerController.cs", "repo_id": "UnityCsReference", "token_count": 22483 }
292
// 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; namespace UnityEditorInternal { internal class ReorderableListWithRenameAndScrollView { [Serial...
UnityCsReference/Editor/Mono/Audio/Mixer/GUI/ReorderableListWithRenameAndScrollView.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Audio/Mixer/GUI/ReorderableListWithRenameAndScrollView.cs", "repo_id": "UnityCsReference", "token_count": 5245 }
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 { [NativeHeader("Modules/AssetPipelineEditor/Public/BrokenPrefabAsset.h")] public class BrokenPrefabAsset...
UnityCsReference/Editor/Mono/BrokenPrefabAsset.bindings.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/BrokenPrefabAsset.bindings.cs", "repo_id": "UnityCsReference", "token_count": 192 }
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.Linq; namespace UnityEditor.Build { public readonly struct NamedBuildTarget : IEquatable<NamedBuildTarget>, IComparable<NamedBuildTa...
UnityCsReference/Editor/Mono/BuildPipeline/NamedBuildTarget.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/BuildPipeline/NamedBuildTarget.cs", "repo_id": "UnityCsReference", "token_count": 3226 }
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.Scripting; namespace UnityEditor.Build.Profile { internal static class BuildProfileCLI { [RequiredByNativeCode...
UnityCsReference/Editor/Mono/BuildProfile/BuildProfileCLI.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/BuildProfile/BuildProfileCLI.cs", "repo_id": "UnityCsReference", "token_count": 474 }
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; namespace UnityEditor { public struct CameraProjectionCache { Matrix4x4 m_WorldToClip; Rect m_Viewport; float m_...
UnityCsReference/Editor/Mono/Camera/CameraProjectionCache.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Camera/CameraProjectionCache.cs", "repo_id": "UnityCsReference", "token_count": 706 }
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 System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using UnityEditor; using UnityEditor...
UnityCsReference/Editor/Mono/CodeEditor/CodeEditor.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/CodeEditor/CodeEditor.cs", "repo_id": "UnityCsReference", "token_count": 5220 }
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 System.Collections; using System.Collections.Generic; using System.Linq; namespace UnityEditorInternal { public partial class Componen...
UnityCsReference/Editor/Mono/ComponentUtility.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/ComponentUtility.cs", "repo_id": "UnityCsReference", "token_count": 1169 }
299
// 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.Modules; using UnityEditor.Build.Reporting; namespace UnityEditor.DeploymentTargets { class D...
UnityCsReference/Editor/Mono/DeploymentTargets/DeploymentTargetManager.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/DeploymentTargets/DeploymentTargetManager.cs", "repo_id": "UnityCsReference", "token_count": 1316 }
300
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Collections.Generic; using System.Linq; using UnityEngine; #pragma warning disable 618 // disable obsolete warning namespace UnityEdito...
UnityCsReference/Editor/Mono/EditorGUI.EnumMaskField.deprecated.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/EditorGUI.EnumMaskField.deprecated.cs", "repo_id": "UnityCsReference", "token_count": 8838 }
301
// 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.SceneManagement; namespace UnityEditor.SceneManagement { public sealed partial class EditorSceneManager : SceneManager { ...
UnityCsReference/Editor/Mono/EditorSceneManager.bindings.deprecated.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/EditorSceneManager.bindings.deprecated.cs", "repo_id": "UnityCsReference", "token_count": 204 }
302
// 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.Linq; using System; using System.Collections.Generic; using UnityEditor.Overlays; using UnityEditor.ShortcutManagement; using UnityE...
UnityCsReference/Editor/Mono/EditorWindow.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/EditorWindow.cs", "repo_id": "UnityCsReference", "token_count": 26221 }
303
// 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/Src/GI/Enlighten/LightingDataAsset.h")] [ExcludeFromPreset] ...
UnityCsReference/Editor/Mono/GI/LightingDataAsset.bindings.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/GI/LightingDataAsset.bindings.cs", "repo_id": "UnityCsReference", "token_count": 188 }
304
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; namespace UnityEngine.LightTransport { public interface IWorld : IDisposable { // Functionality like AddInstance/RemoveInstance will ...
UnityCsReference/Editor/Mono/GI/World.bindings.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/GI/World.bindings.cs", "repo_id": "UnityCsReference", "token_count": 456 }
305
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.IO; using UnityEditor.ProjectWindowCallback; using UnityEditor.Utils; using UnityEngine; namespace UnityEditor { [System.Serializab...
UnityCsReference/Editor/Mono/GUI/CreateAssetUtility.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/GUI/CreateAssetUtility.cs", "repo_id": "UnityCsReference", "token_count": 2206 }
306
// 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; using System.Collections.Generic; namespace UnityEditor { public sealed class GenericMenu { List<MenuI...
UnityCsReference/Editor/Mono/GUI/GenericMenu.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/GUI/GenericMenu.cs", "repo_id": "UnityCsReference", "token_count": 2596 }
307
// 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 { internal class MainView : View, ICleanuppable { internal const float kToolbarHeight = 30; intern...
UnityCsReference/Editor/Mono/GUI/MainView.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/GUI/MainView.cs", "repo_id": "UnityCsReference", "token_count": 2333 }
308
// 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 UnityEditorInternal; using UnityEngine.Assertions; using UnityEngine.Events; namespace UnityEditor { // Usage: // Be...
UnityCsReference/Editor/Mono/GUI/RenameOverlay.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/GUI/RenameOverlay.cs", "repo_id": "UnityCsReference", "token_count": 7477 }
309