1 write to _externalReferences
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ReflectionFieldMapNode.cs (1)
23
_externalReferences
= externalReferences;
4 references to _externalReferences
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\ReflectionFieldMapNode.cs (4)
34
public override ObjectNodeSection GetSection(NodeFactory factory) =>
_externalReferences
.GetSection(factory);
88
uint declaringTypeId =
_externalReferences
.GetIndex(factory.NecessaryTypeSymbol(field.OwningType));
132
uint index =
_externalReferences
.GetIndex(staticsNode, (int)fieldOffset);
137
uint index =
_externalReferences
.GetIndex(staticsNode);