1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CommitManager.cs (1)
70_textView = textView;
3 references to _textView
Microsoft.CodeAnalysis.EditorFeatures (3)
IntelliSense\AsyncCompletion\CommitManager.cs (3)
48if (_textView.Properties.TryGetProperty(CompletionSource.PotentialCommitCharacters, out ImmutableArray<char> potentialCommitCharacters)) 229if (_textView is IDebuggerTextView) 263if (!_languageServerSnippetExpander.TryExpand(lspSnippetText, mappedSpan, _textView))