1 implementation of GetProjectsContainingDocument
Microsoft.CodeAnalysis.Remote.Razor (1)
ProjectSystem\RemoteSolutionSnapshot.cs (1)
61
public ImmutableArray<IProjectSnapshot>
GetProjectsContainingDocument
(string documentFilePath)
1 reference to GetProjectsContainingDocument
Microsoft.CodeAnalysis.Razor.Workspaces (1)
FindAllReferences\FindAllReferencesHelper.cs (1)
38
if (solutionQueryOperations.
GetProjectsContainingDocument
(filePath).FirstOrDefault() is { } project &&