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); 666if (_isDisposed || !EditSession.InBreakState) 818if (_isDisposed || !EditSession.InBreakState || !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.SupportsEditAndContinue())