1 instantiation of RuntimeTypeSystem_1
Microsoft.Diagnostics.DataContractReader.Contracts (1)
CoreCLRContracts.cs (1)
44registry.Register<IRuntimeTypeSystem>("c1", static t => new RuntimeTypeSystem_1(t));
14 references to RuntimeTypeSystem_1
Microsoft.Diagnostics.DataContractReader.Contracts (14)
Contracts\CodeVersions_1.cs (1)
459return RuntimeTypeSystem_1.GetOptimizationTier(nativeCodeVersionNode.OptimizationTier);
Contracts\RuntimeTypeSystem_1.cs (8)
367RuntimeTypeSystem_1 rts = (RuntimeTypeSystem_1)target.Contracts.RuntimeTypeSystem; 1045RuntimeTypeSystem_1 rts = (RuntimeTypeSystem_1)target.Contracts.RuntimeTypeSystem; 1546RuntimeTypeSystem_1 rts = (RuntimeTypeSystem_1)target.Contracts.RuntimeTypeSystem; 2320private readonly RuntimeTypeSystem_1 _rts; 2321public NonValidatedMethodTableQueries(RuntimeTypeSystem_1 rts)
RuntimeTypeSystemHelpers\ExtensionMethods.cs (5)
12return type.Address != TargetPointer.Null && ((ulong)type.Address & (ulong)RuntimeTypeSystem_1.TypeHandleBits.ValidMask) == (ulong)RuntimeTypeSystem_1.TypeHandleBits.TypeDesc; 17return type.Address != TargetPointer.Null && ((ulong)type.Address & (ulong)RuntimeTypeSystem_1.TypeHandleBits.ValidMask) == (ulong)RuntimeTypeSystem_1.TypeHandleBits.MethodTable; 25return (ulong)type.Address & ~(ulong)RuntimeTypeSystem_1.TypeHandleBits.ValidMask;