2 implementations of IsDelegate
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4670
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
IsDelegate
(ulong vmObject, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* pResult)
Dbi\DacDbiImpl.cs (1)
6012
public int
IsDelegate
(ulong vmObject, Interop.BOOL* pResult)
2 references to IsDelegate
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4695
__retVal = @this.
IsDelegate
(vmObject, pResult);
Dbi\DacDbiImpl.cs (1)
6034
int hrLocal = _legacy.
IsDelegate
(vmObject, &pResultLocal);