4 references to VSInternalCompletionSetting
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Extensions\Extensions.cs (1)
255if (textDocumentCapability.Completion is not VSInternalCompletionSetting vsCompletionSetting)
Handler\Completion\CompletionCapabilityHelper.cs (2)
54var vsCompletionSetting = completionSetting as VSInternalCompletionSetting;
Protocol\Internal\Converters\VSInternalExtensionUtilities.cs (1)
39AddOrReplaceConverter<CompletionSetting, VSInternalCompletionSetting>();