2 implementations of IsRcw
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3292
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
IsRcw
(ulong vmObject, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* pResult)
Dbi\DacDbiImpl.cs (1)
2903
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)
3317
__retVal = @this.
IsRcw
(vmObject, pResult);
Dbi\DacDbiImpl.cs (1)
2921
int hrLocal = _legacy.
IsRcw
(vmObject, &resultLocal);