2 implementations of IsComWrappersRCW
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\39\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface10.cs (1)
245
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface10.
IsComWrappersRCW
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress rcw, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* isComWrappersRCW)
SOSDacImpl.cs (1)
6201
int ISOSDacInterface10.
IsComWrappersRCW
(ClrDataAddress rcw, Interop.BOOL* isComWrappersRCW)
2 references to IsComWrappersRCW
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\39\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface10.cs (1)
275
__retVal = @this.
IsComWrappersRCW
(rcw, isComWrappersRCW);
SOSDacImpl.cs (1)
6229
int hrLocal = _legacyImpl10.
IsComWrappersRCW
(rcw, &isComWrappersRCWLocal);