2 implementations of GetString
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.cs (1)
296
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.
GetString
(uint bufLen, uint* strLen, char* str)
ClrDataExceptionState.cs (1)
121
int 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)
167
hrLocal = _legacyImpl.
GetString
(bufLen, &legacyStrLen, str is null ? null : strLocalPtr);