2 implementations of GetRCWData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3529
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetRCWData
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress addr, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpRCWData* data)
SOSDacImpl.cs (1)
3679
int ISOSDacInterface.
GetRCWData
(ClrDataAddress addr, DacpRCWData* data)
2 references to GetRCWData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3559
__retVal = @this.
GetRCWData
(addr, data);
SOSDacImpl.cs (1)
3714
int hrLocal = _legacyImpl.
GetRCWData
(addr, &dataLocal);