2 implementations of IsComWrappersCCW
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\39\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface10.cs (1)
161
int 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)
6123
int ISOSDacInterface10.
IsComWrappersCCW
(ClrDataAddress ccw, Interop.BOOL* isComWrappersCCW)
2 references to IsComWrappersCCW
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\39\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface10.cs (1)
191
__retVal = @this.
IsComWrappersCCW
(ccw, isComWrappersCCW);
SOSDacImpl.cs (1)
6147
int hrLocal = _legacyImpl10.
IsComWrappersCCW
(ccw, &isComWrappersCCWLocal);