Implemented interface member:
method
StartDebuggingSessionAsync
Microsoft.CodeAnalysis.EditAndContinue.IEditAndContinueService.StartDebuggingSessionAsync(Microsoft.CodeAnalysis.Solution, Microsoft.CodeAnalysis.Contracts.EditAndContinue.IManagedHotReloadService, Microsoft.CodeAnalysis.EditAndContinue.IPdbMatchingSourceTextProvider, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.DocumentId>, System.Boolean, System.Boolean, System.Threading.CancellationToken)
4 references to StartDebuggingSessionAsync
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\EditAndContinueWorkspaceTestBase.cs (1)
174var sessionId = await service.StartDebuggingSessionAsync(
Microsoft.CodeAnalysis.Features.UnitTests (3)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (3)
139var sessionId = await service.StartDebuggingSessionAsync(solution, _debuggerService, NullPdbMatchingSourceTextProvider.Instance, captureMatchingDocuments, captureAllDocuments, reportDiagnostics: true, CancellationToken.None); 944var sessionId = await service.StartDebuggingSessionAsync(solution, _debuggerService, NullPdbMatchingSourceTextProvider.Instance, captureMatchingDocuments: openDocumentIds, captureAllMatchingDocuments: false, reportDiagnostics: true, CancellationToken.None); 5499var sessionId = await encService.StartDebuggingSessionAsync(