1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CommitManager.cs (1)
69
_textView
= textView;
2 references to _textView
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AsyncCompletion\CommitManager.cs (2)
47
if (
_textView
.Properties.TryGetProperty(CompletionSource.PotentialCommitCharacters, out ImmutableArray<char> potentialCommitCharacters))
246
if (!_languageServerSnippetExpander.TryExpand(lspSnippetText, mappedSpan,
_textView
))