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