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