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