11 references to UserFunctionException
Microsoft.CodeAnalysis (11)
SourceGeneration\GeneratorDriver.cs (1)
436throw new UserFunctionException(ex);
SourceGeneration\Nodes\HostOutputNode.cs (1)
86throw new UserFunctionException(e);
SourceGeneration\Nodes\SourceOutputNode.cs (1)
117throw new UserFunctionException(e);
SourceGeneration\Nodes\SyntaxReceiverStrategy.cs (2)
50throw new UserFunctionException(e); 87throw new UserFunctionException(e);
SourceGeneration\Nodes\TransformNode.cs (1)
87throw new UserFunctionException(e);
SourceGeneration\UserFunction.cs (5)
43throw new UserFunctionException(e); 55throw new UserFunctionException(e); 72throw new UserFunctionException(e); 92throw new UserFunctionException(e); 107throw new UserFunctionException(e);