1 write to _isIndirection
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ExternSymbolNode.cs (1)
25_isIndirection = isIndirection;
2 references to _isIndirection
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\ExternSymbolNode.cs (2)
28protected override string GetName(NodeFactory factory) => $"ExternSymbol {_name}{(_isIndirection ? " (indirected)" : "")}"; 36public virtual bool RepresentsIndirectionCell => _isIndirection;