5 references to TestSyntaxTreeOptionsProvider
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
4042
.WithSyntaxTreeOptionsProvider(new
TestSyntaxTreeOptionsProvider
(
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Compilation\CompilationAPITests.cs (3)
78
new
TestSyntaxTreeOptionsProvider
((tree, new[] { ("CS0078", ReportDiagnostic.Warn) })));
169
new
TestSyntaxTreeOptionsProvider
(
196
new
TestSyntaxTreeOptionsProvider
((tree, new[] { ("cs0078", ReportDiagnostic.Suppress) }))
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Compilation\CompilationAPITests.vb (1)
135
New
TestSyntaxTreeOptionsProvider
(