2 implementations of GetBytes
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
200int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.GetBytes(uint bufLen, uint* dataSize, byte* buffer)
ClrDataValue.cs (1)
147int IXCLRDataValue.GetBytes(uint bufLen, uint* dataSize, byte* buffer)
2 references to GetBytes
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
225__retVal = @this.GetBytes(bufLen, dataSize, buffer);
ClrDataValue.cs (1)
196hrLocal = _legacyImpl.GetBytes(bufLen, &legacyDataSize, pLegacy);