1 instantiation of CompletionSource
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSourceProvider.cs (1)
51
return new
CompletionSource
(textView, _streamingPresenter, _threadingContext, _operationExecutor, _listener, _editorOptionsService);
2 references to CompletionSource
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AsyncCompletion\CommitManager.cs (2)
47
if (_textView.Properties.TryGetProperty(
CompletionSource
.PotentialCommitCharacters, out ImmutableArray<char> potentialCommitCharacters))
91
return !(session.Properties.TryGetProperty(
CompletionSource
.ExcludedCommitCharacters, out ImmutableArray<char> excludedCommitCharacter)