2 implementations of IsRCWDCOMProxy
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\31\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface2.cs (1)
81int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface2.IsRCWDCOMProxy(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress rcwAddress, int* inDCOMProxy)
SOSDacImpl.cs (1)
5007int ISOSDacInterface2.IsRCWDCOMProxy(ClrDataAddress rcwAddress, int* inDCOMProxy)
2 references to IsRCWDCOMProxy
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\31\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface2.cs (1)
111__retVal = @this.IsRCWDCOMProxy(rcwAddress, inDCOMProxy);
SOSDacImpl.cs (1)
5031int hrLocal = _legacyImpl2.IsRCWDCOMProxy(rcwAddress, &inDCOMProxyLocal);