1 write to InBreakState
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditSession.cs (1)
98
InBreakState
= inBreakState;
3 references to InBreakState
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\DebuggingSession.cs (3)
237
inBreakState ?? EditSession.
InBreakState
);
652
if (_isDisposed || !EditSession.
InBreakState
)
804
if (_isDisposed || !EditSession.
InBreakState
|| !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.SupportsEditAndContinue())