1 write to TypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ExceptionClause.cs (1)
29
TypeHandle
= target.ReadNUIntField(address, type, nameof(TypeHandle));
3 references to TypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
540
typeHandle = ((EEExceptionClause)entry).
TypeHandle
;
Data\ExceptionClause.cs (2)
29
TypeHandle = target.ReadNUIntField(address, type, nameof(
TypeHandle
));
30
ClassToken = (uint)
TypeHandle
.Value;