2 instantiations of RuntimeTypeValue
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
1922_internedTypes.Add(typeHandle.Type, runtimeType = new RuntimeTypeValue(typeHandle.Type)); 2892preinitContext._internedTypes.Add(TypeRepresented, result = new RuntimeTypeValue(TypeRepresented));
7 references to RuntimeTypeValue
ILCompiler.Compiler (7)
Compiler\TypePreinit.cs (7)
44private readonly Dictionary<TypeDesc, RuntimeTypeValue> _internedTypes = new Dictionary<TypeDesc, RuntimeTypeValue>(); 1920if (!_internedTypes.TryGetValue(typeHandle.Type, out RuntimeTypeValue runtimeType)) 1928&& parameters[0] is RuntimeTypeValue typeToCheckForValueType: 1934&& (parameters[0] is RuntimeTypeValue || parameters[1] is RuntimeTypeValue): 2890if (!preinitContext._internedTypes.TryGetValue(TypeRepresented, out RuntimeTypeValue result))