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