1 write to _externalReferences
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ClassConstructorContextMap.cs (1)
20
_externalReferences
= externalReferences;
3 references to _externalReferences
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\ClassConstructorContextMap.cs (3)
29
public override ObjectNodeSection GetSection(NodeFactory factory) =>
_externalReferences
.GetSection(factory);
63
writer.GetUnsignedConstant(
_externalReferences
.GetIndex(factory.NecessaryTypeSymbol(type))),
64
writer.GetUnsignedConstant(
_externalReferences
.GetIndex(node))