2 instantiations of RuntimeTypeValue
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
1933_internedTypes.Add(typeHandle.Type, runtimeType = new RuntimeTypeValue(typeHandle.Type)); 2903preinitContext._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>(); 1931if (!_internedTypes.TryGetValue(typeHandle.Type, out RuntimeTypeValue runtimeType)) 1939&& parameters[0] is RuntimeTypeValue typeToCheckForValueType: 1945&& (parameters[0] is RuntimeTypeValue || parameters[1] is RuntimeTypeValue): 2901if (!preinitContext._internedTypes.TryGetValue(TypeRepresented, out RuntimeTypeValue result))