2 implementations of GetTypeIDForType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4373
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetTypeIDForType
(ulong vmTypeHandle, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID* pId)
Dbi\DacDbiImpl.cs (1)
1963
public int
GetTypeIDForType
(ulong vmTypeHandle, COR_TYPEID* pId)
2 references to GetTypeIDForType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4398
__retVal = @this.
GetTypeIDForType
(vmTypeHandle, pId);
Dbi\DacDbiImpl.cs (1)
1981
int hrLocal = _legacy.
GetTypeIDForType
(vmTypeHandle, &resultLocal);