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