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