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