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