2 implementations of GetBytes
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
200
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.
GetBytes
(uint bufLen, uint* dataSize, byte* buffer)
ClrDataValue.cs (1)
147
int 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)
196
hrLocal = _legacyImpl.
GetBytes
(bufLen, &legacyDataSize, pLegacy);