2 implementations of IsComWrappersRCW
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\39\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface10.cs (1)
245int 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)
6201int 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)
6229int hrLocal = _legacyImpl10.IsComWrappersRCW(rcw, &isComWrappersRCWLocal);