2 interfaces inheriting from IDebuggerTextView
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
IDebuggerTextView2.cs (1)
10
internal interface IDebuggerTextView2 :
IDebuggerTextView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
IDebuggerTextView2.cs (1)
10
internal interface IDebuggerTextView2 :
IDebuggerTextView
1 reference to IDebuggerTextView
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
87
_isDebuggerTextView = textView is
IDebuggerTextView
;