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