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)
237inBreakState ?? EditSession.InBreakState); 652if (_isDisposed || !EditSession.InBreakState) 804if (_isDisposed || !EditSession.InBreakState || !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.SupportsEditAndContinue())