3 instantiations of PartialTypeDiagnosticAnalyzer
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (3)
Diagnostics\DiagnosticServiceTests.vb (3)
975
Dim analyzer = New
PartialTypeDiagnosticAnalyzer
(indexOfDeclToReportDiagnostic:=1)
998
Dim analyzer = New
PartialTypeDiagnosticAnalyzer
(indexOfDeclToReportDiagnostic:=Nothing)
1010
Dim analyzer = New
PartialTypeDiagnosticAnalyzer
(indexOfDeclToReportDiagnostic:=Nothing)
2 references to PartialTypeDiagnosticAnalyzer
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
Diagnostics\DiagnosticServiceTests.vb (2)
991
Assert.Equal(
PartialTypeDiagnosticAnalyzer
.DiagDescriptor.Id, diagnostics.Single().Id)
1049
Assert.Equal(
PartialTypeDiagnosticAnalyzer
.DiagDescriptor.Id, diagnostic.Id)