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