1 instantiation of DisabledByDefaultAnalyzer
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (1)
149
var analyzerReference = new AnalyzerImageReference(ImmutableArray.Create<DiagnosticAnalyzer>(new
DisabledByDefaultAnalyzer
()));
6 references to DisabledByDefaultAnalyzer
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (6)
169
dotnet_diagnostic.{
DisabledByDefaultAnalyzer
.s_syntaxRule.Id}.severity = warning
170
dotnet_diagnostic.{
DisabledByDefaultAnalyzer
.s_semanticRule.Id}.severity = warning
171
dotnet_diagnostic.{
DisabledByDefaultAnalyzer
.s_compilationRule.Id}.severity = warning";
196
if (diagnostic.Id ==
DisabledByDefaultAnalyzer
.s_syntaxRule.Id)
200
else if (diagnostic.Id ==
DisabledByDefaultAnalyzer
.s_semanticRule.Id)
204
else if (diagnostic.Id ==
DisabledByDefaultAnalyzer
.s_compilationRule.Id)