1 instantiation of MockDocumentDiagnosticAnalyzer
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\CodeFixServiceTests.cs (1)
171
var documentDiagnosticAnalyzer = new MockAnalyzerReference.
MockDocumentDiagnosticAnalyzer
(reportedDiagnosticIds: ImmutableArray<string>.Empty);
1 reference to MockDocumentDiagnosticAnalyzer
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\CodeFixServiceTests.cs (1)
171
var
documentDiagnosticAnalyzer = new MockAnalyzerReference.MockDocumentDiagnosticAnalyzer(reportedDiagnosticIds: ImmutableArray<string>.Empty);