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