14 implementations of InterestingForDynamicDependencyAnalysis
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\AddressTakenMethodNode.cs (1)
48public override bool InterestingForDynamicDependencyAnalysis => false;
Compiler\DependencyAnalysis\EETypeNode.cs (1)
227public override bool InterestingForDynamicDependencyAnalysis
Compiler\DependencyAnalysis\ExternSymbolNode.cs (1)
38public override bool InterestingForDynamicDependencyAnalysis => false;
Compiler\DependencyAnalysis\InterfaceDispatchCellNode.cs (1)
120public override bool InterestingForDynamicDependencyAnalysis => false;
Compiler\DependencyAnalysis\ScannedMethodNode.cs (1)
90public override bool InterestingForDynamicDependencyAnalysis => _method.HasInstantiation || _method.OwningType.HasInstantiation;
Compiler\DependencyAnalysis\StringAllocatorMethodNode.cs (1)
67public override bool InterestingForDynamicDependencyAnalysis => false;
Compiler\DependencyAnalysis\TentativeMethodNode.cs (1)
54public override bool InterestingForDynamicDependencyAnalysis => false;
Compiler\ReachabilityInstrumentationProvider.cs (1)
215bool IDependencyNode<NodeFactory>.InterestingForDynamicDependencyAnalysis => false;
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ShadowMethodNode.cs (1)
116public sealed override bool InterestingForDynamicDependencyAnalysis => false;
ILCompiler.DependencyAnalysisFramework (1)
DependencyNodeCore.cs (1)
104public abstract bool InterestingForDynamicDependencyAnalysis
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (1)
254public override bool InterestingForDynamicDependencyAnalysis => false;
Compiler\DependencyAnalysis\ReadyToRun\SymbolNodeRange.cs (1)
45public override bool InterestingForDynamicDependencyAnalysis => false;
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ShadowMethodNode.cs (1)
116public sealed override bool InterestingForDynamicDependencyAnalysis => false;
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
58public override bool InterestingForDynamicDependencyAnalysis => _method.HasInstantiation || _method.OwningType.HasInstantiation;