2 implementations of SetBytes
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataValue.cs (1)
237
int IXCLRDataValue.
SetBytes
(uint bufLen, uint* dataSize, byte* buffer)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
237
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.
SetBytes
(uint bufLen, uint* dataSize, byte* buffer)
1 reference to SetBytes
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
262
__retVal = @this.
SetBytes
(bufLen, dataSize, buffer);