2 implementations of SetBytes
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
237
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.
SetBytes
(uint bufLen, uint* dataSize, byte* buffer)
ClrDataValue.cs (1)
214
int IXCLRDataValue.
SetBytes
(uint bufLen, uint* dataSize, byte* buffer) => HResults.E_NOTIMPL;
1 reference to SetBytes
Microsoft.Diagnostics.DataContractReader.Legacy (1)
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
262
__retVal = @this.
SetBytes
(bufLen, dataSize, buffer);