1 implementation of StartDebuggingSessionAsync
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueService.cs (1)
134public async ValueTask<DebuggingSessionId> StartDebuggingSessionAsync(
3 references to StartDebuggingSessionAsync
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
132var sessionId = await GetLocalService().StartDebuggingSessionAsync(solution, debuggerService, sourceTextProvider, captureMatchingDocuments, captureAllMatchingDocuments, reportDiagnostics, cancellationToken).ConfigureAwait(false);
ExternalAccess\UnitTesting\API\UnitTestingHotReloadService.cs (1)
68var newSessionId = await _encService.StartDebuggingSessionAsync(
ExternalAccess\Watch\Api\WatchHotReloadService.cs (1)
208var newSessionId = await _encService.StartDebuggingSessionAsync(