4 references to SupportedLanguages
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (2)
140
foreach (var language in
SupportedLanguages
)
167
foreach (var language in
SupportedLanguages
)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Configuration\DidChangeConfigurationNotificationHandlerTest.cs (2)
166
? DidChangeConfigurationNotificationHandler.
SupportedLanguages
.SelectAsArray(lang => (option, lang))
232
foreach (var _ in DidChangeConfigurationNotificationHandler.
SupportedLanguages
)