13 instantiations of UserFunctionException
Microsoft.CodeAnalysis (13)
SourceGeneration\GeneratorDriver.cs (1)
642
throw new
UserFunctionException
(ex);
SourceGeneration\Nodes\AbstractSourceOutputNode.cs (1)
119
throw new
UserFunctionException
(e);
SourceGeneration\Nodes\HostOutputNode.cs (1)
86
throw new
UserFunctionException
(e);
SourceGeneration\Nodes\SharedInputNodes.cs (1)
39
throw new
UserFunctionException
(new InvalidOperationException(
SourceGeneration\Nodes\SyntaxInputNode.cs (1)
38
throw new
UserFunctionException
(new InvalidOperationException(
SourceGeneration\Nodes\SyntaxReceiverStrategy.cs (2)
50
throw new
UserFunctionException
(e);
92
throw new
UserFunctionException
(e);
SourceGeneration\Nodes\TransformNode.cs (1)
89
throw new
UserFunctionException
(e);
SourceGeneration\UserFunction.cs (5)
44
throw new
UserFunctionException
(e);
56
throw new
UserFunctionException
(e);
73
throw new
UserFunctionException
(e);
93
throw new
UserFunctionException
(e);
108
throw new
UserFunctionException
(e);
4 references to UserFunctionException
Microsoft.CodeAnalysis (4)
SourceGeneration\GeneratorDriver.cs (3)
294
catch (
UserFunctionException
e) when (handleGeneratorException(compilation, MessageProvider, sourceGenerator, e, isInit: true))
372
catch (
UserFunctionException
ufe) when (handleGeneratorException(compilation, MessageProvider, state.Generators[i], ufe.InnerException, isInit: false))
431
catch (
UserFunctionException
ufe) when (handleGeneratorException(compilation, MessageProvider, state.Generators[i], ufe.InnerException, isInit: false))
SourceGeneration\SyntaxStore.cs (1)
117
catch (
UserFunctionException
ufe)