3 writes to Section
Microsoft.CodeAnalysis.LanguageServer (1)
LanguageServer\RazorDynamicDocumentSyncRegistration.cs (1)
92
new ConfigurationItem {
Section
= "razor.language_server.cohosting_enabled" },
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (2)
171
Section
= string.Concat(s_languageNameToPrefix[language], '|', fullOptionName),
179
Section
= fullOptionName,
2 references to Section
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (1)
32
/// All the <see cref="ConfigurationItem.
Section
"/> needs to be refreshed from the client.
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Configuration\DidChangeConfigurationNotificationHandlerTest.cs (1)
218
AssertSectionPattern(item.
Section
);