1 implementation of GetAppDomainFriendlyName
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Loader_1.cs (1)
149
string ILoader.
GetAppDomainFriendlyName
()
3 references to GetAppDomainFriendlyName
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataAppDomain.cs (1)
38
friendlyName = loader.
GetAppDomainFriendlyName
();
Dbi\DacDbiImpl.cs (1)
128
string name = _target.Contracts.Loader.
GetAppDomainFriendlyName
();
SOSDacImpl.cs (1)
244
friendlyName = loader.
GetAppDomainFriendlyName
();