6 instantiations of UserFunctionException
Microsoft.CodeAnalysis (6)
SourceGeneration\Nodes\SourceOutputNode.cs (1)
113throw new UserFunctionException(e);
SourceGeneration\Nodes\SyntaxReceiverStrategy.cs (2)
50throw new UserFunctionException(e); 87throw new UserFunctionException(e);
SourceGeneration\UserFunction.cs (3)
35throw new UserFunctionException(e); 55throw new UserFunctionException(e); 70throw new UserFunctionException(e);
6 references to UserFunctionException
Microsoft.CodeAnalysis (3)
SourceGeneration\GeneratorDriver.cs (2)
244catch (UserFunctionException e) 304catch (UserFunctionException ufe)
SourceGeneration\SyntaxStore.cs (1)
114catch (UserFunctionException ufe)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
SourceGeneration\GeneratorDriverTests.cs (3)
1599Assert.Throws<UserFunctionException>(() => userThrowsFunc(20, CancellationToken.None)); 1605catch (UserFunctionException e) 1616Assert.Throws<UserFunctionException>(() => userOtherTimeoutFunc(30, CancellationToken.None));