3 instantiations of PartialTypeDiagnosticAnalyzer
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (3)
Diagnostics\DiagnosticServiceTests.vb (3)
979
Dim analyzer = New
PartialTypeDiagnosticAnalyzer
(indexOfDeclToReportDiagnostic:=1)
1002
Dim analyzer = New
PartialTypeDiagnosticAnalyzer
(indexOfDeclToReportDiagnostic:=Nothing)
1014
Dim analyzer = New
PartialTypeDiagnosticAnalyzer
(indexOfDeclToReportDiagnostic:=Nothing)
2 references to PartialTypeDiagnosticAnalyzer
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
Diagnostics\DiagnosticServiceTests.vb (2)
995
Assert.Equal(
PartialTypeDiagnosticAnalyzer
.DiagDescriptor.Id, diagnostics.Single().Id)
1053
Assert.Equal(
PartialTypeDiagnosticAnalyzer
.DiagDescriptor.Id, diagnostic.Id)