2 implementations of GetString
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\62\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)
271
int IXCLRDataValue.
GetString
(uint bufLen, uint* strLen, char* str) => HResults.E_NOTIMPL;
1 reference to GetString
Microsoft.Diagnostics.DataContractReader.Legacy (1)
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1055
__retVal = @this.
GetString
(bufLen, strLen, str);