4 references to _internedTypes
ILCompiler.Compiler (4)
Compiler\TypePreinit.cs (4)
1947
if (!
_internedTypes
.TryGetValue(typeHandle.Type, out RuntimeTypeValue runtimeType))
1949
_internedTypes
.Add(typeHandle.Type, runtimeType = new RuntimeTypeValue(typeHandle.Type));
2917
if (!preinitContext.
_internedTypes
.TryGetValue(TypeRepresented, out RuntimeTypeValue result))
2919
preinitContext.
_internedTypes
.Add(TypeRepresented, result = new RuntimeTypeValue(TypeRepresented));