2 writes to Node
ILCompiler.DependencyAnalysisFramework (2)
DependencyNodeCore.cs (2)
16Node = node; 23Node = (DependencyNodeCore<DependencyContextType>)node;
10 references to Node
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (1)
134dependencies.Add(new CombinedDependencyListEntry(caDependency.Node, condition, caDependency.Reason));
Compiler\DependencyAnalysis\DataflowAnalyzedMethodNode.cs (1)
67yield return new CombinedDependencyListEntry(d.Node, null, d.Reason);
IL\ILImporter.Scanner.cs (1)
201conditionalDependencies.Add(new(dep.Node, bb.Condition, dep.Reason));
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ShadowMethodNode.cs (2)
76var runtimeDep = canonDep.Node as INodeWithRuntimeDeterminedDependencies; 105yield return new CombinedDependencyListEntry(nodeInner.Node, canonDep.OtherReasonNode, nodeInner.Reason);
ILCompiler.DependencyAnalysisFramework (1)
DependencyAnalyzer.cs (1)
187AddToMarkStack(dependency.Node, dependency.Reason, node, null);
ILCompiler.ReadyToRun (3)
Compiler\FileLayoutOptimizer.cs (1)
132ApplySortToDependencies(dependency.Node, depth + 1);
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ShadowMethodNode.cs (2)
76var runtimeDep = canonDep.Node as INodeWithRuntimeDeterminedDependencies; 105yield return new CombinedDependencyListEntry(nodeInner.Node, canonDep.OtherReasonNode, nodeInner.Reason);
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\aot\ILCompiler.ReadyToRun\Compiler\FileLayoutOptimizer.cs (1)
132ApplySortToDependencies(dependency.Node, depth + 1);