1 implementation of GetProjectPathAsync
Microsoft.VisualStudio.LanguageServices.Razor (1)
LiveShare\Host\ProjectHierarchyProxy.cs (1)
25public async Task<Uri?> GetProjectPathAsync(Uri documentFilePath, CancellationToken cancellationToken)
3 references to GetProjectPathAsync
Microsoft.VisualStudio.LanguageServices.Razor (1)
LiveShare\Guest\GuestProjectPathProvider.cs (1)
75return projectHierarchyProxy.GetProjectPathAsync(ownerPath, CancellationToken.None);
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (2)
LiveShare\Guest\GuestProjectPathProviderTest.cs (2)
101.Setup(x => x.GetProjectPathAsync(documentFilePathUri, It.IsAny<CancellationToken>())) 150.Setup(x => x.GetProjectPathAsync(documentFilePathUri, It.IsAny<CancellationToken>()))