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