2 writes to EditSession
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\DebuggingSession.cs (2)
125
EditSession
= new EditSession(
222
EditSession
= new EditSession(
16 references to EditSession
Microsoft.CodeAnalysis.Features (16)
EditAndContinue\DebuggingSession.cs (16)
194
var editSessionTelemetryData =
EditSession
.Telemetry.GetDataAndClear();
224
nonRemappableRegions ??
EditSession
.NonRemappableRegions,
225
EditSession
.Telemetry,
226
(inBreakState == null) ?
EditSession
.BaseActiveStatements : null,
227
inBreakState ??
EditSession
.InBreakState);
484
var analysis = await
EditSession
.Analyses.GetDocumentAnalysisAsync(LastCommittedSolution, oldDocument, document, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);
502
EditSession
.Telemetry.LogRudeEditDiagnostics(analysis.RudeEdits, project.State.Attributes.TelemetryId);
526
var solutionUpdate = await
EditSession
.EmitSolutionUpdateAsync(solution, activeStatementSpanProvider, updateId, cancellationToken).ConfigureAwait(false);
658
if (_isDisposed || !
EditSession
.InBreakState)
663
var baseActiveStatements = await
EditSession
.BaseActiveStatements.GetValueAsync(cancellationToken).ConfigureAwait(false);
715
await foreach (var documentId in
EditSession
.GetChangedDocumentsAsync(oldProject, newProject, cancellationToken).ConfigureAwait(false))
732
EditSession
.BaseActiveStatements,
735
EditSession
.Capabilities,
809
if (_isDisposed || !
EditSession
.InBreakState || !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.SupportsEditAndContinue())
826
var baseActiveStatements = await
EditSession
.BaseActiveStatements.GetValueAsync(cancellationToken).ConfigureAwait(false);
858
var analysis = await
EditSession
.Analyses.GetDocumentAnalysisAsync(LastCommittedSolution, oldUnmappedDocument, newUnmappedDocument, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);