2 instantiations of Node
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\ConstantEvaluationHelpers.cs (2)
123node = new Node<SourceFieldSymbolWithSyntaxReference>(); 143node = new Node<SourceFieldSymbolWithSyntaxReference>();
17 references to Node
Microsoft.CodeAnalysis.CSharp (17)
Symbols\Source\ConstantEvaluationHelpers.cs (17)
59var graph = PooledDictionary<SourceFieldSymbolWithSyntaxReference, Node<SourceFieldSymbolWithSyntaxReference>>.GetInstance(); 101Dictionary<SourceFieldSymbolWithSyntaxReference, Node<SourceFieldSymbolWithSyntaxReference>> graph, 112Node<SourceFieldSymbolWithSyntaxReference> node; 156Dictionary<SourceFieldSymbolWithSyntaxReference, Node<SourceFieldSymbolWithSyntaxReference>> graph, 171Node<SourceFieldSymbolWithSyntaxReference> node; 190var node = graph[field]; 196var n = graph[dependedOnBy]; 224var node = graph[field]; 230var n = graph[dependency]; 242var n = graph[dependedOnBy]; 266Dictionary<SourceFieldSymbolWithSyntaxReference, Node<SourceFieldSymbolWithSyntaxReference>> graph, 292Dictionary<SourceFieldSymbolWithSyntaxReference, Node<SourceFieldSymbolWithSyntaxReference>> graph, 305var node = graph[field]; 328private static void CheckGraph(Dictionary<SourceFieldSymbolWithSyntaxReference, Node<SourceFieldSymbolWithSyntaxReference>> graph) 337var node = pair.Value; 344Node<SourceFieldSymbolWithSyntaxReference> n; 352Node<SourceFieldSymbolWithSyntaxReference> n;