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);
57
tables.SetTable(
_owner
._filterKey, _filterTable.ToImmutableAndFree());
86
var nodes = getFilteredNodes(root.Value,
_owner
._filterFunc, cancellationToken);
104
var value = new GeneratorSyntaxContext(entry.GetItem(i), model,
_owner
._syntaxHelper);
105
var transformed =
_owner
._transformFunc(value, cancellationToken);