1 write to InBreakState
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditSession.cs (1)
108
InBreakState
= inBreakState;
5 references to InBreakState
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\DebuggingSession.cs (5)
223
inBreakState ?? EditSession.
InBreakState
);
627
if (_isDisposed || !EditSession.
InBreakState
)
777
if (_isDisposed || !EditSession.
InBreakState
|| !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.SupportsEditAndContinue())
859
if (!EditSession.
InBreakState
)
930
if (!EditSession.
InBreakState
)