2 writes to ValueSet
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Completion\CompletionTests.cs (2)
1557
InsertTextModeSupport = new LSP.InsertTextModeSupportSetting {
ValueSet
= [LSP.InsertTextMode.AsIs] }
1587
InsertTextModeSupport = new LSP.InsertTextModeSupportSetting {
ValueSet
= [] }
1 reference to ValueSet
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionCapabilityHelper.cs (1)
50
SupportedInsertTextModes = completionSetting?.CompletionItem?.InsertTextModeSupport?.
ValueSet
?.ToSet() ?? SpecializedCollections.EmptySet<InsertTextMode>();