1 instantiation of RuntimeTypeSystem_1
Microsoft.Diagnostics.DataContractReader.Contracts (1)
CoreCLRContracts.cs (1)
42
registry.Register<IRuntimeTypeSystem>("c1", static t => new
RuntimeTypeSystem_1
(t));
14 references to RuntimeTypeSystem_1
Microsoft.Diagnostics.DataContractReader.Contracts (14)
Contracts\CodeVersions_1.cs (1)
429
return
RuntimeTypeSystem_1
.GetOptimizationTier(nativeCodeVersionNode.OptimizationTier);
Contracts\RuntimeTypeSystem_1.cs (8)
360
RuntimeTypeSystem_1
rts = (
RuntimeTypeSystem_1
)target.Contracts.RuntimeTypeSystem;
770
RuntimeTypeSystem_1
rts = (
RuntimeTypeSystem_1
)target.Contracts.RuntimeTypeSystem;
1263
RuntimeTypeSystem_1
rts = (
RuntimeTypeSystem_1
)target.Contracts.RuntimeTypeSystem;
1954
private readonly
RuntimeTypeSystem_1
_rts;
1955
public NonValidatedMethodTableQueries(
RuntimeTypeSystem_1
rts)
RuntimeTypeSystemHelpers\ExtensionMethods.cs (5)
12
return type.Address != 0 && ((ulong)type.Address & (ulong)
RuntimeTypeSystem_1
.TypeHandleBits.ValidMask) == (ulong)
RuntimeTypeSystem_1
.TypeHandleBits.TypeDesc;
17
return type.Address != 0 && ((ulong)type.Address & (ulong)
RuntimeTypeSystem_1
.TypeHandleBits.ValidMask) == (ulong)
RuntimeTypeSystem_1
.TypeHandleBits.MethodTable;
25
return (ulong)type.Address & ~(ulong)
RuntimeTypeSystem_1
.TypeHandleBits.ValidMask;