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