3 instantiations of PartialTypeDiagnosticAnalyzer
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (3)
Diagnostics\DiagnosticServiceTests.vb (3)
1005
Dim analyzer = New
PartialTypeDiagnosticAnalyzer
(indexOfDeclToReportDiagnostic:=1)
1029
Dim analyzer = New
PartialTypeDiagnosticAnalyzer
(indexOfDeclToReportDiagnostic:=Nothing)
1041
Dim analyzer = New
PartialTypeDiagnosticAnalyzer
(indexOfDeclToReportDiagnostic:=Nothing)
2 references to PartialTypeDiagnosticAnalyzer
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
Diagnostics\DiagnosticServiceTests.vb (2)
1022
Assert.Equal(
PartialTypeDiagnosticAnalyzer
.DiagDescriptor.Id, diagnostics.Single().Id)
1079
Assert.Equal(
PartialTypeDiagnosticAnalyzer
.DiagDescriptor.Id, diagnostic.Id)