3 instantiations of PartialTypeDiagnosticAnalyzer
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (3)
Diagnostics\DiagnosticServiceTests.vb (3)
983
Dim analyzer = New
PartialTypeDiagnosticAnalyzer
(indexOfDeclToReportDiagnostic:=1)
1006
Dim analyzer = New
PartialTypeDiagnosticAnalyzer
(indexOfDeclToReportDiagnostic:=Nothing)
1018
Dim analyzer = New
PartialTypeDiagnosticAnalyzer
(indexOfDeclToReportDiagnostic:=Nothing)
2 references to PartialTypeDiagnosticAnalyzer
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
Diagnostics\DiagnosticServiceTests.vb (2)
999
Assert.Equal(
PartialTypeDiagnosticAnalyzer
.DiagDescriptor.Id, diagnostics.Single().Id)
1057
Assert.Equal(
PartialTypeDiagnosticAnalyzer
.DiagDescriptor.Id, diagnostic.Id)