1 implementation of ICodeFixProviderFactory
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\CodeFixServiceTests.cs (1)
401
private class MockAnalyzerReference : AnalyzerReference,
ICodeFixProviderFactory
1 reference to ICodeFixProviderFactory
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.ProjectCodeFixProvider.cs (1)
23
if (reference is
ICodeFixProviderFactory
codeFixProviderFactory)