3 references to _typesWithConstructedEETypesGenerated
ILCompiler.Compiler (3)
Compiler\MetadataManager.cs (3)
260
_typesWithConstructedEETypesGenerated
.Add(eetypeNode.Type);
1081
internal bool HasConstructedEEType(TypeDesc type) =>
_typesWithConstructedEETypesGenerated
.Contains(type);
1161
return
_typesWithConstructedEETypesGenerated
;