3 implementations of RemoveDynamicFileInfoAsync
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\Razor\RazorDynamicFileInfoProvider.cs (1)
74public async Task RemoveDynamicFileInfoAsync(ProjectId projectId, string? projectFilePath, string filePath, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
TestDynamicFileInfoProviderThatProducesFiles.cs (1)
52public Task RemoveDynamicFileInfoAsync(ProjectId projectId, string projectFilePath, string filePath, CancellationToken cancellationToken)
TestDynamicFileInfoProviderThatProducesNoFiles.cs (1)
33public Task RemoveDynamicFileInfoAsync(ProjectId projectId, string projectFilePath, string filePath, CancellationToken cancellationToken)
1 reference to RemoveDynamicFileInfoAsync
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
1016provider.RemoveDynamicFileInfoAsync(