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