3 implementations of RemoveDynamicFileInfoAsync
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorDynamicFileInfoProviderWrapper.cs (1)
51public 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)
853provider.RemoveDynamicFileInfoAsync(