2 writes to EditSession
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\DebuggingSession.cs (2)
152
EditSession
= new EditSession(
249
EditSession
= new EditSession(
16 references to EditSession
Microsoft.CodeAnalysis.Features (16)
EditAndContinue\DebuggingSession.cs (16)
221
var editSessionTelemetryData =
EditSession
.Telemetry.GetDataAndClear();
251
nonRemappableRegions ??
EditSession
.NonRemappableRegions,
252
EditSession
.Telemetry,
253
(inBreakState == null) ?
EditSession
.BaseActiveStatements : null,
254
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);
684
if (_isDisposed || !
EditSession
.InBreakState)
689
var baseActiveStatements = await
EditSession
.BaseActiveStatements.GetValueAsync(cancellationToken).ConfigureAwait(false);
741
await foreach (var documentId in
EditSession
.GetChangedDocumentsAsync(SessionLog, oldProject, newProject, cancellationToken).ConfigureAwait(false))
758
EditSession
.BaseActiveStatements,
761
EditSession
.Capabilities,
836
if (_isDisposed || !
EditSession
.InBreakState || !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.SupportsEditAndContinue())
853
var baseActiveStatements = await
EditSession
.BaseActiveStatements.GetValueAsync(cancellationToken).ConfigureAwait(false);
885
var analysis = await
EditSession
.Analyses.GetDocumentAnalysisAsync(LastCommittedSolution, oldUnmappedDocument, newUnmappedDocument, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);