1 implementation of IEndConstructGenerationService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EndConstruct\CSharpEndConstructGenerationService.cs (1)
22
internal sealed class CSharpEndConstructGenerationService() :
IEndConstructGenerationService
1 reference to IEndConstructGenerationService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EndConstruct\CSharpEndConstructGenerationService.cs (1)
18
[ExportLanguageService(typeof(
IEndConstructGenerationService
), LanguageNames.CSharp), Shared]