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)
28
protected override string GetName(NodeFactory factory) => $"ExternSymbol {_name}{(
_isIndirection
? " (indirected)" : "")}";
36
public virtual bool RepresentsIndirectionCell =>
_isIndirection
;