1 instantiation of PredicateSyntaxStrategy
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxValueProvider.cs (1)
47
new
PredicateSyntaxStrategy
<T>(predicate.WrapUserFunction(_context.CatchAnalyzerExceptions), transform.WrapUserFunction(_context.CatchAnalyzerExceptions), _syntaxHelper),
2 references to PredicateSyntaxStrategy
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\PredicateSyntaxStrategy.cs (2)
37
private readonly
PredicateSyntaxStrategy
<T> _owner;
45
public Builder(
PredicateSyntaxStrategy
<T> owner, object key, StateTableStore table, bool trackIncrementalSteps, string? name, IEqualityComparer<T> comparer)