1 implementation of IGenerateConstructorService
Microsoft.CodeAnalysis.Features (1)
GenerateMember\GenerateConstructor\AbstractGenerateConstructorService.cs (1)
25
IGenerateConstructorService
5 references to IGenerateConstructorService
Microsoft.CodeAnalysis.CSharp.Features (3)
GenerateConstructor\CSharpGenerateConstructorService.cs (1)
21
[ExportLanguageService(typeof(
IGenerateConstructorService
), LanguageNames.CSharp), Shared]
GenerateConstructor\GenerateConstructorCodeFixProvider.cs (2)
51
var
service = document.GetLanguageService<
IGenerateConstructorService
>();
Microsoft.CodeAnalysis.VisualBasic.Features (2)
GenerateConstructor\GenerateConstructorCodeFixProvider.vb (1)
36
Dim service = document.GetLanguageService(Of
IGenerateConstructorService
)()
GenerateConstructor\VisualBasicGenerateConstructorService.vb (1)
16
<ExportLanguageService(GetType(
IGenerateConstructorService
), LanguageNames.VisualBasic), [Shared]>