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