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)
48
if (
_textView
.Properties.TryGetProperty(CompletionSource.PotentialCommitCharacters, out ImmutableArray<char> potentialCommitCharacters))
229
if (
_textView
is IDebuggerTextView)
263
if (!_languageServerSnippetExpander.TryExpand(lspSnippetText, mappedSpan,
_textView
))