2 instantiations of FieldDeclarationAnalyzer
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
Diagnostics\DiagnosticServiceTests.vb (2)
1284
Dim analyzer = New
FieldDeclarationAnalyzer
()
1331
Dim analyzer = New
FieldDeclarationAnalyzer
()
1 reference to FieldDeclarationAnalyzer
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Diagnostics\DiagnosticServiceTests.vb (1)
1303
Assert.Equal(4, diagnostics.Where(Function(d) d.Id =
FieldDeclarationAnalyzer
.Descriptor1.Id).Count)