1 write to _externalReferences
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\PointerTypeMapNode.cs (1)
20
_externalReferences
= externalReferences;
2 references to _externalReferences
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\PointerTypeMapNode.cs (2)
30
public override ObjectNodeSection GetSection(NodeFactory factory) =>
_externalReferences
.GetSection(factory);
53
Vertex vertex = writer.GetUnsignedConstant(
_externalReferences
.GetIndex(factory.NecessaryTypeSymbol(type)));