2 implementations of GetString
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataValue.cs (1)
538int IXCLRDataValue.GetString(uint bufLen, uint* strLen, char* str)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1030int 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);