1 type derived from DataOnlyEETypeNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\AsyncContinuationEETypeNode.cs (1)
15public class AsyncContinuationEETypeNode : DataOnlyEETypeNode, IEETypeNode
1 instantiation of DataOnlyEETypeNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
262return new DataOnlyEETypeNode("GCStaticEEType", key.gcMap, baseType, key.requiresAlign8);
4 references to DataOnlyEETypeNode
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\DataOnlyEETypeNode.cs (2)
112DataOnlyEETypeNode otherNode = (DataOnlyEETypeNode)other;
Compiler\DependencyAnalysis\NodeFactory.cs (2)
257_GCStaticEETypes = new NodeCache<(GCPointerMap, bool), DataOnlyEETypeNode>(((GCPointerMap gcMap, bool requiresAlign8) key) => 933private NodeCache<(GCPointerMap, bool), DataOnlyEETypeNode> _GCStaticEETypes;