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)
43
throw new
UserFunctionException
(e);
55
throw new
UserFunctionException
(e);
72
throw new
UserFunctionException
(e);
92
throw new
UserFunctionException
(e);
107
throw new
UserFunctionException
(e);