2 instantiations of RuntimeTypeValue
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
1949_internedTypes.Add(typeHandle.Type, runtimeType = new RuntimeTypeValue(typeHandle.Type)); 2919preinitContext._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>(); 1947if (!_internedTypes.TryGetValue(typeHandle.Type, out RuntimeTypeValue runtimeType)) 1955&& parameters[0] is RuntimeTypeValue typeToCheckForValueType: 1961&& (parameters[0] is RuntimeTypeValue || parameters[1] is RuntimeTypeValue): 2917if (!preinitContext._internedTypes.TryGetValue(TypeRepresented, out RuntimeTypeValue result))