1 write to _workspace
Microsoft.CodeAnalysis.EditorFeatures (1)
Remote\SolutionChecksumUpdater.cs (1)
64
_workspace
= workspace;
11 references to _workspace
Microsoft.CodeAnalysis.EditorFeatures (11)
Remote\SolutionChecksumUpdater.cs (11)
82
_workspace
.WorkspaceChanged += OnWorkspaceChanged;
83
_workspace
.WorkspaceChangedImmediate += OnWorkspaceChangedImmediate;
103
_workspace
.WorkspaceChanged -= OnWorkspaceChanged;
104
_workspace
.WorkspaceChangedImmediate -= OnWorkspaceChangedImmediate;
169
var solution =
_workspace
.CurrentSolution;
173
await RemoteHostClient.WaitForClientCreationAsync(
_workspace
, cancellationToken).ConfigureAwait(false);
175
var client = await RemoteHostClient.TryGetClientAsync(
_workspace
, cancellationToken).ConfigureAwait(false);
194
await RemoteHostClient.WaitForClientCreationAsync(
_workspace
, cancellationToken).ConfigureAwait(false);
196
var client = await RemoteHostClient.TryGetClientAsync(
_workspace
, cancellationToken).ConfigureAwait(false);
200
var solution =
_workspace
.CurrentSolution;
237
var client = await RemoteHostClient.TryGetClientAsync(
_workspace
, _shutdownToken).ConfigureAwait(false);