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