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