6 references to UserFunctionException
Microsoft.CodeAnalysis (6)
SourceGeneration\Nodes\SourceOutputNode.cs (1)
113throw new UserFunctionException(e);
SourceGeneration\Nodes\SyntaxReceiverStrategy.cs (2)
50throw new UserFunctionException(e); 87throw new UserFunctionException(e);
SourceGeneration\UserFunction.cs (3)
35throw new UserFunctionException(e); 55throw new UserFunctionException(e); 70throw new UserFunctionException(e);