13 instantiations of UserFunctionException
Microsoft.CodeAnalysis (13)
SourceGeneration\GeneratorDriver.cs (1)
616
throw new
UserFunctionException
(ex);
SourceGeneration\Nodes\AbstractSourceOutputNode.cs (1)
111
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);
87
throw new
UserFunctionException
(e);
SourceGeneration\Nodes\TransformNode.cs (1)
87
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)
307
catch (
UserFunctionException
e) when (handleGeneratorException(compilation, MessageProvider, sourceGenerator, e, isInit: true))
383
catch (
UserFunctionException
ufe) when (handleGeneratorException(compilation, MessageProvider, state.Generators[i], ufe.InnerException, isInit: false))
442
catch (
UserFunctionException
ufe) when (handleGeneratorException(compilation, MessageProvider, state.Generators[i], ufe.InnerException, isInit: false))
SourceGeneration\SyntaxStore.cs (1)
114
catch (
UserFunctionException
ufe)