2 implementations of GetString
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\74\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1030
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.
GetString
(uint bufLen, uint* strLen, char* str)
ClrDataValue.cs (1)
481
int IXCLRDataValue.
GetString
(uint bufLen, uint* strLen, char* str)
2 references to GetString
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\74\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1055
__retVal = @this.
GetString
(bufLen, strLen, str);
ClrDataValue.cs (1)
506
hrLocal = _legacyImpl.
GetString
(bufLen, &strLenLocal, str is null ? null : strLocalPtr);