2 writes to EditSession
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\DebuggingSession.cs (2)
118
EditSession
= new EditSession(
215
EditSession
= new EditSession(
16 references to EditSession
Microsoft.CodeAnalysis.Features (16)
EditAndContinue\DebuggingSession.cs (16)
187
var editSessionTelemetryData =
EditSession
.Telemetry.GetDataAndClear();
217
nonRemappableRegions ??
EditSession
.NonRemappableRegions,
218
EditSession
.Telemetry,
219
(inBreakState == null) ?
EditSession
.BaseActiveStatements : null,
220
inBreakState ??
EditSession
.InBreakState);
450
var analysis = await
EditSession
.Analyses.GetDocumentAnalysisAsync(LastCommittedSolution, oldDocument, document, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);
468
EditSession
.Telemetry.LogRudeEditDiagnostics(analysis.RudeEdits, project.State.Attributes.TelemetryId);
492
var solutionUpdate = await
EditSession
.EmitSolutionUpdateAsync(solution, activeStatementSpanProvider, updateId, cancellationToken).ConfigureAwait(false);
635
if (_isDisposed || !
EditSession
.InBreakState)
640
var baseActiveStatements = await
EditSession
.BaseActiveStatements.GetValueAsync(cancellationToken).ConfigureAwait(false);
692
await foreach (var documentId in
EditSession
.GetChangedDocumentsAsync(oldProject, newProject, cancellationToken).ConfigureAwait(false))
709
EditSession
.BaseActiveStatements,
712
EditSession
.Capabilities,
786
if (_isDisposed || !
EditSession
.InBreakState || !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.SupportsEditAndContinue())
803
var baseActiveStatements = await
EditSession
.BaseActiveStatements.GetValueAsync(cancellationToken).ConfigureAwait(false);
835
var analysis = await
EditSession
.Analyses.GetDocumentAnalysisAsync(LastCommittedSolution, oldUnmappedDocument, newUnmappedDocument, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);