2 implementations of GetString
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\74\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1030int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.GetString(uint bufLen, uint* strLen, char* str)
ClrDataValue.cs (1)
481int 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)
506hrLocal = _legacyImpl.GetString(bufLen, &strLenLocal, str is null ? null : strLocalPtr);