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