10 references to UserFunctionException
Microsoft.CodeAnalysis (10)
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)
41throw new UserFunctionException(e); 53throw new UserFunctionException(e); 70throw new UserFunctionException(e); 90throw new UserFunctionException(e); 105throw new UserFunctionException(e);