1 write to _externalReferences
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ReflectionInvokeMapNode.cs (1)
24_externalReferences = externalReferences;
5 references to _externalReferences
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\ReflectionInvokeMapNode.cs (5)
34public override ObjectNodeSection GetSection(NodeFactory factory) => _externalReferences.GetSection(factory); 186writer.GetUnsignedConstant(_externalReferences.GetIndex(owningTypeSymbol))); 191writer.GetUnsignedConstant(_externalReferences.GetIndex( 200writer.GetUnsignedConstant(_externalReferences.GetIndex(factory.MethodEntrypoint(invokeStub)))); 208uint argId = _externalReferences.GetIndex(factory.NecessaryTypeSymbol(method.Instantiation[i]));