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)
35
string prefix = $"__fat{(_isUnboxingStub ? "unbox" : "")}{(
_isAddressTaken
? "addresstaken" : "")}pointer_";
72
ISymbolNode target =
_isAddressTaken
105
compare =
_isAddressTaken
.CompareTo(((FatFunctionPointerNode)other).
_isAddressTaken
);