1 write to _workspace
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (1)
30
_workspace
= workspace;
16 references to _workspace
Microsoft.CodeAnalysis.Features (16)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (16)
39
=>
_workspace
.Services.GetRequiredService<IEditAndContinueWorkspaceService>();
45
var client = await RemoteHostClient.TryGetClientAsync(
_workspace
, cancellationToken).ConfigureAwait(false);
60
diagnosticService.Reanalyze(
_workspace
, documentIds: documentsToReanalyze);
70
var client = await RemoteHostClient.TryGetClientAsync(
_workspace
, cancellationToken).ConfigureAwait(false);
85
compileTimeSolution, documentsToReanalyze, designTimeSolution:
_workspace
.CurrentSolution, cancellationToken).ConfigureAwait(false);
88
diagnosticService.Reanalyze(
_workspace
, documentIds: designTimeDocumentsToReanalyze);
114
var client = await RemoteHostClient.TryGetClientAsync(
_workspace
, cancellationToken).ConfigureAwait(false);
166
diagnosticService.Reanalyze(
_workspace
, documentIds: rudeEdits.Select(d => d.DocumentId));
169
diagnosticUpdateSource.ReportDiagnostics(
_workspace
, solution, diagnosticData, rudeEdits);
178
var client = await RemoteHostClient.TryGetClientAsync(
_workspace
, cancellationToken).ConfigureAwait(false);
193
diagnosticService.Reanalyze(
_workspace
, documentIds: documentsToReanalyze);
198
var client = await RemoteHostClient.TryGetClientAsync(
_workspace
, cancellationToken).ConfigureAwait(false);
212
var client = await RemoteHostClient.TryGetClientAsync(
_workspace
.Services.SolutionServices, cancellationToken).ConfigureAwait(false);
229
var client = await RemoteHostClient.TryGetClientAsync(
_workspace
.Services.SolutionServices, cancellationToken).ConfigureAwait(false);
245
var client = await RemoteHostClient.TryGetClientAsync(
_workspace
, cancellationToken).ConfigureAwait(false);
267
var client = await RemoteHostClient.TryGetClientAsync(
_workspace
, cancellationToken).ConfigureAwait(false);