2 writes to EditSession
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\DebuggingSession.cs (2)
154
EditSession
= new EditSession(
252
EditSession
= new EditSession(
16 references to EditSession
Microsoft.CodeAnalysis.Features (16)
EditAndContinue\DebuggingSession.cs (16)
224
var editSessionTelemetryData =
EditSession
.Telemetry.GetDataAndClear();
254
nonRemappableRegions ??
EditSession
.NonRemappableRegions,
255
EditSession
.Telemetry,
256
(inBreakState == null) ?
EditSession
.BaseActiveStatements : null,
257
inBreakState ??
EditSession
.InBreakState);
498
var analysis = await
EditSession
.Analyses.GetDocumentAnalysisAsync(LastCommittedSolution, document.Project.Solution, oldDocument, document, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);
516
EditSession
.Telemetry.LogRudeEditDiagnostics(analysis.RudeEdits, project.State.Attributes.TelemetryId);
523
EditSession
.Log.Write($"Exception while analyzing document '{document.FilePath}': {e}");
541
var solutionUpdate = await
EditSession
.EmitSolutionUpdateAsync(solution, activeStatementSpanProvider, updateId, runningProjects, cancellationToken).ConfigureAwait(false);
708
if (_isDisposed || !
EditSession
.InBreakState)
713
var baseActiveStatements = await
EditSession
.BaseActiveStatements.GetValueAsync(cancellationToken).ConfigureAwait(false);
787
EditSession
.BaseActiveStatements,
789
EditSession
.Capabilities,
864
if (_isDisposed || !
EditSession
.InBreakState || !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.SupportsEditAndContinue())
881
var baseActiveStatements = await
EditSession
.BaseActiveStatements.GetValueAsync(cancellationToken).ConfigureAwait(false);
913
var analysis = await
EditSession
.Analyses.GetDocumentAnalysisAsync(LastCommittedSolution, newUnmappedDocument.Project.Solution, oldUnmappedDocument, newUnmappedDocument, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);