2 implementations of GetName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\56\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataAppDomain.cs (1)
114
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataAppDomain.
GetName
(uint bufLen, uint* nameLen, char* name)
ClrDataAppDomain.cs (1)
31
int 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)
70
hrLocal = _legacyImpl.
GetName
(bufLen, &nameLenLocal, name is not null ? pLegacyName : null);