6 writes to _disabled
Microsoft.CodeAnalysis.EditorFeatures (6)
EditAndContinue\EditAndContinueLanguageService.cs (6)
98
=>
_disabled
= true;
141
_disabled
= _debuggingSession == null;
160
_disabled
= true;
189
_disabled
= true;
207
_disabled
= true;
271
_disabled
= true;
8 references to _disabled
Microsoft.CodeAnalysis.EditorFeatures (8)
EditAndContinue\EditAndContinueLanguageService.cs (8)
107
if (
_disabled
)
146
if (
_disabled
)
175
if (
_disabled
)
196
if (
_disabled
)
213
if (
_disabled
)
242
if (
_disabled
)
262
if (!
_disabled
)
325
if (
_disabled
)