text stringlengths 7 35.3M | id stringlengths 11 185 | metadata dict | __index_level_0__ int64 0 2.14k |
|---|---|---|---|
// 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/Util/FileUtilityTests.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/Util/FileUtilityTests.cs",
"repo_id": "ILSpy",
"token_count": 3773
} | 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/OutputVisitor/ITokenWriter.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/OutputVisitor/ITokenWriter.cs",
"repo_id": "ILSpy",
"token_count": 1633
} | 214 |
// 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/CSharp/SequencePointBuilder.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/SequencePointBuilder.cs",
"repo_id": "ILSpy",
"token_count": 7275
} | 215 |
//
// BaseReferenceExpression.cs
//
// Author:
// Mike Krüger <mkrueger@novell.com>
//
// Copyright (c) 2009 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal... | ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/BaseReferenceExpression.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/BaseReferenceExpression.cs",
"repo_id": "ILSpy",
"token_count": 695
} | 216 |
//
// MemberReferenceExpression.cs
//
// Author:
// Mike Krüger <mkrueger@novell.com>
//
// Copyright (c) 2009 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal... | ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/MemberReferenceExpression.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/MemberReferenceExpression.cs",
"repo_id": "ILSpy",
"token_count": 1207
} | 217 |
//
// TypeDeclaration.cs
//
// Author:
// Mike Krüger <mkrueger@novell.com>
//
// Copyright (c) 2009 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the... | ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/GeneralScope/TypeDeclaration.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/GeneralScope/TypeDeclaration.cs",
"repo_id": "ILSpy",
"token_count": 1604
} | 218 |
//
// EventDeclaration.cs
//
// Author:
// Mike Krüger <mkrueger@novell.com>
//
// Copyright (c) 2009 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in th... | ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/TypeMembers/EventDeclaration.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/TypeMembers/EventDeclaration.cs",
"repo_id": "ILSpy",
"token_count": 1652
} | 219 |
// 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/CustomPatterns.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Transforms/CustomPatterns.cs",
"repo_id": "ILSpy",
"token_count": 1195
} | 220 |
// Copyright (c) 2014 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// publ... | ILSpy/ICSharpCode.Decompiler/CSharp/Transforms/TransformContext.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Transforms/TransformContext.cs",
"repo_id": "ILSpy",
"token_count": 831
} | 221 |
using System;
using System.Collections.Generic;
using System.Text;
namespace ICSharpCode.Decompiler.DebugInfo
{
public static class KnownGuids
{
public static readonly Guid CSharpLanguageGuid = new Guid("3f5162f8-07c6-11d3-9053-00c04fa302a1");
public static readonly Guid VBLanguageGuid = new Guid("3a12d0b8-c26c... | ILSpy/ICSharpCode.Decompiler/DebugInfo/KnownGuids.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/DebugInfo/KnownGuids.cs",
"repo_id": "ILSpy",
"token_count": 854
} | 222 |
// Copyright (c) 2022 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/ICSharpCode.Decompiler/Disassembler/SortByNameProcessor.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Disassembler/SortByNameProcessor.cs",
"repo_id": "ILSpy",
"token_count": 1428
} | 223 |
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Rules for ICSharpCode.Decompiler" Description="Code analysis rules for ICSharpCode.Decompiler.csproj." ToolsVersion="15.0">
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1001" Action="Warning"... | ILSpy/ICSharpCode.Decompiler/ICSharpCode.Decompiler.ruleset/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/ICSharpCode.Decompiler.ruleset",
"repo_id": "ILSpy",
"token_count": 1465
} | 224 |
// Copyright (c) 2016 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// publ... | ILSpy/ICSharpCode.Decompiler/IL/ControlFlow/SwitchDetection.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/ControlFlow/SwitchDetection.cs",
"repo_id": "ILSpy",
"token_count": 7092
} | 225 |
#nullable enable
// Copyright (c) 2014 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modif... | ILSpy/ICSharpCode.Decompiler/IL/Instructions/Branch.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Instructions/Branch.cs",
"repo_id": "ILSpy",
"token_count": 1372
} | 226 |
#nullable enable
// Copyright (c) 2014 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modif... | ILSpy/ICSharpCode.Decompiler/IL/Instructions/LdFlda.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Instructions/LdFlda.cs",
"repo_id": "ILSpy",
"token_count": 1181
} | 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/DetectCatchWhenConditionBlocks.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/DetectCatchWhenConditionBlocks.cs",
"repo_id": "ILSpy",
"token_count": 3278
} | 228 |
// Copyright (c) 2016 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// publ... | ILSpy/ICSharpCode.Decompiler/IL/Transforms/Stepper.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/Stepper.cs",
"repo_id": "ILSpy",
"token_count": 1322
} | 229 |
// Copyright (c) 2018 Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// pub... | ILSpy/ICSharpCode.Decompiler/Metadata/DotNetCorePathFinderExtensions.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/DotNetCorePathFinderExtensions.cs",
"repo_id": "ILSpy",
"token_count": 3206
} | 230 |
using System;
using System.Buffers.Binary;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Metadata;
using System.Reflection.Metadata.Ecma335;
using System.Security.Cryptography;
using System.Text;
using ICSharpCode.Decompiler.TypeSystem;
using ICSharpCode.Decompi... | ILSpy/ICSharpCode.Decompiler/Metadata/MetadataExtensions.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/MetadataExtensions.cs",
"repo_id": "ILSpy",
"token_count": 5272
} | 231 |
// 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/Output/ITextOutput.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Output/ITextOutput.cs",
"repo_id": "ILSpy",
"token_count": 730
} | 232 |
// 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/ConversionResolveResult.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Semantics/ConversionResolveResult.cs",
"repo_id": "ILSpy",
"token_count": 751
} | 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/FullTypeName.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/FullTypeName.cs",
"repo_id": "ILSpy",
"token_count": 3786
} | 234 |
// 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/INamespace.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/INamespace.cs",
"repo_id": "ILSpy",
"token_count": 918
} | 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/BaseTypeCollector.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/BaseTypeCollector.cs",
"repo_id": "ILSpy",
"token_count": 1061
} | 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/Implementation/MergedNamespace.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/MergedNamespace.cs",
"repo_id": "ILSpy",
"token_count": 1833
} | 237 |
// 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/SpecializedMember.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/SpecializedMember.cs",
"repo_id": "ILSpy",
"token_count": 3494
} | 238 |
// 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/NullableType.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/NullableType.cs",
"repo_id": "ILSpy",
"token_count": 1031
} | 239 |
// Copyright (c) 2015 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/TypeSystem/TypeUtils.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/TypeUtils.cs",
"repo_id": "ILSpy",
"token_count": 5983
} | 240 |
#nullable enable
// 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, modif... | ILSpy/ICSharpCode.Decompiler/Util/Interval.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Util/Interval.cs",
"repo_id": "ILSpy",
"token_count": 3123
} | 241 |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ServerGarbageCollection>true</ServerGarbageCollection>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsPackable>true</IsPackable>
<PackAsTool>true</PackAsTool>
<Invari... | ILSpy/ICSharpCode.ILSpyCmd/ICSharpCode.ILSpyCmd.csproj/0 | {
"file_path": "ILSpy/ICSharpCode.ILSpyCmd/ICSharpCode.ILSpyCmd.csproj",
"repo_id": "ILSpy",
"token_count": 887
} | 242 |
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, co... | ILSpy/ICSharpCode.ILSpyX/LanguageVersion.cs/0 | {
"file_path": "ILSpy/ICSharpCode.ILSpyX/LanguageVersion.cs",
"repo_id": "ILSpy",
"token_count": 462
} | 243 |
using System;
using System.Linq;
using EnvDTE;
using Microsoft.VisualStudio.Shell;
using VSLangProj;
namespace ICSharpCode.ILSpy.AddIn.Commands
{
class OpenReferenceCommand : ILSpyCommand
{
static OpenReferenceCommand instance;
public OpenReferenceCommand(ILSpyAddInPackage owner)
: base(owner, PkgCmdIDLi... | ILSpy/ILSpy.AddIn.Shared/Commands/OpenReferenceCommand.cs/0 | {
"file_path": "ILSpy/ILSpy.AddIn.Shared/Commands/OpenReferenceCommand.cs",
"repo_id": "ILSpy",
"token_count": 1153
} | 244 |
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:ad="clr-namespace:AvalonDock">
<SolidColorBrush x:Key="ManagedContentTabControlNormalBorderBrush" Color="#919B9C" />
<SolidColorBrush x:Key="{ComponentResourceKey Resourc... | ILSpy/ILSpy.BamlDecompiler.Tests/Cases/AvalonDockBrushes.xaml/0 | {
"file_path": "ILSpy/ILSpy.BamlDecompiler.Tests/Cases/AvalonDockBrushes.xaml",
"repo_id": "ILSpy",
"token_count": 1624
} | 245 |
<Label xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" DataContext="{Binding Blub}" Content="{Binding Path=Blah, StringFormat={}{0} items}">
<FrameworkElement.Style>
<Style />
</FrameworkElement.Style>
</Label> | ILSpy/ILSpy.BamlDecompiler.Tests/Cases/MarkupExtension.xaml/0 | {
"file_path": "ILSpy/ILSpy.BamlDecompiler.Tests/Cases/MarkupExtension.xaml",
"repo_id": "ILSpy",
"token_count": 105
} | 246 |
// 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/ILSpy.BamlDecompiler/BamlResourceEntryNode.cs/0 | {
"file_path": "ILSpy/ILSpy.BamlDecompiler/BamlResourceEntryNode.cs",
"repo_id": "ILSpy",
"token_count": 946
} | 247 |
{
"profiles": {
"ILSpy.ReadyToRun": {
"commandName": "Executable",
"executablePath": "C:\\Users\\sie_p\\Projects\\ILSpy\\ILSpy\\bin\\Debug\\net472\\ILSpy.exe",
"commandLineArgs": "/separate /language:ReadyToRun"
}
}
} | ILSpy/ILSpy.ReadyToRun/Properties/launchSettings.json/0 | {
"file_path": "ILSpy/ILSpy.ReadyToRun/Properties/launchSettings.json",
"repo_id": "ILSpy",
"token_count": 112
} | 248 |
// 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/AboutPage.cs/0 | {
"file_path": "ILSpy/ILSpy/AboutPage.cs",
"repo_id": "ILSpy",
"token_count": 2338
} | 249 |
// 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/Commands/SaveCodeContextMenuEntry.cs/0 | {
"file_path": "ILSpy/ILSpy/Commands/SaveCodeContextMenuEntry.cs",
"repo_id": "ILSpy",
"token_count": 1698
} | 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/Controls/ExtensionMethods.cs/0 | {
"file_path": "ILSpy/ILSpy/Controls/ExtensionMethods.cs",
"repo_id": "ILSpy",
"token_count": 903
} | 251 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ICSharpCode.ILSpy.Properties;
namespace ICSharpCode.ILSpy.Docking
{
[ExportMainMenuCommand(Header = nameof(Resources.Window_CloseAllDocuments), ParentMenuID = nameof(Resources._Window))]
class ... | ILSpy/ILSpy/Docking/CloseAllDocumentsCommand.cs/0 | {
"file_path": "ILSpy/ILSpy/Docking/CloseAllDocumentsCommand.cs",
"repo_id": "ILSpy",
"token_count": 239
} | 252 |
<!-- This file was generated by the AiToXaml tool.-->
<!-- Tool Version: 14.0.22307.0 -->
<DrawingGroup xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<DrawingGroup.Children>
<GeometryDrawing Brush="#00FFFFFF" Geometry="F1M16,16L0,16 0,0 16,0z" />
<GeometryDrawing Brush="#FFF6F6F6" Geometry="F1... | ILSpy/ILSpy/Images/Assembly.xaml/0 | {
"file_path": "ILSpy/ILSpy/Images/Assembly.xaml",
"repo_id": "ILSpy",
"token_count": 364
} | 253 |
<!-- This file was generated by the AiToXaml tool.-->
<!-- Tool Version: 14.0.22307.0 -->
<DrawingGroup xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Geometry="F1 M16,16z M0,0z M16,16L0,16 0,0 16,0 16,16z">
<GeometryDrawing.Brush>
<SolidCol... | ILSpy/ILSpy/Images/Constructor.xaml/0 | {
"file_path": "ILSpy/ILSpy/Images/Constructor.xaml",
"repo_id": "ILSpy",
"token_count": 571
} | 254 |
<!-- 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="F1M15.993,16L-0.00699999999999967,16 -0.00699999999999967,0 15.993,0z" />
... | ILSpy/ILSpy/Images/Heap.xaml/0 | {
"file_path": "ILSpy/ILSpy/Images/Heap.xaml",
"repo_id": "ILSpy",
"token_count": 330
} | 255 |
<!-- 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/OK.xaml/0 | {
"file_path": "ILSpy/ILSpy/Images/OK.xaml",
"repo_id": "ILSpy",
"token_count": 488
} | 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/ILSpy/Languages/CSharpLanguage.cs/0 | {
"file_path": "ILSpy/ILSpy/Languages/CSharpLanguage.cs",
"repo_id": "ILSpy",
"token_count": 10981
} | 257 |
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, co... | ILSpy/ILSpy/Metadata/CorTables/EventMapTableTreeNode.cs/0 | {
"file_path": "ILSpy/ILSpy/Metadata/CorTables/EventMapTableTreeNode.cs",
"repo_id": "ILSpy",
"token_count": 1607
} | 258 |
// 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/MethodSpecTableTreeNode.cs/0 | {
"file_path": "ILSpy/ILSpy/Metadata/CorTables/MethodSpecTableTreeNode.cs",
"repo_id": "ILSpy",
"token_count": 1419
} | 259 |
// 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/DebugDirectoryTreeNode.cs/0 | {
"file_path": "ILSpy/ILSpy/Metadata/DebugDirectoryTreeNode.cs",
"repo_id": "ILSpy",
"token_count": 1526
} | 260 |
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, co... | ILSpy/ILSpy/Metadata/Heaps/BlobHeapTreeNode.cs/0 | {
"file_path": "ILSpy/ILSpy/Metadata/Heaps/BlobHeapTreeNode.cs",
"repo_id": "ILSpy",
"token_count": 890
} | 261 |
// 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/NativeMethods.cs/0 | {
"file_path": "ILSpy/ILSpy/NativeMethods.cs",
"repo_id": "ILSpy",
"token_count": 2838
} | 262 |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | ILSpy/ILSpy/Properties/Resources.resx/0 | {
"file_path": "ILSpy/ILSpy/Properties/Resources.resx",
"repo_id": "ILSpy",
"token_count": 16123
} | 263 |
using ICSharpCode.AvalonEdit;
using ICSharpCode.AvalonEdit.Highlighting;
using ICSharpCode.AvalonEdit.Rendering;
namespace ICSharpCode.ILSpy.TextView;
public class DecompilerTextEditor : TextEditor
{
protected override IVisualLineTransformer CreateColorizer(IHighlightingDefinition highlightingDefinition)
{
retur... | ILSpy/ILSpy/TextView/DecompilerTextEditor.cs/0 | {
"file_path": "ILSpy/ILSpy/TextView/DecompilerTextEditor.cs",
"repo_id": "ILSpy",
"token_count": 118
} | 264 |
#nullable enable
using System.Windows;
using System.Windows.Media;
using ICSharpCode.AvalonEdit.Highlighting;
namespace ICSharpCode.ILSpy.Themes;
public class SyntaxColor
{
public Color? Foreground { get; set; }
public Color? Background { get; set; }
public FontWeight? FontWeight { get; set; }
public FontStyle?... | ILSpy/ILSpy/Themes/SyntaxColor.cs/0 | {
"file_path": "ILSpy/ILSpy/Themes/SyntaxColor.cs",
"repo_id": "ILSpy",
"token_count": 277
} | 265 |
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, cop... | ILSpy/ILSpy/TreeNodes/DerivedTypesEntryNode.cs/0 | {
"file_path": "ILSpy/ILSpy/TreeNodes/DerivedTypesEntryNode.cs",
"repo_id": "ILSpy",
"token_count": 1106
} | 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/Updates/NotifyOfUpdatesStrategy.cs/0 | {
"file_path": "ILSpy/ILSpy/Updates/NotifyOfUpdatesStrategy.cs",
"repo_id": "ILSpy",
"token_count": 1295
} | 267 |
// 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/Properties/GlobalAssemblyInfo.cs/0 | {
"file_path": "ILSpy/SharpTreeView/Properties/GlobalAssemblyInfo.cs",
"repo_id": "ILSpy",
"token_count": 898
} | 268 |
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
// This code is distributed under MIT X11 license (for details please see \doc\license.txt)
using System.ComponentModel.Composition;
using System.Reflection.Metadata;
using System.Windows.Controls;
using ICSharpCod... | ILSpy/TestPlugin/CustomLanguage.cs/0 | {
"file_path": "ILSpy/TestPlugin/CustomLanguage.cs",
"repo_id": "ILSpy",
"token_count": 773
} | 269 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
namespace BeeBuildProgramCommon.Data
{
public class PackageInfo
{
public string Name;
public string ResolvedPath;
}
public struct V... | UnityCsReference/Editor/IncrementalBuildPipeline/BeeBuildProgramCommon.Data/Data.cs/0 | {
"file_path": "UnityCsReference/Editor/IncrementalBuildPipeline/BeeBuildProgramCommon.Data/Data.cs",
"repo_id": "UnityCsReference",
"token_count": 449
} | 270 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System.IO;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Experimental.Rendering;
using UnityEngine.U2D;
using UnityEditor.Build;
usin... | UnityCsReference/Editor/Mono/2D/SpriteAtlas/SpriteAtlasImporterInspector.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/2D/SpriteAtlas/SpriteAtlasImporterInspector.cs",
"repo_id": "UnityCsReference",
"token_count": 21056
} | 271 |
// 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 UnityEditorInternal
{
[System.Serializable]
struct AnimationKeyTime
{
[SerializeField] private float m_FrameRate;... | UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationKeyTime.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationKeyTime.cs",
"repo_id": "UnityCsReference",
"token_count": 1156
} | 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 UnityEngine;
using UnityEditor;
using System.Collections;
using System.Collections.Generic;
using Object = UnityEngine.Object;
namespace UnityE... | UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationWindowManipulator.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationWindowManipulator.cs",
"repo_id": "UnityCsReference",
"token_count": 3090
} | 273 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEngine;
using UnityEditor;
using System.Collections;
using System.Collections.Generic;
namespace UnityEditor
{
internal class EulerCurveCombinedRend... | UnityCsReference/Editor/Mono/Animation/AnimationWindow/CurveRenderer/EulerCurveCombinedRenderer.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/CurveRenderer/EulerCurveCombinedRenderer.cs",
"repo_id": "UnityCsReference",
"token_count": 5858
} | 274 |
// 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;
namespace UnityEditor
{
internal class RectangleTool
{
private TimeArea m_TimeArea;
private Styles m_... | UnityCsReference/Editor/Mono/Animation/AnimationWindow/RectangleTool.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/RectangleTool.cs",
"repo_id": "UnityCsReference",
"token_count": 3918
} | 275 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using UnityEngine;
using UnityEngine.Playables;
using UnityEngine.Animations;
using UnityEngine.Bindings;
using UnityEngine.Scripting;
using UnityEngi... | UnityCsReference/Editor/Mono/AnimatorController.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/AnimatorController.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 2263
} | 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.Runtime.InteropServices;
using UnityEngine;
using UnityEditor.AssetImporters;
using UnityEngine.Bindings;
namespace UnityEditor
{
pa... | UnityCsReference/Editor/Mono/AssetDatabase/AssetDatabase.deprecated.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/AssetDatabase/AssetDatabase.deprecated.cs",
"repo_id": "UnityCsReference",
"token_count": 2781
} | 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 UnityEngine;
using UnityEngine.Bindings;
namespace UnityEditor
{
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsab... | UnityCsReference/Editor/Mono/AssetPipeline/IHVImageFormatImporter.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/AssetPipeline/IHVImageFormatImporter.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 1051
} | 278 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using System.Collections.Generic;
using System.IO;
using UnityEngine;
using UnityEngine.Bindings;
using UnityEngine.Rendering;
namespace UnityEditor
... | UnityCsReference/Editor/Mono/AssetPipeline/SpeedTreeImporter.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/AssetPipeline/SpeedTreeImporter.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 5416
} | 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 UnityEngine;
using UnityEngine.Bindings;
using UnityEditor.PackageManager;
using System.Runtime.InteropServices;
using RequiredByNativeCodeAttri... | UnityCsReference/Editor/Mono/AssetStoreCachePathManager.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/AssetStoreCachePathManager.cs",
"repo_id": "UnityCsReference",
"token_count": 578
} | 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 UnityEngine;
namespace UnityEditor.Audio
{
public class AudioMixerEffectPlugin : IAudioEffectPlugin
{... | UnityCsReference/Editor/Mono/Audio/Effects/AudioMixerEffectPlugin.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Audio/Effects/AudioMixerEffectPlugin.cs",
"repo_id": "UnityCsReference",
"token_count": 1998
} | 281 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEngine;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using System;
using UnityEditorInternal;
using UnityEditor.Audio;
using Uni... | UnityCsReference/Editor/Mono/Audio/Mixer/GUI/AudioMixerGroupTreeView.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Audio/Mixer/GUI/AudioMixerGroupTreeView.cs",
"repo_id": "UnityCsReference",
"token_count": 12950
} | 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;
namespace UnityEditor
{
class WaveformPreview : IDisposable
{
static int s_BaseTextureWidth = 4096;
static... | UnityCsReference/Editor/Mono/Audio/WaveformPreview.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Audio/WaveformPreview.cs",
"repo_id": "UnityCsReference",
"token_count": 4447
} | 283 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEngine;
using System.Collections.Generic;
using DiscoveredTargetInfo = UnityEditor.BuildTargetDiscovery.DiscoveredTargetInfo;
using TargetAttributes = Un... | UnityCsReference/Editor/Mono/BuildPipeline/BuildPlatform.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/BuildPipeline/BuildPlatform.cs",
"repo_id": "UnityCsReference",
"token_count": 3531
} | 284 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
namespace UnityEditor.Experimental
{
[Obsolete("BuildPipelineExperimental is no longer supported and will be removed")]
public static class B... | UnityCsReference/Editor/Mono/BuildPipelineExperimental.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/BuildPipelineExperimental.cs",
"repo_id": "UnityCsReference",
"token_count": 178
} | 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.Bindings;
namespace UnityEditor
{
// Target build platform.
// When adding new platform, read this first - https://confluence.hq.unity3d.... | UnityCsReference/Editor/Mono/BuildTarget.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/BuildTarget.cs",
"repo_id": "UnityCsReference",
"token_count": 2031
} | 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.Bindings;
using UnityEngine.Scripting;
namespace UnityEditor
{
[NativeHeader("Editor/Src/Utility/ChangeTracker.h")]
[Requir... | UnityCsReference/Editor/Mono/ChangeTrackerHandle.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/ChangeTrackerHandle.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 807
} | 287 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
// This file was introduced as part of the collab removal, it supports any versions of com.unity.collab-proxy under 1.17.7
// It allows for an error free upgrade by... | UnityCsReference/Editor/Mono/Collab/CollabToUVCSBridge.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Collab/CollabToUVCSBridge.cs",
"repo_id": "UnityCsReference",
"token_count": 8296
} | 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 UnityEngine;
using System.Collections.Generic;
using System.Linq;
using UnityEditor.SceneManagement;
using UnityEngine.SceneManagement;
using Ob... | UnityCsReference/Editor/Mono/CutBoard.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/CutBoard.cs",
"repo_id": "UnityCsReference",
"token_count": 3476
} | 289 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using System.Reflection;
using UnityEditor.Scripting.ScriptCompilation;
using UnityEngine;
using UnityEngine.Bindings;
using UnityEngine.SceneManageme... | UnityCsReference/Editor/Mono/EditorApplication.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/EditorApplication.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 5543
} | 290 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using UnityEngine;
using UnityEditor;
using UnityEngine.Scripting;
namespace UnityEditor
{
[AttributeUsage(AttributeTargets.Method, AllowMultiple... | UnityCsReference/Editor/Mono/EditorHeaderItemAttribute.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/EditorHeaderItemAttribute.cs",
"repo_id": "UnityCsReference",
"token_count": 262
} | 291 |
// 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
{
[NativeType(Header = "Editor/Src/EditorUserBuildSettings.h")]
public enum QNXOsVersion
{
[S... | UnityCsReference/Editor/Mono/EditorUserBuildSettingsQNX.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/EditorUserBuildSettingsQNX.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 201
} | 292 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.InteropServices;
using Unity.Collections;
using Unity.Collections.Low... | UnityCsReference/Editor/Mono/GI/DeviceContext.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GI/DeviceContext.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 2897
} | 293 |
// 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 UnityEditor.LightBaking;
using UnityEngine.Rendering;
namespace UnityEngine.L... | UnityCsReference/Editor/Mono/GI/ProbeIntegrator.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GI/ProbeIntegrator.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 6863
} | 294 |
// 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.Experimental;
namespace UnityEditor
{
internal class CacheServerToggle
{
private readonly GUIContent m_CacheSe... | UnityCsReference/Editor/Mono/GUI/CacheServerToggle.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUI/CacheServerToggle.cs",
"repo_id": "UnityCsReference",
"token_count": 890
} | 295 |
// 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 System.IO;
using UnityEditorInternal;
using UnityEngine;
namespace UnityEditor
{
internal class Ex... | UnityCsReference/Editor/Mono/GUI/ExposablePopupMenu.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUI/ExposablePopupMenu.cs",
"repo_id": "UnityCsReference",
"token_count": 4469
} | 296 |
// 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
{
//------------------------------------------------------... | UnityCsReference/Editor/Mono/GUI/LazyLoadReferenceField.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUI/LazyLoadReferenceField.cs",
"repo_id": "UnityCsReference",
"token_count": 695
} | 297 |
// 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.StyleSheets;
using UnityEditor.Experimental;
namespace UnityEditor
{
// This uses a normal editor window with a single vie... | UnityCsReference/Editor/Mono/GUI/PaneDragTab.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUI/PaneDragTab.cs",
"repo_id": "UnityCsReference",
"token_count": 3587
} | 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;
namespace UnityEditor
{
class SubToolbar
{
public float Width { get; set; }
public virtual void OnGUI(Rect rect)
... | UnityCsReference/Editor/Mono/GUI/SubToolbar.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUI/SubToolbar.cs",
"repo_id": "UnityCsReference",
"token_count": 132
} | 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.Collections.Generic;
using UnityEngine;
namespace UnityEditor.IMGUI.Controls
{
// The TreeView requires implementations from the following three ... | UnityCsReference/Editor/Mono/GUI/TreeView/ITreeViewDragging.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUI/TreeView/ITreeViewDragging.cs",
"repo_id": "UnityCsReference",
"token_count": 433
} | 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.Globalization;
using UnityEngine;
namespace UnityEditor.IMGUI.Controls
{
// Setup animation, tracks animation, fires callback when d... | UnityCsReference/Editor/Mono/GUI/TreeView/TreeViewExpandAnimator.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUI/TreeView/TreeViewExpandAnimator.cs",
"repo_id": "UnityCsReference",
"token_count": 4848
} | 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 System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using JetBrains.Annotations;
... | UnityCsReference/Editor/Mono/GUI/WindowLayout.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUI/WindowLayout.cs",
"repo_id": "UnityCsReference",
"token_count": 36305
} | 302 |
// 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 UnityEditor.SceneManagement;
using UnityEngine;
using UnityEngine.Bindings;
namespace UnityEditor
{
... | UnityCsReference/Editor/Mono/GameObjectUtility.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GameObjectUtility.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 2894
} | 303 |
// 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.Bindings;
using Object = UnityEngine.Object;
namespace UnityEditor
{
[NativeHeader("Runtime/Shaders/Material... | UnityCsReference/Editor/Mono/Graphics/EditorMaterialUtility.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Graphics/EditorMaterialUtility.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 551
} | 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;
using UnityEditor;
using UnityEngine;
namespace UnityEditorInternal
{
internal class Button
{
internal static bool Do(int id, Vector3... | UnityCsReference/Editor/Mono/Handles/Button.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Handles/Button.cs",
"repo_id": "UnityCsReference",
"token_count": 1489
} | 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 UnityEditor;
using UnityEngine;
namespace UnityEditorInternal
{
internal class Slider1D
{
// Used for plane intersection transl... | UnityCsReference/Editor/Mono/Handles/Slider1D.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Handles/Slider1D.cs",
"repo_id": "UnityCsReference",
"token_count": 3519
} | 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 UnityEditor;
namespace UnityEditor
{
// Interface for drag-dropping windows over each other.
// Must be implemented by anyone who ... | UnityCsReference/Editor/Mono/IDropArea.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/IDropArea.cs",
"repo_id": "UnityCsReference",
"token_count": 230
} | 307 |
// 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;
namespace UnityEditor
{
[CustomEditor(typeof(SpeedTreeImporter))]
[Ca... | UnityCsReference/Editor/Mono/ImportSettings/SpeedTreeImporterInspector.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/ImportSettings/SpeedTreeImporterInspector.cs",
"repo_id": "UnityCsReference",
"token_count": 3694
} | 308 |
// 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
{
[CustomEditor(typeof(AudioClip))]
[CanEditMultipleObjects]
internal class AudioClipInspector : Editor
{
... | UnityCsReference/Editor/Mono/Inspector/AudioClipInspector.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Inspector/AudioClipInspector.cs",
"repo_id": "UnityCsReference",
"token_count": 7272
} | 309 |
// 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;
using System.Collections.Generic;
namespace UnityEditor
{
public enum BodyPart
{
None = -1,
Avatar = 0,
... | UnityCsReference/Editor/Mono/Inspector/Avatar/AvatarControl.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Inspector/Avatar/AvatarControl.cs",
"repo_id": "UnityCsReference",
"token_count": 6332
} | 310 |
// 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.AnimatedValues;
using UnityEditorInternal.VR;
using System.Linq;
namespace UnityEditor
{
/// <summary>
/// Editor clas... | UnityCsReference/Editor/Mono/Inspector/CanvasEditor.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Inspector/CanvasEditor.cs",
"repo_id": "UnityCsReference",
"token_count": 6775
} | 311 |
// 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.IMGUI.Controls
{
public class AdvancedDropdownItem : IComparable
{... | UnityCsReference/Editor/Mono/Inspector/Core/AdvancedDropdown/AdvancedDropdownItem.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Inspector/Core/AdvancedDropdown/AdvancedDropdownItem.cs",
"repo_id": "UnityCsReference",
"token_count": 1533
} | 312 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.