2 references to WithOptions
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Extensions\DocumentExtensions.cs (1)
25
=> document.Project.Solution.
WithOptions
(options).GetRequiredDocument(document.Id);
Shared\Extensions\ProjectExtensions.cs (1)
17
=> project.Solution.
WithOptions
(options).GetProject(project.Id)!;