1 interface inheriting from IDebuggerTextView
Microsoft.CodeAnalysis.EditorFeatures (1)
IDebuggerTextView2.cs (1)
9internal interface IDebuggerTextView2 : IDebuggerTextView
2 references to IDebuggerTextView
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AsyncCompletion\CommitManager.cs (1)
229if (_textView is IDebuggerTextView)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
83_isDebuggerTextView = textView is IDebuggerTextView;