1 write to IsUnboxingStub
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1717IsUnboxingStub = isUnboxingStub;
5 references to IsUnboxingStub
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\NodeFactory.cs (4)
326return new FatFunctionPointerNode(method.Method, method.IsUnboxingStub, addressTaken: false); 331return new FatFunctionPointerNode(method.Method, method.IsUnboxingStub, addressTaken: true); 1720public bool Equals(MethodKey other) => Method == other.Method && IsUnboxingStub == other.IsUnboxingStub;
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
62return new MethodEntryGenericLookupResult(key.Method, key.IsUnboxingStub);