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