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