5 references to Name
Aspire.Hosting.RemoteHost (2)
AssemblyLoader.cs (2)
30
_loadContext.
Name
?? "<unknown>",
125
AssemblyLoadContext.GetLoadContext(assembly)?.
Name
?? "<unknown>");
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\AssemblyLoadsTracker.cs (1)
134
string appDomainDescriptor = AssemblyLoadContext.GetLoadContext(args.LoadedAssembly)?.
Name
?? "Unknown";
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (1)
271
public override string ToString() => $"\"{
Name
}\" {GetType()} #{_id}";
System.Reflection.DispatchProxy (1)
System\Reflection\DispatchProxyGenerator.cs (1)
128
string? alcName = alc.
Name
;