text
stringlengths
7
35.3M
id
stringlengths
11
185
metadata
dict
__index_level_0__
int64
0
2.14k
/* Copyright (c) 2009-2010 Mikko Mononen memon@inside.org recast4j copyright (c) 2015-2019 Piotr Piastucki piotr@jtilia.org DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages ar...
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastContour.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastContour.cs", "repo_id": "ET", "token_count": 23635 }
183
/* recast4j copyright (c) 2021 Piotr Piastucki piotr@jtilia.org DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted t...
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastVoxelization.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastVoxelization.cs", "repo_id": "ET", "token_count": 1621 }
184
fileFormatVersion: 2 guid: 918113fec35224afa958d442f09ba720 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/ETTask/ETTaskHelper.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/ETTask/ETTaskHelper.cs.meta", "repo_id": "ET", "token_count": 91 }
185
using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace ET { public static partial class Utils { // Clamp so we don't have to depend on UnityEngine [MethodImpl(MethodImplOptions.AggressiveInlining)] public static int Clamp(int value, int min,...
ET/Unity/Assets/Scripts/ThirdParty/Kcp/Utils.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/Kcp/Utils.cs", "repo_id": "ET", "token_count": 298 }
186
using System; using System.Collections; using System.Collections.Generic; using System.Runtime.CompilerServices; using NativeCollection.UnsafeType; namespace NativeCollection { public unsafe class MultiMap<T, K> : IEnumerable<MultiMapPair<T, K>>, INativeCollectionClass where T : unmanaged, IEquatable<T>, IComp...
ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/MultiMap.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/MultiMap.cs", "repo_id": "ET", "token_count": 1154 }
187
fileFormatVersion: 2 guid: a3c063db0b2faf84da298e2c6fb2bcf8 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/UnsafeType.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/UnsafeType.meta", "repo_id": "ET", "token_count": 73 }
188
fileFormatVersion: 2 guid: bddea2b8120ac482698479c576dabbcd folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/TrueSync.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/TrueSync.meta", "repo_id": "ET", "token_count": 67 }
189
fileFormatVersion: 2 guid: 56d86f0fe171e4cd3b9cfcf5769af83a MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/TrueSync/TSQuaternion.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/TrueSync/TSQuaternion.cs.meta", "repo_id": "ET", "token_count": 95 }
190
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 185f6993d5150...
ET/Unity/Assets/Settings/AssetBundleCollectorSetting.asset/0
{ "file_path": "ET/Unity/Assets/Settings/AssetBundleCollectorSetting.asset", "repo_id": "ET", "token_count": 1338 }
191
fileFormatVersion: 2 guid: 8ab9b6bf286202948a4b46685b50346e folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Settings/IgnoreAsmdef/ModelView/Client.meta/0
{ "file_path": "ET/Unity/Assets/Settings/IgnoreAsmdef/ModelView/Client.meta", "repo_id": "ET", "token_count": 69 }
192
{ "MonoBehaviour": { "Version": 4, "EnableBurstCompilation": true, "EnableOptimisations": true, "EnableSafetyChecks": false, "EnableDebugInAllBuilds": false, "UsePlatformSDKLinker": false, "CpuMinTargetX32": 0, "CpuMaxTargetX32": 0, "CpuMinTargetX64": 0, "CpuMaxTargetX64": 0, ...
ET/Unity/ProjectSettings/BurstAotSettings_StandaloneWindows.json/0
{ "file_path": "ET/Unity/ProjectSettings/BurstAotSettings_StandaloneWindows.json", "repo_id": "ET", "token_count": 186 }
193
; Top-most EditorConfig file root = true [*] indent_style = tab indent_size = 4 guidelines = 110 [*.il] indent_style = space indent_size = 2 [*.{yml,yaml}] indent_style = space indent_size = 2 [*.csproj] indent_style = space indent_size = 2 [*.config] indent_style = space indent_size = 2 [*.nuspec] indent_style = spa...
ILSpy/.editorconfig/0
{ "file_path": "ILSpy/.editorconfig", "repo_id": "ILSpy", "token_count": 1423 }
194
$ErrorActionPreference = "Stop" $baseCommit = "d779383cb85003d6dabeb976f0845631e07bf463"; $baseCommitRev = 1; # make sure this matches artifacts-only branches list in appveyor.yml! $masterBranches = '^refs/heads/(master|release/.+)$'; $decompilerVersionInfoTemplateFile = "ICSharpCode.Decompiler/Properties/Decompiler...
ILSpy/BuildTools/ghactions-install.ps1/0
{ "file_path": "ILSpy/BuildTools/ghactions-install.ps1", "repo_id": "ILSpy", "token_count": 608 }
195
/* 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/Handlers/Records/PropertyWithExtensionHandler.cs/0
{ "file_path": "ILSpy/ICSharpCode.BamlDecompiler/Handlers/Records/PropertyWithExtensionHandler.cs", "repo_id": "ILSpy", "token_count": 1662 }
196
using System; using System.Management.Automation; using ICSharpCode.Decompiler.TypeSystem; namespace ICSharpCode.Decompiler.PowerShell { [Cmdlet(VerbsCommon.Get, "DecompilerVersion")] [OutputType(typeof(string))] public class GetDecompilerVersion : PSCmdlet { protected override void ProcessRecord() { Writ...
ILSpy/ICSharpCode.Decompiler.PowerShell/GetDecompilerVersion.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.PowerShell/GetDecompilerVersion.cs", "repo_id": "ILSpy", "token_count": 140 }
197
// 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.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/Helpers/Tester.cs", "repo_id": "ILSpy", "token_count": 12628 }
198
using System; using System.Runtime.InteropServices; namespace ICSharpCode.Decompiler.Tests.TestCases.Correctness { public class ComInterop { public static void Main() { Console.WriteLine(Marshal.GetComSlotForMethodInfo(typeof(IMixedPropsAndMethods).GetMethod("MyMethod1"))); Console.WriteLine(Marshal.GetCo...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/ComInterop.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/ComInterop.cs", "repo_id": "ILSpy", "token_count": 500 }
199
// 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/Loops.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Loops.cs", "repo_id": "ILSpy", "token_count": 3253 }
200
// 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/Using.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Using.cs", "repo_id": "ILSpy", "token_count": 1774 }
201
// 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 ConstantBlobs { .ver 1:0:0:0 } .module ConstantBlobs.exe // MVID: {B973FCD6-A9C4-48A9-8291-26DDC248E208} .imagebase 0x00400000 .file alignment 0x00...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/ConstantBlobs.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/ConstantBlobs.il", "repo_id": "ILSpy", "token_count": 499 }
202
.class public auto ansi abstract sealed FSharpUsingPatterns extends [mscorlib]System.Object { // Methods .method public static void sample1 () cil managed { // Method begins at RVA 0x2050 // Code size 48 (0x30) .maxstack 4 .locals init ( [0] class [mscorlib]System.IO.FileStream fs, [1] class [msc...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpUsing_Release.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpUsing_Release.il", "repo_id": "ILSpy", "token_count": 3786 }
203
// Microsoft (R) .NET Framework IL Disassembler. Version 4.6.1055.0 // Copyright (c) Microsoft Corporation. All rights reserved. // Metadata version: v4.0.30319 .assembly extern System.Runtime { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) // .?_....: .ver 4:2:1:0 } .assembly extern ...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1325.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1325.il", "repo_id": "ILSpy", "token_count": 4828 }
204
using System; using System.Reflection; using ClassLibrary1; [assembly: AssemblyCompany("ConsoleApp8")] [assembly: AssemblyConfiguration("Release")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyInformationalVersion("1.0.0")] [assembly: AssemblyProduct("ConsoleApp8")] [assembly: AssemblyTitle("ConsoleAp...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue2443.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue2443.cs", "repo_id": "ILSpy", "token_count": 209 }
205
internal class UnknownTypes { private readonly IInterface memberField; public virtual bool CanExecute(CallbackQuery message) { return ((IInterface<SomeClass, bool>)(object)memberField).Execute(new SomeClass { ChatId = StaticClass.GetChatId(message), MessageId = StaticClass.GetMessageId(message) }); } }
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/UnknownTypes.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/UnknownTypes.cs", "repo_id": "ILSpy", "token_count": 100 }
206
// 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/Async.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/Async.cs", "repo_id": "ILSpy", "token_count": 3712 }
207
// 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.Tests/TestCases/Pretty/IndexRangeTest.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/IndexRangeTest.cs", "repo_id": "ILSpy", "token_count": 3905 }
208
// Copyright (c) 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, // publish, d...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/Operators.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/Operators.cs", "repo_id": "ILSpy", "token_count": 2280 }
209
// Copyright (c) 2021 Siegfried Pammer // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // pub...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/Structs.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/Structs.cs", "repo_id": "ILSpy", "token_count": 678 }
210
// 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 tmpA279 { .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00 00 00 00...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoDecimalConstants.opt.net40.roslyn.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoDecimalConstants.opt.net40.roslyn.il", "repo_id": "ILSpy", "token_count": 2708 }
211
using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Threading.Tasks; using Microsoft.VisualBasic.CompilerServices; namespace ICSharpCode.Decompiler.Tests.TestCases.VBPretty { public class Async { private int memberField; private static bool True() { return ...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Async.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Async.cs", "repo_id": "ILSpy", "token_count": 2014 }
212
// Copyright (c) 2020 Siegfried Pammer // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // pub...
ILSpy/ICSharpCode.Decompiler/CSharp/ProjectDecompiler/ProjectFileWriterDefault.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/ProjectDecompiler/ProjectFileWriterDefault.cs", "repo_id": "ILSpy", "token_count": 2776 }
213
// 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/LambdaResolveResult.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Resolver/LambdaResolveResult.cs", "repo_id": "ILSpy", "token_count": 2105 }
214
// // IAstVisitor.cs // // Author: // Mike Krüger <mkrueger@novell.com> // // Copyright (c) 2010 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Sof...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/DepthFirstAstVisitor.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/DepthFirstAstVisitor.cs", "repo_id": "ILSpy", "token_count": 17410 }
215
// // PrimitiveExpression.cs // // Author: // Mike Krüger <mkrueger@novell.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/PrimitiveExpression.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/PrimitiveExpression.cs", "repo_id": "ILSpy", "token_count": 1381 }
216
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to us...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Role.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Role.cs", "repo_id": "ILSpy", "token_count": 1049 }
217
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to us...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/TextLocation.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/TextLocation.cs", "repo_id": "ILSpy", "token_count": 1995 }
218
// 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/IntroduceQueryExpressions.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Transforms/IntroduceQueryExpressions.cs", "repo_id": "ILSpy", "token_count": 5711 }
219
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to us...
ILSpy/ICSharpCode.Decompiler/CSharp/TypeSystem/ResolvedUsingScope.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/TypeSystem/ResolvedUsingScope.cs", "repo_id": "ILSpy", "token_count": 2468 }
220
// 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/DisassemblerHelpers.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Disassembler/DisassemblerHelpers.cs", "repo_id": "ILSpy", "token_count": 4051 }
221
// Copyright (c) 2016 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ICSharpCode.Decompiler/FlowAnalysis/DataFlowVisitor.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/FlowAnalysis/DataFlowVisitor.cs", "repo_id": "ILSpy", "token_count": 9800 }
222
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using ICSharpCode.Decompiler.FlowAnalysis; using ICSharpCode.Decompiler.Util; namespace ICSharpCode.Decompiler.IL.ControlFlow { /// <summary> /// Hol...
ILSpy/ICSharpCode.Decompiler/IL/ControlFlow/ControlFlowGraph.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/ControlFlow/ControlFlowGraph.cs", "repo_id": "ILSpy", "token_count": 2207 }
223
#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/InstructionFlags.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/InstructionFlags.cs", "repo_id": "ILSpy", "token_count": 943 }
224
#nullable enable // 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, modif...
ILSpy/ICSharpCode.Decompiler/IL/Instructions/NullableInstructions.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Instructions/NullableInstructions.cs", "repo_id": "ILSpy", "token_count": 1907 }
225
// Copyright (c) 2014 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ICSharpCode.Decompiler/IL/StackType.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/StackType.cs", "repo_id": "ILSpy", "token_count": 937 }
226
// 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/IL/Transforms/IILTransform.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/IILTransform.cs", "repo_id": "ILSpy", "token_count": 1205 }
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/IL/Transforms/ParameterNullCheckTransform.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/ParameterNullCheckTransform.cs", "repo_id": "ILSpy", "token_count": 1133 }
228
// Copyright (c) 2018 Daniel Grunwald // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publ...
ILSpy/ICSharpCode.Decompiler/IL/Transforms/TupleTransform.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/TupleTransform.cs", "repo_id": "ILSpy", "token_count": 1249 }
229
// 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.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; /// <summary>...
ILSpy/ICSharpCode.Decompiler/Metadata/LightJson/JsonObject.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/LightJson/JsonObject.cs", "repo_id": "ILSpy", "token_count": 2516 }
230
// 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/Metadata/Resource.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/Resource.cs", "repo_id": "ILSpy", "token_count": 1722 }
231
using System; using System.Collections.Immutable; using System.Reflection; using System.Reflection.Metadata; using System.Reflection.Metadata.Ecma335; using System.Reflection.PortableExecutable; using ICSharpCode.Decompiler.TypeSystem; using ICSharpCode.Decompiler.Util; using SRM = System.Reflection.Metadata; names...
ILSpy/ICSharpCode.Decompiler/SRMExtensions.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/SRMExtensions.cs", "repo_id": "ILSpy", "token_count": 9248 }
232
// 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/ICSharpCode.Decompiler/Solution/SolutionCreator.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/Solution/SolutionCreator.cs", "repo_id": "ILSpy", "token_count": 2582 }
233
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to us...
ILSpy/ICSharpCode.Decompiler/TypeSystem/IEntity.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/IEntity.cs", "repo_id": "ILSpy", "token_count": 1028 }
234
// 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/MetadataTypeParameter.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/MetadataTypeParameter.cs", "repo_id": "ILSpy", "token_count": 2934 }
235
// 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/UnknownType.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/UnknownType.cs", "repo_id": "ILSpy", "token_count": 1473 }
236
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to us...
ILSpy/ICSharpCode.Decompiler/TypeSystem/SpecialType.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/SpecialType.cs", "repo_id": "ILSpy", "token_count": 1372 }
237
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; namespace ICSharpCode.ILSpy.AddIn { class ILSpyParameters { public ILSpyParameters(IEnumerable<string> assemblyFileNa...
ILSpy/ILSpy.AddIn.Shared/ILSpyInstance.cs/0
{ "file_path": "ILSpy/ILSpy.AddIn.Shared/ILSpyInstance.cs", "repo_id": "ILSpy", "token_count": 1554 }
238
Test cases for various types of projects as well as corresponding test plans are located in a separate repository. [https://github.com/icsharpcode/ILSpy-Addin-tests](https://github.com/icsharpcode/ILSpy-Addin-tests)
ILSpy/ILSpy.AddIn/README.md/0
{ "file_path": "ILSpy/ILSpy.AddIn/README.md", "repo_id": "ILSpy", "token_count": 63 }
239
# Building the Installer It is mandatory to first publish(.ps1) the respective target platforms, then setup can be built, eg ``` msbuild ILSpy.Installer.sln /p:Configuration="Release" /p:Platform="Any CPU" msbuild ILSpy.Installer.sln /p:Configuration="Release" /p:Platform="Any CPU" /p:DefineConstants="ARM64" ```
ILSpy/ILSpy.Installer/README.md/0
{ "file_path": "ILSpy/ILSpy.Installer/README.md", "repo_id": "ILSpy", "token_count": 102 }
240
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using ICSharpCode.Decompiler.TypeSystem; using ICSharpCode.ILSpy.Analyzers; using ICSharpCode.ILSpy.Analyzers.Builtin; using ICSharpCode.ILSpyX; using NUnit.Framework; namespace ...
ILSpy/ILSpy.Tests/Analyzers/MethodUsesAnalyzerTests.cs/0
{ "file_path": "ILSpy/ILSpy.Tests/Analyzers/MethodUsesAnalyzerTests.cs", "repo_id": "ILSpy", "token_count": 544 }
241
// 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/TypeInstantiatedByAnalyzer.cs/0
{ "file_path": "ILSpy/ILSpy/Analyzers/Builtin/TypeInstantiatedByAnalyzer.cs", "repo_id": "ILSpy", "token_count": 1816 }
242
// 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/TextMarkerService.cs/0
{ "file_path": "ILSpy/ILSpy/AvalonEdit/TextMarkerService.cs", "repo_id": "ILSpy", "token_count": 3950 }
243
using ICSharpCode.ILSpy.Docking; using ICSharpCode.ILSpy.Properties; using ICSharpCode.ILSpy.ViewModels; namespace ICSharpCode.ILSpy.Commands { class ToolPaneCommand : SimpleCommand { readonly string contentId; public ToolPaneCommand(string contentId) { this.contentId = contentId; } public override v...
ILSpy/ILSpy/Commands/ShowPane.cs/0
{ "file_path": "ILSpy/ILSpy/Commands/ShowPane.cs", "repo_id": "ILSpy", "token_count": 250 }
244
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:ICSharpCode.ILSpy.Controls"> <Style x:Key="{x:Type local:SearchBox}" TargetType="{x:Type local:SearchBox}" BasedOn="{StaticResource {x:Type TextBo...
ILSpy/ILSpy/Controls/SearchBoxStyle.xaml/0
{ "file_path": "ILSpy/ILSpy/Controls/SearchBoxStyle.xaml", "repo_id": "ILSpy", "token_count": 1247 }
245
// 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/FilterSettings.cs/0
{ "file_path": "ILSpy/ILSpy/FilterSettings.cs", "repo_id": "ILSpy", "token_count": 2391 }
246
<!-- 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/Back.xaml/0
{ "file_path": "ILSpy/ILSpy/Images/Back.xaml", "repo_id": "ILSpy", "token_count": 367 }
247
<!-- This file was generated by the AiToXaml tool.--> <!-- Tool Version: 14.0.22307.0 --> <DrawingGroup xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> <DrawingGroup.Children> <GeometryDrawing Brush="#00FFFFFF" Geometry="F1M0,0L16,0 16,16 0,16z" /> <GeometryDrawing Brush="#FFF6F6F6" Geometry="F1...
ILSpy/ILSpy/Images/Folder.Closed.xaml/0
{ "file_path": "ILSpy/ILSpy/Images/Folder.Closed.xaml", "repo_id": "ILSpy", "token_count": 474 }
248
<?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/ResourceXsd.svg/0
{ "file_path": "ILSpy/ILSpy/Images/ResourceXsd.svg", "repo_id": "ILSpy", "token_count": 2196 }
249
<!-- 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/Warning.xaml/0
{ "file_path": "ILSpy/ILSpy/Images/Warning.xaml", "repo_id": "ILSpy", "token_count": 349 }
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/ILSpy/Metadata/CorTables/GenericParamConstraintTableTreeNode.cs/0
{ "file_path": "ILSpy/ILSpy/Metadata/CorTables/GenericParamConstraintTableTreeNode.cs", "repo_id": "ILSpy", "token_count": 1593 }
251
// 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/MethodDebugInformationTableTreeNode.cs/0
{ "file_path": "ILSpy/ILSpy/Metadata/DebugTables/MethodDebugInformationTableTreeNode.cs", "repo_id": "ILSpy", "token_count": 1946 }
252
// 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/MetadataHeapTreeNode.cs/0
{ "file_path": "ILSpy/ILSpy/Metadata/MetadataHeapTreeNode.cs", "repo_id": "ILSpy", "token_count": 658 }
253
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, co...
ILSpy/ILSpy/Options/DisplaySettingsViewModel.cs/0
{ "file_path": "ILSpy/ILSpy/Options/DisplaySettingsViewModel.cs", "repo_id": "ILSpy", "token_count": 3120 }
254
// Copyright (c) 2022 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/SingleInstanceHandling.cs/0
{ "file_path": "ILSpy/ILSpy/SingleInstanceHandling.cs", "repo_id": "ILSpy", "token_count": 1697 }
255
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, co...
ILSpy/ILSpy/TextView/ReferenceElementGenerator.cs/0
{ "file_path": "ILSpy/ILSpy/TextView/ReferenceElementGenerator.cs", "repo_id": "ILSpy", "token_count": 1218 }
256
// 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/WindowStyleManagerBehavior.cs/0
{ "file_path": "ILSpy/ILSpy/Themes/WindowStyleManagerBehavior.cs", "repo_id": "ILSpy", "token_count": 1213 }
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, cop...
ILSpy/ILSpy/TreeNodes/ResourceNodes/ResourcesFileTreeNode.cs/0
{ "file_path": "ILSpy/ILSpy/TreeNodes/ResourceNodes/ResourcesFileTreeNode.cs", "repo_id": "ILSpy", "token_count": 2332 }
258
// 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/EditTextBox.cs/0
{ "file_path": "ILSpy/SharpTreeView/EditTextBox.cs", "repo_id": "ILSpy", "token_count": 869 }
259
@setlocal enabledelayedexpansion @set MSBUILD= @for /D %%M in ("%ProgramFiles%\Microsoft Visual Studio\2022"\*) do ( @if exist "%%M\MSBuild\Current\Bin\MSBuild.exe" ( @set "MSBUILD=%%M\MSBuild\Current\Bin\MSBuild.exe" ) ) @if "%MSBUILD%" == "" ( @echo Could not find VS2022 MSBuild @exit /b 1 ) "...
ILSpy/clean.bat/0
{ "file_path": "ILSpy/clean.bat", "repo_id": "ILSpy", "token_count": 210 }
260
$output_arm64 = "./ILSpy/bin/Release/net8.0-windows/win-arm64/publish/fwdependent" $output_x64 = "./ILSpy/bin/Release/net8.0-windows/win-x64/publish/fwdependent" $output_x64_selfcontained = "./ILSpy/bin/Release/net8.0-windows/win-x64/publish/selfcontained" dotnet publish ./ILSpy/ILSpy.csproj -c Release --no-restore --...
ILSpy/publish.ps1/0
{ "file_path": "ILSpy/publish.ps1", "repo_id": "ILSpy", "token_count": 562 }
261
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEditor.U2D.Interface; namespace UnityEditor.U2D.Common { internal class TexturePlatformSettingsFormatHelper : ITexturePlatformSettingsFormatHelper ...
UnityCsReference/Editor/Mono/2D/Common/TexturePlatformSettingsFormatHelper.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/2D/Common/TexturePlatformSettingsFormatHelper.cs", "repo_id": "UnityCsReference", "token_count": 403 }
262
// 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 UnityEditor.IMGUI.Controls; using UnityEngine; namespace UnityEditorInternal { internal class AddCurvesPopupHierarchy { pr...
UnityCsReference/Editor/Mono/Animation/AnimationWindow/AddCurvesPopupHierarchy.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/AddCurvesPopupHierarchy.cs", "repo_id": "UnityCsReference", "token_count": 795 }
263
// 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; using System.Collections; using System.Collections.Generic; using System.Reflection; using Object = UnityEngine...
UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationWindowEvent.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationWindowEvent.cs", "repo_id": "UnityCsReference", "token_count": 2019 }
264
// 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; using System.Collections; using System.Collections.Generic; using System.Linq; using Object = UnityEngine.Objec...
UnityCsReference/Editor/Mono/Animation/AnimationWindow/CurveEditor.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/CurveEditor.cs", "repo_id": "UnityCsReference", "token_count": 92123 }
265
// 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 Event = UnityEngine.Event; using Object = UnityEngine.Object; using Syst...
UnityCsReference/Editor/Mono/Animation/AnimationWindow/DopeSheetEditor.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/DopeSheetEditor.cs", "repo_id": "UnityCsReference", "token_count": 31409 }
266
// 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; [System.Serializable] internal class SerializedStringTable { [SerializeField] private string[] keys; [Serializ...
UnityCsReference/Editor/Mono/Animation/SerializedStringTable.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Animation/SerializedStringTable.cs", "repo_id": "UnityCsReference", "token_count": 713 }
267
// 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.Rendering; namespace UnityEditor { // Match EditorDrawi...
UnityCsReference/Editor/Mono/Annotation/SceneRenderModeWindow.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Annotation/SceneRenderModeWindow.cs", "repo_id": "UnityCsReference", "token_count": 7968 }
268
// 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 UnityEditor { [Flags] public enum AssetMoveResult { // Tells the internal implementation that the asset was not moved p...
UnityCsReference/Editor/Mono/AssetMoveResult.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/AssetMoveResult.cs", "repo_id": "UnityCsReference", "token_count": 210 }
269
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEditor.AssetImporters; using System.Collections.Generic; using UnityEngine; using System; namespace UnityEditor.SpeedTree.Importer { [CustomEditor(t...
UnityCsReference/Editor/Mono/AssetPipeline/SpeedTree/SpeedTree9ImporterEditor.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/AssetPipeline/SpeedTree/SpeedTree9ImporterEditor.cs", "repo_id": "UnityCsReference", "token_count": 5417 }
270
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEditor; namespace UnityEditorInternal { // Keep internal and undocumented until we expose more functionality //*undocumented* public sealed ...
UnityCsReference/Editor/Mono/AssetStore.bindings.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/AssetStore.bindings.cs", "repo_id": "UnityCsReference", "token_count": 236 }
271
// 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.Analytics; namespace UnityEditor.Audio.Analytics; static class AudioAnalytics { }
UnityCsReference/Editor/Mono/Audio/Analytics/AudioAnalytics.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Audio/Analytics/AudioAnalytics.cs", "repo_id": "UnityCsReference", "token_count": 85 }
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 UnityEngine; namespace UnityEditor.Audio { [ExcludeFromPreset] partial class AudioMixerGroupControlle...
UnityCsReference/Editor/Mono/Audio/Mixer/Bindings/AudioMixerGroup.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Audio/Mixer/Bindings/AudioMixerGroup.cs", "repo_id": "UnityCsReference", "token_count": 1123 }
273
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEditor.Audio; using UnityEditorInternal; using UnityEngine; using System.Collections.Generic; using UnityEditor.IMGUI.Controls; using UnityEngine.Audio; ...
UnityCsReference/Editor/Mono/Audio/Mixer/GUI/TreeViewForAudioMixerGroups.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Audio/Mixer/GUI/TreeViewForAudioMixerGroups.cs", "repo_id": "UnityCsReference", "token_count": 5860 }
274
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEditor.UIElements; using UnityEngine; using UnityEngine.UIElements; namespace UnityEditor { [CustomEditor(typeof(BrokenPrefabAsset))] class Brok...
UnityCsReference/Editor/Mono/BrokenPrefabAssetEditor.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/BrokenPrefabAssetEditor.cs", "repo_id": "UnityCsReference", "token_count": 788 }
275
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License namespace UnityEditor.Build { public enum OSArchitecture { x64, ARM64, x64ARM64, x86, } }
UnityCsReference/Editor/Mono/BuildPipeline/OSArchitecture.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/BuildPipeline/OSArchitecture.cs", "repo_id": "UnityCsReference", "token_count": 122 }
276
// 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 JetBrains.Annotations; using UnityEditor.Modules; using UnityEditorInternal; using UnityEngin...
UnityCsReference/Editor/Mono/BuildProfile/BuildProfileContext.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/BuildProfile/BuildProfileContext.cs", "repo_id": "UnityCsReference", "token_count": 9731 }
277
// 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 Unity.Collections; using Unity.Collections.LowLevel.Unsafe; using UnityEngine; using UnityEngine.Bindings; using UnityEngine.Internal; using Uni...
UnityCsReference/Editor/Mono/Camera/EditorCameraUtils.bindings.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/Camera/EditorCameraUtils.bindings.cs", "repo_id": "UnityCsReference", "token_count": 832 }
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 UnityEditor; using UnityEngine; using UnityEngine.Analytics; namespace Unity.CodeEditor { class CodeEditorAnalytics { [Analytic...
UnityCsReference/Editor/Mono/CodeEditor/CodeEditorAnalytics.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/CodeEditor/CodeEditorAnalytics.cs", "repo_id": "UnityCsReference", "token_count": 596 }
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.Globalization; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Reflection; using ...
UnityCsReference/Editor/Mono/ConsoleWindow.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/ConsoleWindow.cs", "repo_id": "UnityCsReference", "token_count": 28225 }
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; using System.Collections.Generic; using System.Linq; using UnityEditor.Modules; using UnityEngine; namespace UnityEditor.DeploymentTargets { inte...
UnityCsReference/Editor/Mono/DeploymentTargets/IDeploymentTargetsExtension.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/DeploymentTargets/IDeploymentTargetsExtension.cs", "repo_id": "UnityCsReference", "token_count": 2093 }
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 System.Diagnostics.CodeAnalysis; using UnityEditor.Rendering; using UnityEngine; namespace UnityEditor { [SuppressMess...
UnityCsReference/Editor/Mono/EditorGUI.RenderPipeline.cs/0
{ "file_path": "UnityCsReference/Editor/Mono/EditorGUI.RenderPipeline.cs", "repo_id": "UnityCsReference", "token_count": 1324 }
282