1 implementation of IBraceCompletionServiceFactory
Microsoft.CodeAnalysis.EditorFeatures (1)
AutomaticCompletion\AbstractBraceCompletionServiceFactory.cs (1)
18string languageName) : IBraceCompletionServiceFactory
1 reference to IBraceCompletionServiceFactory
Microsoft.CodeAnalysis.EditorFeatures (1)
AutomaticCompletion\BraceCompletionSessionProvider.cs (1)
70var editorSessionFactory = document.GetLanguageService<IBraceCompletionServiceFactory>();