2 implementations of GetString
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.cs (1)
296int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.GetString(uint bufLen, uint* strLen, char* str)
ClrDataExceptionState.cs (1)
121int IXCLRDataExceptionState.GetString(uint bufLen, uint* strLen, char* str)
2 references to GetString
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.cs (1)
321__retVal = @this.GetString(bufLen, strLen, str);
ClrDataExceptionState.cs (1)
167hrLocal = _legacyImpl.GetString(bufLen, &legacyStrLen, str is null ? null : strLocalPtr);