10 references to UserFunctionException
Microsoft.CodeAnalysis (10)
SourceGeneration\Nodes\HostOutputNode.cs (1)
86
throw new
UserFunctionException
(e);
SourceGeneration\Nodes\SourceOutputNode.cs (1)
117
throw new
UserFunctionException
(e);
SourceGeneration\Nodes\SyntaxReceiverStrategy.cs (2)
50
throw new
UserFunctionException
(e);
87
throw new
UserFunctionException
(e);
SourceGeneration\Nodes\TransformNode.cs (1)
87
throw new
UserFunctionException
(e);
SourceGeneration\UserFunction.cs (5)
41
throw new
UserFunctionException
(e);
53
throw new
UserFunctionException
(e);
70
throw new
UserFunctionException
(e);
90
throw new
UserFunctionException
(e);
105
throw new
UserFunctionException
(e);