3 writes to AllCommitCharacters
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
DefaultCapabilitiesProvider.cs (1)
68AllCommitCharacters = commitCharacters,
Microsoft.VisualStudio.LanguageServices.Razor (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Completion\CohostDocumentCompletionEndpoint.cs (1)
74AllCommitCharacters = _triggerAndCommitCharacters.AllCommitCharacters
Microsoft.VisualStudioCode.RazorExtension (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Completion\CohostDocumentCompletionEndpoint.cs (1)
74AllCommitCharacters = _triggerAndCommitCharacters.AllCommitCharacters
6 references to AllCommitCharacters
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Protocol\CompletionItem.cs (2)
279/// If present, this will override <see cref="CompletionOptions.AllCommitCharacters"/>. 280/// If absent, <see cref="CompletionOptions.AllCommitCharacters"/> will be used instead.
Protocol\CompletionOptions.cs (1)
50/// If a server provides both <see cref="AllCommitCharacters"/> and commit characters on
Protocol\Internal\VSInternalCompletionItem.cs (2)
40/// If present, client will use this value instead of <see cref="CompletionOptions.AllCommitCharacters"/>. 41/// If absent, client will default to <see cref="CompletionOptions.AllCommitCharacters"/>.
Protocol\Internal\VSInternalCompletionList.cs (1)
56/// If set, overrides <see cref="CompletionOptions.AllCommitCharacters" />.