2 instantiations of EditSession
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\DebuggingSession.cs (2)
152
EditSession = new
EditSession
(
249
EditSession = new
EditSession
(
3 references to EditSession
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\DebuggingSession.cs (3)
89
internal
EditSession
EditSession { get; private set; }
752
await foreach (var documentId in
EditSession
.GetChangedDocumentsAsync(SessionLog, oldProject, newProject, cancellationToken).ConfigureAwait(false))
888
await foreach (var unmappedDocumentId in
EditSession
.GetChangedDocumentsAsync(SessionLog, oldProject, newProject, cancellationToken).ConfigureAwait(false))