1 write to _isDebuggerTextView
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
82
_isDebuggerTextView
= textView is IDebuggerTextView;
1 reference to _isDebuggerTextView
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
377
if (
_isDebuggerTextView
)