2 writes to EditSession
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\DebuggingSession.cs (2)
152EditSession = new EditSession( 249EditSession = new EditSession(
15 references to EditSession
Microsoft.CodeAnalysis.Features (15)
EditAndContinue\DebuggingSession.cs (15)
221var editSessionTelemetryData = EditSession.Telemetry.GetDataAndClear(); 251nonRemappableRegions ?? EditSession.NonRemappableRegions, 252EditSession.Telemetry, 253(inBreakState == null) ? EditSession.BaseActiveStatements : null, 254inBreakState ?? EditSession.InBreakState); 495var analysis = await EditSession.Analyses.GetDocumentAnalysisAsync(LastCommittedSolution, document.Project.Solution, oldDocument, document, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false); 513EditSession.Telemetry.LogRudeEditDiagnostics(analysis.RudeEdits, project.State.Attributes.TelemetryId); 537var solutionUpdate = await EditSession.EmitSolutionUpdateAsync(solution, activeStatementSpanProvider, updateId, runningProjects, cancellationToken).ConfigureAwait(false); 694if (_isDisposed || !EditSession.InBreakState) 699var baseActiveStatements = await EditSession.BaseActiveStatements.GetValueAsync(cancellationToken).ConfigureAwait(false); 773EditSession.BaseActiveStatements, 775EditSession.Capabilities, 850if (_isDisposed || !EditSession.InBreakState || !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.SupportsEditAndContinue()) 867var baseActiveStatements = await EditSession.BaseActiveStatements.GetValueAsync(cancellationToken).ConfigureAwait(false); 899var analysis = await EditSession.Analyses.GetDocumentAnalysisAsync(LastCommittedSolution, newUnmappedDocument.Project.Solution, oldUnmappedDocument, newUnmappedDocument, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);