4 references to _internedTypes
ILCompiler.Compiler (4)
Compiler\TypePreinit.cs (4)
1931
if (!
_internedTypes
.TryGetValue(typeHandle.Type, out RuntimeTypeValue runtimeType))
1933
_internedTypes
.Add(typeHandle.Type, runtimeType = new RuntimeTypeValue(typeHandle.Type));
2901
if (!preinitContext.
_internedTypes
.TryGetValue(TypeRepresented, out RuntimeTypeValue result))
2903
preinitContext.
_internedTypes
.Add(TypeRepresented, result = new RuntimeTypeValue(TypeRepresented));