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