4 references to ExcludedCommitCharacters
Microsoft.CodeAnalysis.EditorFeatures (4)
IntelliSense\AsyncCompletion\CommitManager.cs (1)
91return !(session.Properties.TryGetProperty(CompletionSource.ExcludedCommitCharacters, out ImmutableArray<char> excludedCommitCharacter)
IntelliSense\AsyncCompletion\CompletionSource.cs (3)
48internal const string ExcludedCommitCharacters = nameof(ExcludedCommitCharacters); 488if (session.Properties.TryGetProperty(ExcludedCommitCharacters, out ImmutableArray<char> excludedCommitCharactersBefore)) 493session.Properties[ExcludedCommitCharacters] = excludedCommitCharacters;