2 implementations of IsRcw
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3374
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
IsRcw
(ulong vmObject, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* pResult)
Dbi\DacDbiImpl.cs (1)
1575
public int
IsRcw
(ulong vmObject, Interop.BOOL* pResult)
2 references to IsRcw
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3399
__retVal = @this.
IsRcw
(vmObject, pResult);
Dbi\DacDbiImpl.cs (1)
1593
int hrLocal = _legacy.
IsRcw
(vmObject, &resultLocal);