13 instantiations of 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);
4 references to UserFunctionException
Microsoft.CodeAnalysis (4)
SourceGeneration\GeneratorDriver.cs (3)
307catch (UserFunctionException e) when (handleGeneratorException(compilation, MessageProvider, sourceGenerator, e, isInit: true)) 383catch (UserFunctionException ufe) when (handleGeneratorException(compilation, MessageProvider, state.Generators[i], ufe.InnerException, isInit: false)) 442catch (UserFunctionException ufe) when (handleGeneratorException(compilation, MessageProvider, state.Generators[i], ufe.InnerException, isInit: false))
SourceGeneration\SyntaxStore.cs (1)
114catch (UserFunctionException ufe)