2 writes to EditSession
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\DebuggingSession.cs (2)
125
EditSession
= new EditSession(
218
EditSession
= new EditSession(
16 references to EditSession
Microsoft.CodeAnalysis.Features (16)
EditAndContinue\DebuggingSession.cs (16)
190
var editSessionTelemetryData =
EditSession
.Telemetry.GetDataAndClear();
220
nonRemappableRegions ??
EditSession
.NonRemappableRegions,
221
EditSession
.Telemetry,
222
(inBreakState == null) ?
EditSession
.BaseActiveStatements : null,
223
inBreakState ??
EditSession
.InBreakState);
489
var analysis = await
EditSession
.Analyses.GetDocumentAnalysisAsync(LastCommittedSolution, oldDocument, document, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);
507
EditSession
.Telemetry.LogRudeEditDiagnostics(analysis.RudeEdits, project.State.Attributes.TelemetryId);
530
var solutionUpdate = await
EditSession
.EmitSolutionUpdateAsync(solution, activeStatementSpanProvider, updateId, cancellationToken).ConfigureAwait(false);
619
if (_isDisposed || !
EditSession
.InBreakState)
624
var baseActiveStatements = await
EditSession
.BaseActiveStatements.GetValueAsync(cancellationToken).ConfigureAwait(false);
676
await foreach (var documentId in
EditSession
.GetChangedDocumentsAsync(oldProject, newProject, cancellationToken).ConfigureAwait(false))
693
EditSession
.BaseActiveStatements,
696
EditSession
.Capabilities,
770
if (_isDisposed || !
EditSession
.InBreakState || !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.SupportsEditAndContinue())
787
var baseActiveStatements = await
EditSession
.BaseActiveStatements.GetValueAsync(cancellationToken).ConfigureAwait(false);
819
var analysis = await
EditSession
.Analyses.GetDocumentAnalysisAsync(LastCommittedSolution, oldUnmappedDocument, newUnmappedDocument, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);