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