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)
34
public override ObjectNodeSection GetSection(NodeFactory factory) =>
_externalReferences
.GetSection(factory);
186
writer.GetUnsignedConstant(
_externalReferences
.GetIndex(owningTypeSymbol)));
191
writer.GetUnsignedConstant(
_externalReferences
.GetIndex(
200
writer.GetUnsignedConstant(
_externalReferences
.GetIndex(factory.MethodEntrypoint(invokeStub))));
208
uint argId =
_externalReferences
.GetIndex(factory.NecessaryTypeSymbol(method.Instantiation[i]));