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