4 references to TestSyntaxTreeOptionsProvider
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
4196
.WithSyntaxTreeOptionsProvider(new
TestSyntaxTreeOptionsProvider
(
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Compilation\CompilationAPITests.cs (3)
77
new
TestSyntaxTreeOptionsProvider
((tree, new[] { ("CS0078", ReportDiagnostic.Warn) })));
168
new
TestSyntaxTreeOptionsProvider
(
195
new
TestSyntaxTreeOptionsProvider
((tree, new[] { ("cs0078", ReportDiagnostic.Suppress) }))