1 instantiation of FieldRvaDataNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
277return new FieldRvaDataNode(key);
4 references to FieldRvaDataNode
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\FieldRvaDataNode.cs (1)
54return comparer.Compare(_field, ((FieldRvaDataNode)other)._field);
Compiler\DependencyAnalysis\NodeFactory.cs (2)
275_fieldRvaDataBlobs = new NodeCache<Internal.TypeSystem.Ecma.EcmaField, FieldRvaDataNode>(key => 948private NodeCache<Internal.TypeSystem.Ecma.EcmaField, FieldRvaDataNode> _fieldRvaDataBlobs;
Compiler\MstatObjectDumper.cs (1)
79case FieldRvaDataNode rvaDataNode: