Implemented interface member:
method
StartDebuggingSessionAsync
Microsoft.CodeAnalysis.EditAndContinue.IEditAndContinueWorkspaceService.StartDebuggingSessionAsync(Microsoft.CodeAnalysis.Solution, Microsoft.CodeAnalysis.EditAndContinue.Contracts.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.EditorFeatures.UnitTests (4)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (4)
178var sessionId = await service.StartDebuggingSessionAsync( 585var sessionId = await service.StartDebuggingSessionAsync(solution, _debuggerService, NullPdbMatchingSourceTextProvider.Instance, captureMatchingDocuments, captureAllDocuments, reportDiagnostics: true, CancellationToken.None); 832var sessionId = await service.StartDebuggingSessionAsync(solution, _debuggerService, NullPdbMatchingSourceTextProvider.Instance, captureMatchingDocuments: openDocumentIds, captureAllMatchingDocuments: false, reportDiagnostics: true, CancellationToken.None); 4485var sessionId = await encService.StartDebuggingSessionAsync(