1 write to _isAddressTaken
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\FatFunctionPointerNode.cs (1)
30_isAddressTaken = addressTaken;
4 references to _isAddressTaken
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\FatFunctionPointerNode.cs (4)
35string prefix = $"__fat{(_isUnboxingStub ? "unbox" : "")}{(_isAddressTaken ? "addresstaken" : "")}pointer_"; 72ISymbolNode target = _isAddressTaken 105compare = _isAddressTaken.CompareTo(((FatFunctionPointerNode)other)._isAddressTaken);