4 references to ThrowOn
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (2)
136analyzer.ThrowOn(typeof(DiagnosticAnalyzer).GetProperties().Single().Name); 144analyzer.ThrowOn(typeof(DiagnosticAnalyzer).GetProperties().Single().Name);
Microsoft.CodeAnalysis.Test.Utilities (1)
Diagnostics\ThrowingDiagnosticAnalyzer.cs (1)
78analyzer.ThrowOn(member);
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.vb (1)
96analyzer.ThrowOn(GetType(DiagnosticAnalyzer).GetProperties().Single().Name)