1 type derived from TentativeMethodNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\TentativeInstanceMethodNode.cs (1)
22public class TentativeInstanceMethodNode : TentativeMethodNode
1 instantiation of TentativeMethodNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
308return new TentativeMethodNode(entrypoint is TentativeMethodNode tentative ?
2 references to TentativeMethodNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
308return new TentativeMethodNode(entrypoint is TentativeMethodNode tentative ?
Compiler\DependencyAnalysis\TentativeMethodNode.cs (1)
68return comparer.Compare(_methodNode, ((TentativeMethodNode)other)._methodNode);