13 references to UserFunctionException
Microsoft.CodeAnalysis (13)
SourceGeneration\GeneratorDriver.cs (1)
616throw new UserFunctionException(ex);
SourceGeneration\Nodes\AbstractSourceOutputNode.cs (1)
111throw new UserFunctionException(e);
SourceGeneration\Nodes\HostOutputNode.cs (1)
86throw new UserFunctionException(e);
SourceGeneration\Nodes\SharedInputNodes.cs (1)
39throw new UserFunctionException(new InvalidOperationException(
SourceGeneration\Nodes\SyntaxInputNode.cs (1)
38throw new UserFunctionException(new InvalidOperationException(
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)
44throw new UserFunctionException(e); 56throw new UserFunctionException(e); 73throw new UserFunctionException(e); 93throw new UserFunctionException(e); 108throw new UserFunctionException(e);