1 write to Document
Microsoft.CodeAnalysis.Workspaces (1)
Remote\RemoteArguments.cs (1)
167
Document
= document;
2 references to Document
Microsoft.CodeAnalysis.Workspaces (2)
Remote\RemoteArguments.cs (1)
192
var document = await solution.GetRequiredDocumentAsync(this.
Document
, includeSourceGenerated: true, cancellationToken).ConfigureAwait(false);
Rename\LightweightRenameLocations.cs (1)
132
_implicitLocations.WhereAsArray(loc => filter(loc.
Document
, loc.Location)),