3 references to WrapUserFunction
Microsoft.CodeAnalysis (3)
SourceGeneration\Nodes\SyntaxValueProvider.cs (2)
47new PredicateSyntaxStrategy<T>(predicate.WrapUserFunction(_context.CatchAnalyzerExceptions), transform.WrapUserFunction(_context.CatchAnalyzerExceptions), _syntaxHelper),
SourceGeneration\UserFunction.cs (1)
77return (input, token) => userFunction.WrapUserFunction(catchAnalyzerExceptions)(input, token).ToImmutableArrayOrEmpty();