261 instantiations of AssemblyName
Aspire.Hosting.Tests (3)
dotnet-svcutil.xmlserializer (1)
dotnet-svcutil-lib (3)
GetDocument.Insider (1)
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 (16)
Microsoft.Build.Tasks.UnitTests (11)
Microsoft.Cci.Extensions (2)
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
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.TargetFramework (1)
Microsoft.DotNet.GenFacades (1)
Microsoft.DotNet.NuGetRepack.Tasks (1)
Microsoft.DotNet.RemoteExecutor (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.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 (5)
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)
724 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>
308 /// <see cref="System.Reflection.AssemblyName.CodeBase"/>
312 /// <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>
308 /// <see cref="System.Reflection.AssemblyName.CodeBase"/>
312 /// <see cref="System.Reflection.AssemblyName.EscapedCodeBase"/>
installer.tasks (2)
Microsoft.AspNetCore.App.UnitTests (4)
Microsoft.AspNetCore.Components.WebAssembly (1)
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 (19)
Microsoft.Build.Engine.UnitTests (16)
Microsoft.Build.Framework (3)
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
Microsoft.Build.Tasks.Core (47)
Microsoft.Build.Tasks.UnitTests (8)
Microsoft.Cci.Extensions (2)
Microsoft.CodeAnalysis (31)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (21)
26/// For a given <see cref="AssemblyName"/> return the location it was originally added
30string? GetOriginalDependencyLocation(AssemblyName assembly);
51private readonly Dictionary<string, (AssemblyName? AssemblyName, string RealAssemblyPath)?> _analyzerAssemblyInfoMap = new();
86/// The implementation needs to load an <see cref="Assembly"/> with the specified <see cref="AssemblyName"/>. The
88/// <see cref="AssemblyName.CodeBase"/> as that is empty on .NET Core.
93private partial Assembly Load(AssemblyName assemblyName, string assemblyOriginalPath);
100private partial bool IsMatch(AssemblyName requestedName, AssemblyName candidateName);
165(AssemblyName? assemblyName, _) = GetAssemblyInfoForPath(originalAnalyzerPath);
184/// Get the <see cref="AssemblyName"/> and the path it should be loaded from for the given original
188/// This is used in the implementation of the loader instead of <see cref="AssemblyName.GetAssemblyName(string)"/>
192protected (AssemblyName? AssemblyName, string RealAssemblyPath) GetAssemblyInfoForPath(string originalAnalyzerPath)
210AssemblyName? assemblyName;
213assemblyName = AssemblyName.GetAssemblyName(realPath);
290public string? GetOriginalDependencyLocation(AssemblyName assemblyName)
297/// Return the best (original, real) path information for loading an assembly with the specified <see cref="AssemblyName"/>.
299protected (string? BestOriginalPath, string? BestRealPath) GetBestPath(AssemblyName requestedName)
321AssemblyName? bestName = null;
324(AssemblyName? candidateName, string candidateRealPath) = GetAssemblyInfoForPath(candidateOriginalPath);
400/// the given <see cref="AssemblyName"/> to an <see cref="Assembly"/>.
404internal Assembly? ResolveAssemblyExternally(AssemblyName assemblyName, string rootDirectory)
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
Microsoft.CodeAnalysis.ExternalAccess.Razor (2)
Microsoft.CodeAnalysis.LanguageServer (9)
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Microsoft.CodeAnalysis.Scripting (15)
Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests (1)
Microsoft.CodeAnalysis.Test.Utilities (5)
Microsoft.CodeAnalysis.UnitTests (29)
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (2)
Microsoft.CodeAnalysis.Workspaces (25)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (21)
26/// For a given <see cref="AssemblyName"/> return the location it was originally added
30string? GetOriginalDependencyLocation(AssemblyName assembly);
51private readonly Dictionary<string, (AssemblyName? AssemblyName, string RealAssemblyPath)?> _analyzerAssemblyInfoMap = new();
86/// The implementation needs to load an <see cref="Assembly"/> with the specified <see cref="AssemblyName"/>. The
88/// <see cref="AssemblyName.CodeBase"/> as that is empty on .NET Core.
93private partial Assembly Load(AssemblyName assemblyName, string assemblyOriginalPath);
100private partial bool IsMatch(AssemblyName requestedName, AssemblyName candidateName);
165(AssemblyName? assemblyName, _) = GetAssemblyInfoForPath(originalAnalyzerPath);
184/// Get the <see cref="AssemblyName"/> and the path it should be loaded from for the given original
188/// This is used in the implementation of the loader instead of <see cref="AssemblyName.GetAssemblyName(string)"/>
192protected (AssemblyName? AssemblyName, string RealAssemblyPath) GetAssemblyInfoForPath(string originalAnalyzerPath)
210AssemblyName? assemblyName;
213assemblyName = AssemblyName.GetAssemblyName(realPath);
290public string? GetOriginalDependencyLocation(AssemblyName assemblyName)
297/// Return the best (original, real) path information for loading an assembly with the specified <see cref="AssemblyName"/>.
299protected (string? BestOriginalPath, string? BestRealPath) GetBestPath(AssemblyName requestedName)
321AssemblyName? bestName = null;
324(AssemblyName? candidateName, string candidateRealPath) = GetAssemblyInfoForPath(candidateOriginalPath);
400/// the given <see cref="AssemblyName"/> to an <see cref="Assembly"/>.
404internal Assembly? ResolveAssemblyExternally(AssemblyName assemblyName, string rootDirectory)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Microsoft.CSharp (2)
Microsoft.DotNet.Arcade.Sdk (1)
Microsoft.DotNet.Build.Tasks.TargetFramework (3)
Microsoft.DotNet.GenFacades (5)
Microsoft.DotNet.NuGetRepack.Tasks (1)
Microsoft.DotNet.SharedFramework.Sdk (1)
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 (65)
System.Private.Windows.Core (2)
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)