2 implementations of GetComWrappersRCWData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\39\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface10.cs (1)
287int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface10.GetComWrappersRCWData(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress rcw, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* identity)
SOSDacImpl.cs (1)
6239int ISOSDacInterface10.GetComWrappersRCWData(ClrDataAddress rcw, ClrDataAddress* identity)
2 references to GetComWrappersRCWData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\39\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface10.cs (1)
317__retVal = @this.GetComWrappersRCWData(rcw, identity);
SOSDacImpl.cs (1)
6263int hrLocal = _legacyImpl10.GetComWrappersRCWData(rcw, &identityLocal);