2 references to IDebuggerTextView
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AsyncCompletion\CommitManager.cs (1)
229if (_textView is IDebuggerTextView)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
82_isDebuggerTextView = textView is IDebuggerTextView;