text stringlengths 7 35.3M | id stringlengths 11 185 | metadata dict | __index_level_0__ int64 0 2.14k |
|---|---|---|---|
Imports System
Imports System.Linq
Public Class Issue2192
Public Shared Sub M()
Dim words As String() = {"abc", "defgh", "ijklm"}
Dim word As String = "test"
Console.WriteLine(words.Count(Function(w) w.Length > word.Length))
End Sub
End Class | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Issue2192.vb/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Issue2192.vb",
"repo_id": "ILSpy",
"token_count": 89
} | 214 |
// Copyright (c) 2010-2018 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.Tests/TypeSystem/TypeSystemTestCase.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TypeSystem/TypeSystemTestCase.cs",
"repo_id": "ILSpy",
"token_count": 8816
} | 215 |
// Copyright (c) 2010-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 us... | ILSpy/ICSharpCode.Decompiler/CSharp/OutputVisitor/CSharpOutputVisitor.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/OutputVisitor/CSharpOutputVisitor.cs",
"repo_id": "ILSpy",
"token_count": 34598
} | 216 |
// Copyright (c) 2020 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// publ... | ILSpy/ICSharpCode.Decompiler/CSharp/RecordDecompiler.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/RecordDecompiler.cs",
"repo_id": "ILSpy",
"token_count": 14753
} | 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/Resolver/OverloadResolution.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Resolver/OverloadResolution.cs",
"repo_id": "ILSpy",
"token_count": 13772
} | 218 |
//
// ArrayInitializerExpression.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 dea... | ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/ArrayInitializerExpression.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/ArrayInitializerExpression.cs",
"repo_id": "ILSpy",
"token_count": 1822
} | 219 |
// Copyright (c) 2020 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// publ... | ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/SwitchExpression.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/SwitchExpression.cs",
"repo_id": "ILSpy",
"token_count": 1259
} | 220 |
//
// ExternAliasDeclaration.cs
//
// Author:
// Mike Krüger <mkrueger@novell.com>
//
// Copyright (c) 2011 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
... | ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/GeneralScope/ExternAliasDeclaration.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/GeneralScope/ExternAliasDeclaration.cs",
"repo_id": "ILSpy",
"token_count": 903
} | 221 |
// 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/AddXmlDocumentationTransform.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Transforms/AddXmlDocumentationTransform.cs",
"repo_id": "ILSpy",
"token_count": 1300
} | 222 |
// 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/PrettifyAssignments.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Transforms/PrettifyAssignments.cs",
"repo_id": "ILSpy",
"token_count": 2341
} | 223 |
// 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/DebugInfo/DebugInfoGenerator.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/DebugInfo/DebugInfoGenerator.cs",
"repo_id": "ILSpy",
"token_count": 2910
} | 224 |
// 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/MethodBodyDisassembler.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Disassembler/MethodBodyDisassembler.cs",
"repo_id": "ILSpy",
"token_count": 8278
} | 225 |
using System;
using System.Threading;
namespace Humanizer.Inflections
{
/// <summary>
/// Container for registered Vocabularies. At present, only a single vocabulary is supported: Default.
/// </summary>
internal static class Vocabularies
{
private static readonly Lazy<Vocabulary> Instance;
static Vocabula... | ILSpy/ICSharpCode.Decompiler/Humanizer/Vocabularies.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Humanizer/Vocabularies.cs",
"repo_id": "ILSpy",
"token_count": 2560
} | 226 |
// 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, ... | ILSpy/ICSharpCode.Decompiler/IL/ControlFlow/RemoveRedundantReturn.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/ControlFlow/RemoveRedundantReturn.cs",
"repo_id": "ILSpy",
"token_count": 1488
} | 227 |
#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/BinaryNumericInstruction.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Instructions/BinaryNumericInstruction.cs",
"repo_id": "ILSpy",
"token_count": 2376
} | 228 |
#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/IL/Instructions/ILVariableCollection.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Instructions/ILVariableCollection.cs",
"repo_id": "ILSpy",
"token_count": 1587
} | 229 |
#nullable enable
// 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 r... | ILSpy/ICSharpCode.Decompiler/IL/Instructions/SwitchInstruction.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Instructions/SwitchInstruction.cs",
"repo_id": "ILSpy",
"token_count": 2451
} | 230 |
// Copyright (c) 2011-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,
//... | ILSpy/ICSharpCode.Decompiler/IL/Transforms/CopyPropagation.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/CopyPropagation.cs",
"repo_id": "ILSpy",
"token_count": 2492
} | 231 |
// 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/IL/Transforms/InterpolatedStringTransform.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/InterpolatedStringTransform.cs",
"repo_id": "ILSpy",
"token_count": 1760
} | 232 |
// Copyright (c) 2021 Daniel Grunwald, Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modi... | ILSpy/ICSharpCode.Decompiler/IL/Transforms/RemoveInfeasiblePathTransform.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/IL/Transforms/RemoveInfeasiblePathTransform.cs",
"repo_id": "ILSpy",
"token_count": 1327
} | 233 |
// 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/CodeMappingInfo.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/CodeMappingInfo.cs",
"repo_id": "ILSpy",
"token_count": 1128
} | 234 |
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace LightJson.Serialization
{
/// <summary>
/// Represents a position within a plain text resource.
/// </summary>
internal struc... | ILSpy/ICSharpCode.Decompiler/Metadata/LightJson/Serialization/TextPosition.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Metadata/LightJson/Serialization/TextPosition.cs",
"repo_id": "ILSpy",
"token_count": 160
} | 235 |
// 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/NRExtensions.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/NRExtensions.cs",
"repo_id": "ILSpy",
"token_count": 1087
} | 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/ByReferenceType.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/ByReferenceType.cs",
"repo_id": "ILSpy",
"token_count": 1004
} | 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/IMember.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/IMember.cs",
"repo_id": "ILSpy",
"token_count": 1449
} | 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/Implementation/AbstractType.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/AbstractType.cs",
"repo_id": "ILSpy",
"token_count": 1878
} | 239 |
// Copyright (c) 2010-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,
//... | ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/KnownAttributes.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/KnownAttributes.cs",
"repo_id": "ILSpy",
"token_count": 2868
} | 240 |
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to us... | ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/SimpleCompilation.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/Implementation/SimpleCompilation.cs",
"repo_id": "ILSpy",
"token_count": 1767
} | 241 |
// Copyright (c) 2018 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/TypeSystem/ModifiedType.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/ModifiedType.cs",
"repo_id": "ILSpy",
"token_count": 1734
} | 242 |
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to us... | ILSpy/ICSharpCode.Decompiler/TypeSystem/TypeParameterSubstitution.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/TypeSystem/TypeParameterSubstitution.cs",
"repo_id": "ILSpy",
"token_count": 3133
} | 243 |
// Copyright (c) 2023 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// publi... | ILSpy/ICSharpCode.Decompiler/Util/GraphTraversal.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Util/GraphTraversal.cs",
"repo_id": "ILSpy",
"token_count": 1735
} | 244 |
// 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/Util/UnionFind.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler/Util/UnionFind.cs",
"repo_id": "ILSpy",
"token_count": 829
} | 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/ICSharpCode.ILSpyX/AssemblyListSnapshot.cs/0 | {
"file_path": "ILSpy/ICSharpCode.ILSpyX/AssemblyListSnapshot.cs",
"repo_id": "ILSpy",
"token_count": 2353
} | 246 |
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, co... | ILSpy/ICSharpCode.ILSpyX/Search/LiteralSearchStrategy.cs/0 | {
"file_path": "ILSpy/ICSharpCode.ILSpyX/Search/LiteralSearchStrategy.cs",
"repo_id": "ILSpy",
"token_count": 3642
} | 247 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Text;
using Microsoft.VisualStudio.Shell;
using Microsoft.VisualStudio.Shell.Interop;
using Microsoft.VisualStudio.Text;
namespace ICSharpCode.ILSpy.A... | ILSpy/ILSpy.AddIn.Shared/Commands/OpenCodeItemCommand.cs/0 | {
"file_path": "ILSpy/ILSpy.AddIn.Shared/Commands/OpenCodeItemCommand.cs",
"repo_id": "ILSpy",
"token_count": 2569
} | 248 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using EnvDTE;
using Microsoft.VisualStudio.Editor;
using Microsoft.VisualStudio.LanguageServices;
using Microsoft.VisualStudio.Shell;
using Microso... | ILSpy/ILSpy.AddIn.Shared/Utils.cs/0 | {
"file_path": "ILSpy/ILSpy.AddIn.Shared/Utils.cs",
"repo_id": "ILSpy",
"token_count": 1798
} | 249 |
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="ebf12ca7-a1fd-4aee-a894-4a0c5682fc2f" Version="$INSERTVERSION$" Language="en-US" P... | ILSpy/ILSpy.AddIn.VS2022/source.extension.vsixmanifest.template/0 | {
"file_path": "ILSpy/ILSpy.AddIn.VS2022/source.extension.vsixmanifest.template",
"repo_id": "ILSpy",
"token_count": 611
} | 250 |
// 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.Tests/BamlTestRunner.cs/0 | {
"file_path": "ILSpy/ILSpy.BamlDecompiler.Tests/BamlTestRunner.cs",
"repo_id": "ILSpy",
"token_count": 2008
} | 251 |
namespace ILSpy.BamlDecompiler.Tests.Cases
{
using System.Windows;
using System.Windows.Controls;
public partial class Issue2116 : UserControl
{
public static ComponentResourceKey StyleKey1 => new ComponentResourceKey(typeof(Issue2116), "TestStyle1");
public static ComponentResourceKey StyleKey2 => new Compon... | ILSpy/ILSpy.BamlDecompiler.Tests/Cases/Issue2116.xaml.cs/0 | {
"file_path": "ILSpy/ILSpy.BamlDecompiler.Tests/Cases/Issue2116.xaml.cs",
"repo_id": "ILSpy",
"token_count": 141
} | 252 |
<Label xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Content="Blah">
<FrameworkElement.Style>
<Style />
</FrameworkElement.Style>
</Label> | ILSpy/ILSpy.BamlDecompiler.Tests/Cases/SimplePropertyElement.xaml/0 | {
"file_path": "ILSpy/ILSpy.BamlDecompiler.Tests/Cases/SimplePropertyElement.xaml",
"repo_id": "ILSpy",
"token_count": 85
} | 253 |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | ILSpy/ILSpy.ReadyToRun/Properties/Resources.Designer.cs/0 | {
"file_path": "ILSpy/ILSpy.ReadyToRun/Properties/Resources.Designer.cs",
"repo_id": "ILSpy",
"token_count": 1643
} | 254 |
{
"solution": {
"path": "ILSpy.sln",
"projects": [
"ICSharpCode.Decompiler.TestRunner\\ICSharpCode.Decompiler.TestRunner.csproj",
"ICSharpCode.Decompiler.Tests\\ICSharpCode.Decompiler.Tests.csproj",
"ICSharpCode.Decompiler\\ICSharpCode.Decompiler.csproj",
"ICSharpCode.ILSpyX\\ICSharpCode.ILSpyX.csproj"... | ILSpy/ILSpy.Wpf.slnf/0 | {
"file_path": "ILSpy/ILSpy.Wpf.slnf",
"repo_id": "ILSpy",
"token_count": 316
} | 255 |
// Copyright (c) 2022 Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// pub... | ILSpy/ILSpy/Analyzers/Builtin/FindTypeInAttributeDecoder.cs/0 | {
"file_path": "ILSpy/ILSpy/Analyzers/Builtin/FindTypeInAttributeDecoder.cs",
"repo_id": "ILSpy",
"token_count": 1821
} | 256 |
// Copyright (c) 2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, co... | ILSpy/ILSpy/Analyzers/RemoveAnalyzeContextMenuEntry.cs/0 | {
"file_path": "ILSpy/ILSpy/Analyzers/RemoveAnalyzeContextMenuEntry.cs",
"repo_id": "ILSpy",
"token_count": 573
} | 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/Commands/Pdb2XmlCommand.cs/0 | {
"file_path": "ILSpy/ILSpy/Commands/Pdb2XmlCommand.cs",
"repo_id": "ILSpy",
"token_count": 1208
} | 258 |
// 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/Controls/CollapsiblePanel.cs/0 | {
"file_path": "ILSpy/ILSpy/Controls/CollapsiblePanel.cs",
"repo_id": "ILSpy",
"token_count": 2394
} | 259 |
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Controls="clr-namespace:ICSharpCode.ILSpy.Controls">
<Style TargetType="{x:Type Controls:ZoomScrollViewer}">
<Setter Property="Template">
<Setter.Value>
<Cont... | ILSpy/ILSpy/Controls/ZoomScrollViewer.xaml/0 | {
"file_path": "ILSpy/ILSpy/Controls/ZoomScrollViewer.xaml",
"repo_id": "ILSpy",
"token_count": 2530
} | 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/ISmartTextOutput.cs/0 | {
"file_path": "ILSpy/ILSpy/ISmartTextOutput.cs",
"repo_id": "ILSpy",
"token_count": 935
} | 261 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
version="1.1"
x="0px"
y="0px"
viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;"
xml:space="preserve"
id="svg8"
sodipodi:docname="... | ILSpy/ILSpy/Images/ExportOverlay.svg/0 | {
"file_path": "ILSpy/ILSpy/Images/ExportOverlay.svg",
"repo_id": "ILSpy",
"token_count": 1293
} | 262 |
<?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/OverlayProtected.svg/0 | {
"file_path": "ILSpy/ILSpy/Images/OverlayProtected.svg",
"repo_id": "ILSpy",
"token_count": 1261
} | 263 |
<DrawingGroup xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<DrawingGroup Opacity="1">
<GeometryDrawing Geometry="F1 M16,16z M0,0z M0,0L16,0 16,16 0,16z">
<GeometryDrawing.Brush>
<SolidColorBrush Color="#FFF6F6F6" Opacity="0" />
</GeometryDrawing.Bru... | ILSpy/ILSpy/Images/ReferenceOverlay.xaml/0 | {
"file_path": "ILSpy/ILSpy/Images/ReferenceOverlay.xaml",
"repo_id": "ILSpy",
"token_count": 379
} | 264 |
<!-- 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/Struct.xaml/0 | {
"file_path": "ILSpy/ILSpy/Images/Struct.xaml",
"repo_id": "ILSpy",
"token_count": 241
} | 265 |
// Copyright (c) 2018 Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, copy, modify, merge,
// pub... | ILSpy/ILSpy/Languages/CSharpBracketSearcher.cs/0 | {
"file_path": "ILSpy/ILSpy/Languages/CSharpBracketSearcher.cs",
"repo_id": "ILSpy",
"token_count": 5271
} | 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/Metadata/CorTables/ConstantTableTreeNode.cs/0 | {
"file_path": "ILSpy/ILSpy/Metadata/CorTables/ConstantTableTreeNode.cs",
"repo_id": "ILSpy",
"token_count": 1310
} | 267 |
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, co... | ILSpy/ILSpy/Metadata/CorTables/MemberRefTableTreeNode.cs/0 | {
"file_path": "ILSpy/ILSpy/Metadata/CorTables/MemberRefTableTreeNode.cs",
"repo_id": "ILSpy",
"token_count": 1313
} | 268 |
<Control x:Class="ICSharpCode.ILSpy.Metadata.FlagsTooltip"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/... | ILSpy/ILSpy/Metadata/FlagsTooltip.xaml/0 | {
"file_path": "ILSpy/ILSpy/Metadata/FlagsTooltip.xaml",
"repo_id": "ILSpy",
"token_count": 706
} | 269 |
// Copyright (c) 2021 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/MetadataTablesTreeNode.cs/0 | {
"file_path": "ILSpy/ILSpy/Metadata/MetadataTablesTreeNode.cs",
"repo_id": "ILSpy",
"token_count": 2051
} | 270 |
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, co... | ILSpy/ILSpy/Options/OptionsDialog.xaml.cs/0 | {
"file_path": "ILSpy/ILSpy/Options/OptionsDialog.xaml.cs",
"repo_id": "ILSpy",
"token_count": 1406
} | 271 |
// 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/TextView/BracketHighlightRenderer.cs/0 | {
"file_path": "ILSpy/ILSpy/TextView/BracketHighlightRenderer.cs",
"repo_id": "ILSpy",
"token_count": 1463
} | 272 |
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:styles="urn:TomsToolbox.Wpf.Styles"
xmlns:themes="clr-namespace:ICSharpCode.ILSpy.Themes">
<ResourceDictionary.... | ILSpy/ILSpy/Themes/Base.Dark.xaml/0 | {
"file_path": "ILSpy/ILSpy/Themes/Base.Dark.xaml",
"repo_id": "ILSpy",
"token_count": 2041
} | 273 |
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, co... | ILSpy/ILSpy/TreeNodes/AssemblyTreeNode.cs/0 | {
"file_path": "ILSpy/ILSpy/TreeNodes/AssemblyTreeNode.cs",
"repo_id": "ILSpy",
"token_count": 8113
} | 274 |
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, co... | ILSpy/ILSpy/TreeNodes/PackageFolderTreeNode.cs/0 | {
"file_path": "ILSpy/ILSpy/TreeNodes/PackageFolderTreeNode.cs",
"repo_id": "ILSpy",
"token_count": 1008
} | 275 |
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, co... | ILSpy/ILSpy/TreeNodes/TypeTreeNode.cs/0 | {
"file_path": "ILSpy/ILSpy/TreeNodes/TypeTreeNode.cs",
"repo_id": "ILSpy",
"token_count": 2110
} | 276 |
using System.Windows;
using System.Windows.Controls;
namespace ICSharpCode.ILSpy
{
/// <summary>
/// Interaction logic for Create.xaml
/// </summary>
public partial class CreateListDialog : Window
{
public CreateListDialog(string title)
{
InitializeComponent();
this.Title = title;
}
private void T... | ILSpy/ILSpy/Views/CreateListDialog.xaml.cs/0 | {
"file_path": "ILSpy/ILSpy/Views/CreateListDialog.xaml.cs",
"repo_id": "ILSpy",
"token_count": 268
} | 277 |
// 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.Windows;
using System.Windows.Media;
using ICSharpCode.AvalonEdit.Hi... | ILSpy/TestPlugin/AboutPageAddition.cs/0 | {
"file_path": "ILSpy/TestPlugin/AboutPageAddition.cs",
"repo_id": "ILSpy",
"token_count": 407
} | 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.Runtime.InteropServices;
using Unity.Collections;
using UnityEngine;
using UnityEngine.U2D;
using Unity... | UnityCsReference/Editor/Mono/2D/SpriteAtlas/EditorSpritePacking.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/2D/SpriteAtlas/EditorSpritePacking.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 3832
} | 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 UnityEditor;
using System.Collections;
using System.Collections.Generic;
using UnityEditorInternal;
using Object = UnityEngin... | UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimEditorOverlay.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimEditorOverlay.cs",
"repo_id": "UnityCsReference",
"token_count": 1807
} | 280 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEditor;
using UnityEngine;
using System.Collections.Generic;
using UnityEditor.IMGUI.Controls;
namespace UnityEditorInternal
{
internal class Animat... | UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationWindowHierarchyNode.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/AnimationWindowHierarchyNode.cs",
"repo_id": "UnityCsReference",
"token_count": 1085
} | 281 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEditorInternal;
using UnityEngine;
using UnityEditor;
using System.Collections;
using System.Collections.Generic;
using TangentMode = UnityEditor.Animat... | UnityCsReference/Editor/Mono/Animation/AnimationWindow/CurveMenuManager.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/CurveMenuManager.cs",
"repo_id": "UnityCsReference",
"token_count": 9053
} | 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 UnityEditor;
using UnityEngine;
using Object = UnityEngine.Object;
namespace UnityEditorInternal
{
// Compatibility implementation of IAnim... | UnityCsReference/Editor/Mono/Animation/AnimationWindow/IAnimationWindowControl.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Animation/AnimationWindow/IAnimationWindowControl.cs",
"repo_id": "UnityCsReference",
"token_count": 3049
} | 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;
using UnityEditor;
using System.Collections.Generic;
using UnityEditor.Animations;
namespace UnityEditor
{
interna... | UnityCsReference/Editor/Mono/Animation/TransitionPreview.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Animation/TransitionPreview.cs",
"repo_id": "UnityCsReference",
"token_count": 14821
} | 284 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEngine.Scripting;
namespace UnityEditor
{
public static class AssemblyReloadEvents
{
public delegate void AssemblyReloadCallback();
... | UnityCsReference/Editor/Mono/AssemblyReloadEvents.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/AssemblyReloadEvents.cs",
"repo_id": "UnityCsReference",
"token_count": 612
} | 285 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEngine;
using UnityEngine.Bindings;
namespace UnityEditor
{
[StaticAccessor("BumpMapSettings::Get()", StaticAccessorType.Dot)]
[NativeHeader("Ed... | UnityCsReference/Editor/Mono/AssetPipeline/BumpMapSettings.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/AssetPipeline/BumpMapSettings.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 275
} | 286 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEngine;
using System;
using UnityEngine.Rendering;
using UnityEditor.AnimatedValues;
namespace UnityEditor.SpeedTree.Importer
{
class SpeedTreeConst... | UnityCsReference/Editor/Mono/AssetPipeline/SpeedTree/SpeedTreeImporterCommon.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/AssetPipeline/SpeedTree/SpeedTreeImporterCommon.cs",
"repo_id": "UnityCsReference",
"token_count": 7468
} | 287 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEngine;
using UnityEngine.UIElements;
using UnityEditor.Connect;
using UnityEditor.PackageManager.UI;
using UnityEditor.UIElements;
namespace UnityEdito... | UnityCsReference/Editor/Mono/AssetStore/AssetStoreWindow.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/AssetStore/AssetStoreWindow.cs",
"repo_id": "UnityCsReference",
"token_count": 2006
} | 288 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using UnityEditor.UIElements;
using UnityEngine;
using UnityEngine.Audio;
using UnityEngine.UIElements;
using Object = UnityEngine.Object;
namespace ... | UnityCsReference/Editor/Mono/Audio/AudioContainerWindowState.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Audio/AudioContainerWindowState.cs",
"repo_id": "UnityCsReference",
"token_count": 4056
} | 289 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEngine;
using System.Collections.Generic;
using System.Linq;
using System;
using UnityEditor.Audio;
namespace UnityEditor
{
class AudioMixerEffectVi... | UnityCsReference/Editor/Mono/Audio/Mixer/GUI/AudioMixerEffectView.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Audio/Mixer/GUI/AudioMixerEffectView.cs",
"repo_id": "UnityCsReference",
"token_count": 14894
} | 290 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEngine;
using UnityEngine.UIElements;
namespace UnityEditor.Audio.UIElements
{
internal class OnAudioFilterReadLevelMeter : IMGUIContainer
{
... | UnityCsReference/Editor/Mono/Audio/UIElements/OnAudioFilterReadLevelMeter.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Audio/UIElements/OnAudioFilterReadLevelMeter.cs",
"repo_id": "UnityCsReference",
"token_count": 311
} | 291 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
// #define DOLOG
using System;
using System.Runtime.InteropServices;
using Mono.Cecil;
using UnityEngine.Bindings;
namespace UnityEditor
{
using GenericInstanc... | UnityCsReference/Editor/Mono/BuildPipeline/AssemblyTypeInfoGenerator.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/BuildPipeline/AssemblyTypeInfoGenerator.cs",
"repo_id": "UnityCsReference",
"token_count": 501
} | 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.Collections.Generic;
using System;
using System.Linq;
using System.Runtime.InteropServices;
using UnityEditor.Compilation;
using UnityEditor.Scripting.... | UnityCsReference/Editor/Mono/BuildPipeline/RuntimeClassMetadata.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/BuildPipeline/RuntimeClassMetadata.cs",
"repo_id": "UnityCsReference",
"token_count": 5389
} | 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.Collections.Generic;
using UnityEditor.IMGUI.Controls;
using UnityEditor.SceneManagement;
using UnityEngine;
using UnityEngine.Bindings;
using UnityEng... | UnityCsReference/Editor/Mono/BuildProfile/BuildProfileSceneListTreeView.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/BuildProfile/BuildProfileSceneListTreeView.cs",
"repo_id": "UnityCsReference",
"token_count": 1406
} | 294 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using JetBrains.Annotations;
using UnityEngine;
using UnityEngine.Scripting;
namespace UnityEditor.Experimental.Rendering
{
[RequiredByNativeCode... | UnityCsReference/Editor/Mono/Camera/ScriptableBakedReflectionSystemSettings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Camera/ScriptableBakedReflectionSystemSettings.cs",
"repo_id": "UnityCsReference",
"token_count": 1128
} | 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;
using System.Security.Cryptography;
using System.Text;
using UnityEngine.Scripting;
namespace UnityEditor
{
internal class SyncVS
{
[... | UnityCsReference/Editor/Mono/CodeEditor/SyncVS.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/CodeEditor/SyncVS.cs",
"repo_id": "UnityCsReference",
"token_count": 1088
} | 296 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using UnityEngine.Scripting;
namespace UnityEditor;
internal partial class CustomEditorAttributes
{
[RequiredByNativeCode]
internal static T... | UnityCsReference/Editor/Mono/CustomEditorAttributes.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/CustomEditorAttributes.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 207
} | 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;
namespace UnityEditor
{
internal class DropInfo
{
internal enum Type
{
// The window will... | UnityCsReference/Editor/Mono/DropInfo.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/DropInfo.cs",
"repo_id": "UnityCsReference",
"token_count": 412
} | 298 |
// 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 UnityEngine;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Syst... | UnityCsReference/Editor/Mono/EditorGUIUtility.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/EditorGUIUtility.cs",
"repo_id": "UnityCsReference",
"token_count": 33656
} | 299 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using UnityEngine.Scripting;
namespace UnityEditor
{
public partial class EditorUserBuildSettings
{
// Select a new build target to b... | UnityCsReference/Editor/Mono/EditorUserBuildSettings.deprecated.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/EditorUserBuildSettings.deprecated.cs",
"repo_id": "UnityCsReference",
"token_count": 938
} | 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 UnityEngine;
using UnityEngine.Bindings;
using System.IO;
namespace UnityEditor
{
// Lets you do ''move'', ''copy'', ''delete'' operations... | UnityCsReference/Editor/Mono/FileUtil.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/FileUtil.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 2513
} | 301 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEditor.SceneManagement;
using UnityEngine.Bindings;
using UnityEngine.Scripting;
usin... | UnityCsReference/Editor/Mono/GI/Lightmapping.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GI/Lightmapping.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 13045
} | 302 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEngine;
using UnityEditor;
using UnityEditorInternal;
using UnityEditor.Scripting;
using System.Collections.Generic;
using System.IO;
namespace UnityEdi... | UnityCsReference/Editor/Mono/GUI/AssetSaveDialog.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUI/AssetSaveDialog.cs",
"repo_id": "UnityCsReference",
"token_count": 4244
} | 303 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEngine;
using Object = UnityEngine.Object;
namespace UnityEditor
{
//@todo This should be handled through friend assemblies instead
internal sea... | UnityCsReference/Editor/Mono/GUI/EditorGUIInternal.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUI/EditorGUIInternal.cs",
"repo_id": "UnityCsReference",
"token_count": 1905
} | 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.Linq;
using UnityEngine;
using System.Collections.Generic;
// NOTE:
// This file should only contain internal functions of the EditorGUI class
//
nam... | UnityCsReference/Editor/Mono/GUI/InternalEditorGUI.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUI/InternalEditorGUI.cs",
"repo_id": "UnityCsReference",
"token_count": 8066
} | 305 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UnityEditor.IMGUI.Controls;
using UnityEditor.Utils;
using UnityEngine;
us... | UnityCsReference/Editor/Mono/GUI/PackageExportTreeView.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUI/PackageExportTreeView.cs",
"repo_id": "UnityCsReference",
"token_count": 9352
} | 306 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using UnityEngine;
using System;
using System.Collections.Generic;
namespace UnityEditor
{
/// orders all children along an axis. Resizing, splitting, etc..
... | UnityCsReference/Editor/Mono/GUI/SplitView.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUI/SplitView.cs",
"repo_id": "UnityCsReference",
"token_count": 16416
} | 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 UnityEditor.Experimental;
using UnityEditor.IMGUI.Controls;
using UnityEditor.SceneManageme... | UnityCsReference/Editor/Mono/GUI/TreeView/GameObjectTreeViewGUI.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUI/TreeView/GameObjectTreeViewGUI.cs",
"repo_id": "UnityCsReference",
"token_count": 16733
} | 308 |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEditor.AnimatedValues;
using UnityEngine;
using UnityEditorInternal;
using UnityEngine... | UnityCsReference/Editor/Mono/GUI/TreeView/TreeViewController.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUI/TreeView/TreeViewController.cs",
"repo_id": "UnityCsReference",
"token_count": 29482
} | 309 |
// 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;
namespace UnityEditor.IMGUI.Controls
{
internal static class TreeViewUtility
{
i... | UnityCsReference/Editor/Mono/GUI/TreeView/TreeViewUtililty.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUI/TreeView/TreeViewUtililty.cs",
"repo_id": "UnityCsReference",
"token_count": 3855
} | 310 |
// 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 UnityEngine.Scripting;
namespace UnityEditor
{
[UsedByNativeCode,
NativeHeader("Runtime... | UnityCsReference/Editor/Mono/GUIView.bindings.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/GUIView.bindings.cs",
"repo_id": "UnityCsReference",
"token_count": 1381
} | 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;
namespace UnityEditor
{
// Determines how a gizmo is drawn or picked in the Unity editor.
[Flags]
public enum GizmoType
{
// ... | UnityCsReference/Editor/Mono/Gizmos/DrawGizmo.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Gizmos/DrawGizmo.cs",
"repo_id": "UnityCsReference",
"token_count": 739
} | 312 |
// 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.IMGUI.Controls
{
public class CapsuleBoundsHandle : PrimitiveBoundsHandle
{
public enum Heig... | UnityCsReference/Editor/Mono/Handles/BoundsHandle/CapsuleBoundsHandle.cs/0 | {
"file_path": "UnityCsReference/Editor/Mono/Handles/BoundsHandle/CapsuleBoundsHandle.cs",
"repo_id": "UnityCsReference",
"token_count": 4290
} | 313 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.