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