2 implementations of GetName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataAppDomain.cs (1)
114int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataAppDomain.GetName(uint bufLen, uint* nameLen, char* name)
ClrDataAppDomain.cs (1)
33int IXCLRDataAppDomain.GetName(uint bufLen, uint* nameLen, char* name)
2 references to GetName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataAppDomain.cs (1)
139__retVal = @this.GetName(bufLen, nameLen, name);
ClrDataAppDomain.cs (1)
72hrLocal = _legacyImpl.GetName(bufLen, &nameLenLocal, name is not null ? pLegacyName : null);