1 write to _owner
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\PredicateSyntaxStrategy.cs (1)
47_owner = owner;
5 references to _owner
Microsoft.CodeAnalysis (5)
SourceGeneration\Nodes\PredicateSyntaxStrategy.cs (5)
51_filterTable = table.GetStateTableOrEmpty<SyntaxNode>(_owner._filterKey).ToBuilder(stepName: null, trackIncrementalSteps); 57tables.SetTable(_owner._filterKey, _filterTable.ToImmutableAndFree()); 86var nodes = getFilteredNodes(root.Value, _owner._filterFunc, cancellationToken); 104var value = new GeneratorSyntaxContext(entry.GetItem(i), model, _owner._syntaxHelper); 105var transformed = _owner._transformFunc(value, cancellationToken);