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