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