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)
220
inBreakState ?? EditSession.
InBreakState
);
635
if (_isDisposed || !EditSession.
InBreakState
)
786
if (_isDisposed || !EditSession.
InBreakState
|| !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.SupportsEditAndContinue())