3 references to CompletionRoot
Microsoft.VisualStudio.LanguageServices (3)
DebuggerIntelliSense\DebuggerTextView.cs (3)
31
public const string CompletionRoot = nameof(
CompletionRoot
);
48
_innerTextView.Properties[
CompletionRoot
] = bufferGraph.TopBuffer;
350
_innerTextView.Properties.RemoveProperty(
CompletionRoot
);