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