2 implementations of IsValueType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2708
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
IsValueType
(ulong vmTypeHandle, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* pResult)
Dbi\DacDbiImpl.cs (1)
1363
public int
IsValueType
(ulong vmTypeHandle, Interop.BOOL* pResult)
2 references to IsValueType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2733
__retVal = @this.
IsValueType
(vmTypeHandle, pResult);
Dbi\DacDbiImpl.cs (1)
1381
int hrLocal = _legacy.
IsValueType
(vmTypeHandle, &resultLocal);