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