1 implementation of IGenerateConstructorService
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\GenerateConstructor\AbstractGenerateConstructorService.cs (1)
25
IGenerateConstructorService
3 references to IGenerateConstructorService
Microsoft.CodeAnalysis.CSharp.Features (3)
src\Analyzers\CSharp\CodeFixes\GenerateConstructor\CSharpGenerateConstructorService.cs (1)
22
[ExportLanguageService(typeof(
IGenerateConstructorService
), LanguageNames.CSharp), Shared]
src\Analyzers\CSharp\CodeFixes\GenerateConstructor\GenerateConstructorCodeFixProvider.cs (2)
43
var
service = document.GetRequiredLanguageService<
IGenerateConstructorService
>();