1 instantiation of TestException
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Compilation\ReferenceManagerTests.cs (1)
1309
case "throw": throw new
TestException
();
1 reference to TestException
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Compilation\ReferenceManagerTests.cs (1)
1327
Assert.Throws<
TestException
>(() => { var a = c.Assembly; });