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