2 implementations of GetString
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataValue.cs (1)
538
int IXCLRDataValue.
GetString
(uint bufLen, uint* strLen, char* str)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1030
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.
GetString
(uint bufLen, uint* strLen, char* str)
1 reference to GetString
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1055
__retVal = @this.
GetString
(bufLen, strLen, str);