5 references to FriendlyName
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
469
return new[] { Assembly.Load(AppDomain.CurrentDomain.
FriendlyName
) };
Microsoft.DotNet.Arcade.Sdk (1)
src\Common\Internal\AssemblyResolution.cs (1)
48
Log?.LogMessage(MessageImportance.Low, $"AssemblyResolve: loaded '{fullPath}' to {AppDomain.CurrentDomain.
FriendlyName
}");
Microsoft.DotNet.SignCheckTask (1)
src\Common\Internal\AssemblyResolution.cs (1)
48
Log?.LogMessage(MessageImportance.Low, $"AssemblyResolve: loaded '{fullPath}' to {AppDomain.CurrentDomain.
FriendlyName
}");
System.Configuration.ConfigurationManager (1)
System\Configuration\ClientConfigPaths.cs (1)
139
string namePrefix = Validate(AppDomain.CurrentDomain.
FriendlyName
, limitSize: true);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (1)
172
SR.AppDomain_Name +
FriendlyName
+ Environment.NewLineConst + SR.AppDomain_NoContextPolicies;