3 references to ThrowOn
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (2)
137analyzer.ThrowOn(typeof(DiagnosticAnalyzer).GetProperties().Single().Name); 145analyzer.ThrowOn(typeof(DiagnosticAnalyzer).GetProperties().Single().Name);
Microsoft.CodeAnalysis.Test.Utilities (1)
Diagnostics\ThrowingDiagnosticAnalyzer.cs (1)
78analyzer.ThrowOn(member);