272 instantiations of AssemblyName
Aspire.Hosting.Tests (5)
dotnet-svcutil.xmlserializer (1)
dotnet-svcutil-lib (3)
GetDocument.Insider (2)
LocalizationWebsite (2)
Microsoft.AspNetCore (2)
Microsoft.AspNetCore.Hosting (4)
Microsoft.AspNetCore.InternalTesting.Tests (1)
Microsoft.AspNetCore.Mvc.Core (2)
Microsoft.AspNetCore.Mvc.Core.Test (4)
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (1)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.AspNetCore.SignalR.Core (1)
Microsoft.Build (6)
Microsoft.Build.Engine.UnitTests (13)
Microsoft.Build.Framework (1)
Microsoft.Build.Tasks.Core (15)
Microsoft.Build.Tasks.UnitTests (11)
Microsoft.Cci.Extensions (2)
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.ExternalAccess.Razor.UnitTests (5)
Microsoft.CodeAnalysis.LanguageServer (1)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Microsoft.CodeAnalysis.Scripting (2)
Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests (4)
Microsoft.CodeAnalysis.Test.Utilities (6)
Microsoft.CodeAnalysis.UnitTests (19)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Microsoft.CSharp (1)
Microsoft.DotNet.Build.Tasks.Installers (1)
Microsoft.DotNet.Build.Tasks.Packaging (1)
Microsoft.DotNet.GenFacades (1)
Microsoft.DotNet.NuGetRepack.Tasks (1)
Microsoft.DotNet.RemoteExecutor (1)
Microsoft.DotNet.SharedFramework.Sdk (1)
Microsoft.DotNet.SignCheckTask (1)
Microsoft.Extensions.DependencyModel (2)
Microsoft.Extensions.FileProviders.Embedded.Tests (1)
Microsoft.Extensions.Hosting (1)
Microsoft.Extensions.Localization (2)
Microsoft.Extensions.Localization.Tests (3)
Microsoft.Maui.Controls.SourceGen (1)
Microsoft.VisualBasic.Tests (1)
Microsoft.VisualStudio.LanguageServices (1)
MSBuild (5)
MSBuildTaskHost (5)
PresentationBuildTasks (2)
PresentationCore (3)
PresentationFramework (7)
System.ComponentModel.Composition (2)
System.Linq.Expressions (1)
System.Private.CoreLib (10)
System.Private.Windows.Core (1)
System.Private.Xml (3)
System.Reflection.DispatchProxy (2)
System.Reflection.Metadata (2)
System.Reflection.MetadataLoadContext (7)
System.Resources.Extensions (2)
System.Runtime.InteropServices (1)
System.Runtime.Serialization.Formatters (1)
System.Windows.Forms (6)
System.Windows.Forms.Design (1)
System.Windows.Forms.Design.Tests (39)
System.Xaml (12)
System.Xaml.Tests (17)
TaskUsageLogger (1)
UIAutomationClient (2)
xunit.console (1)
735 references to AssemblyName
dotnet-svcutil.xmlserializer (4)
dotnet-svcutil-lib (6)
GetDocument.Insider (1)
illink (5)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (5)
69 /// <item><see cref="System.Type.GetType(string, System.Func{System.Reflection.AssemblyName, System.Reflection.Assembly?}?, System.Func{System.Reflection.Assembly?, string, bool, System.Type?}?)"/></item>
70 /// <item><see cref="System.Type.GetType(string, System.Func{System.Reflection.AssemblyName, System.Reflection.Assembly?}?, System.Func{System.Reflection.Assembly?, string, bool, System.Type?}?, bool)"/></item>
71 /// <item><see cref="System.Type.GetType(string, System.Func{System.Reflection.AssemblyName, System.Reflection.Assembly?}?, System.Func{System.Reflection.Assembly?, string, bool, System.Type?}?, bool, bool)"/></item>
312 /// <see cref="System.Reflection.AssemblyName.CodeBase"/>
316 /// <see cref="System.Reflection.AssemblyName.EscapedCodeBase"/>
ILLink.RoslynAnalyzer (5)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (5)
69 /// <item><see cref="System.Type.GetType(string, System.Func{System.Reflection.AssemblyName, System.Reflection.Assembly?}?, System.Func{System.Reflection.Assembly?, string, bool, System.Type?}?)"/></item>
70 /// <item><see cref="System.Type.GetType(string, System.Func{System.Reflection.AssemblyName, System.Reflection.Assembly?}?, System.Func{System.Reflection.Assembly?, string, bool, System.Type?}?, bool)"/></item>
71 /// <item><see cref="System.Type.GetType(string, System.Func{System.Reflection.AssemblyName, System.Reflection.Assembly?}?, System.Func{System.Reflection.Assembly?, string, bool, System.Type?}?, bool, bool)"/></item>
312 /// <see cref="System.Reflection.AssemblyName.CodeBase"/>
316 /// <see cref="System.Reflection.AssemblyName.EscapedCodeBase"/>
installer.tasks (2)
Microsoft.AspNetCore.App.UnitTests (4)
Microsoft.AspNetCore.Components.WebAssembly (2)
Microsoft.AspNetCore.DataProtection.Tests (1)
Microsoft.AspNetCore.InternalTesting (2)
Microsoft.AspNetCore.InternalTesting.Tests (1)
Microsoft.AspNetCore.Mvc.Core (2)
Microsoft.AspNetCore.Mvc.Core.Test (4)
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (1)
Microsoft.AspNetCore.SignalR.Core (1)
Microsoft.Build (24)
Microsoft.Build.Engine.UnitTests (16)
Microsoft.Build.Framework (3)
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
Microsoft.Build.Tasks.Core (46)
Microsoft.Build.Tasks.UnitTests (8)
Microsoft.Cci.Extensions (2)
Microsoft.CodeAnalysis (31)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (8)
81private partial Assembly Load(AssemblyName assemblyName, string resolvedPath)
114private string? GetAssemblyLoadPath(AssemblyName assemblyName, string directory)
153private partial bool IsMatch(AssemblyName requestedName, AssemblyName candidateName) =>
205protected override Assembly? Load(AssemblyName assemblyName)
251public Assembly? Resolve(AnalyzerAssemblyLoader loader, AssemblyName assemblyName, AssemblyLoadContext directoryContext, string directory)
269public Assembly? Resolve(AnalyzerAssemblyLoader loader, AssemblyName assemblyName, AssemblyLoadContext directoryContext, string directory)
289public Assembly? Resolve(AnalyzerAssemblyLoader loader, AssemblyName assemblyName, AssemblyLoadContext directoryContext, string directory)
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
Microsoft.CodeAnalysis.LanguageServer (9)
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Microsoft.CodeAnalysis.Scripting (14)
Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests (1)
Microsoft.CodeAnalysis.Test.Utilities (5)
Microsoft.CodeAnalysis.UnitTests (27)
AnalyzerAssemblyLoaderTests.cs (6)
473var name = AssemblyName.GetAssemblyName(x);
1822private class TestAnalyzerAssemblyResolver(Func<AnalyzerAssemblyLoader, AssemblyName, AssemblyLoadContext, string, Assembly?> resolveFunc) : IAnalyzerAssemblyResolver
1824private readonly Func<AnalyzerAssemblyLoader, AssemblyName, AssemblyLoadContext, string, Assembly?> _resolveFunc = resolveFunc;
1826public List<AssemblyName> CalledFor { get; } = [];
1828public Assembly? Resolve(AnalyzerAssemblyLoader loader, AssemblyName assemblyName, AssemblyLoadContext directoryContext, string directory)
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (2)
Microsoft.CodeAnalysis.Workspaces (30)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (8)
81private partial Assembly Load(AssemblyName assemblyName, string resolvedPath)
114private string? GetAssemblyLoadPath(AssemblyName assemblyName, string directory)
153private partial bool IsMatch(AssemblyName requestedName, AssemblyName candidateName) =>
205protected override Assembly? Load(AssemblyName assemblyName)
251public Assembly? Resolve(AnalyzerAssemblyLoader loader, AssemblyName assemblyName, AssemblyLoadContext directoryContext, string directory)
269public Assembly? Resolve(AnalyzerAssemblyLoader loader, AssemblyName assemblyName, AssemblyLoadContext directoryContext, string directory)
289public Assembly? Resolve(AnalyzerAssemblyLoader loader, AssemblyName assemblyName, AssemblyLoadContext directoryContext, string directory)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Microsoft.CSharp (2)
Microsoft.DotNet.Arcade.Sdk (1)
Microsoft.DotNet.Build.Tasks.Installers (3)
Microsoft.DotNet.Build.Tasks.Packaging (3)
Microsoft.DotNet.GenFacades (5)
Microsoft.DotNet.NuGetRepack.Tasks (1)
Microsoft.DotNet.SharedFramework.Sdk (4)
Microsoft.DotNet.SignCheckTask (1)
Microsoft.DotNet.SignTool (2)
Microsoft.Extensions.DependencyModel (6)
Microsoft.Extensions.FileProviders.Embedded.Tests (1)
Microsoft.Extensions.Localization (2)
Microsoft.Extensions.Localization.Tests (1)
Microsoft.Maui.Controls (1)
Microsoft.ML.Core (1)
Microsoft.VisualBasic.Tests (2)
Microsoft.VisualStudio.LanguageServices (1)
MSBuild (14)
MSBuildTaskHost (17)
mscorlib (1)
netstandard (1)
PresentationBuildTasks (2)
PresentationCore (9)
PresentationFramework (6)
System.ComponentModel.Composition (12)
System.ComponentModel.TypeConverter (4)
System.Configuration.ConfigurationManager (2)
System.IO.IsolatedStorage (2)
System.Linq.Expressions (1)
System.Private.CoreLib (63)
System.Private.Windows.Core (4)
System.Private.Xml (9)
System.Reflection (1)
System.Reflection.Context (3)
System.Reflection.Emit (6)
System.Reflection.Metadata (15)
System.Reflection.MetadataLoadContext (16)
System.Resources.Extensions (4)
System.Runtime (1)
System.Runtime.Serialization.Schema (1)
System.Text.Json.SourceGeneration (1)
System.Text.RegularExpressions (4)
System.Windows.Extensions (2)
System.Windows.Forms (35)
System.Windows.Forms.Design (35)
System.Windows.Forms.Design.Tests (97)
System.Windows.Forms.Tests (4)
System.Xaml (32)
System.Xaml.Tests (12)
TaskUsageLogger (1)
UIAutomationClient (6)
VBCSCompiler.UnitTests (2)
xunit.console (2)
Xunit.NetCore.Extensions (2)