10 instantiations of UserFunctionException
Microsoft.CodeAnalysis (10)
SourceGeneration\Nodes\HostOutputNode.cs (1)
86
throw new
UserFunctionException
(e);
SourceGeneration\Nodes\SourceOutputNode.cs (1)
117
throw new
UserFunctionException
(e);
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)
41
throw new
UserFunctionException
(e);
53
throw new
UserFunctionException
(e);
70
throw new
UserFunctionException
(e);
90
throw new
UserFunctionException
(e);
105
throw new
UserFunctionException
(e);
3 references to UserFunctionException
Microsoft.CodeAnalysis (3)
SourceGeneration\GeneratorDriver.cs (2)
270
catch (
UserFunctionException
e) when (handleGeneratorException(compilation, MessageProvider, sourceGenerator, e, isInit: true))
330
catch (
UserFunctionException
ufe) when (handleGeneratorException(compilation, MessageProvider, state.Generators[i], ufe.InnerException, isInit: false))
SourceGeneration\SyntaxStore.cs (1)
114
catch (
UserFunctionException
ufe)