2 implementations of IsComWrappersCCW
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\41\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface10.cs (1)
161int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface10.IsComWrappersCCW(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress ccw, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* isComWrappersCCW)
SOSDacImpl.cs (1)
6105int ISOSDacInterface10.IsComWrappersCCW(ClrDataAddress ccw, Interop.BOOL* isComWrappersCCW)
2 references to IsComWrappersCCW
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\41\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface10.cs (1)
191__retVal = @this.IsComWrappersCCW(ccw, isComWrappersCCW);
SOSDacImpl.cs (1)
6129int hrLocal = _legacyImpl10.IsComWrappersCCW(ccw, &isComWrappersCCWLocal);