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