2 implementations of GetDynamicFileInfoAsync
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
TestDynamicFileInfoProviderThatProducesFiles.cs (1)
30
public async Task<DynamicFileInfo>
GetDynamicFileInfoAsync
(ProjectId projectId, string projectFilePath, string filePath, CancellationToken cancellationToken)
TestDynamicFileInfoProviderThatProducesNoFiles.cs (1)
30
public async Task<DynamicFileInfo>
GetDynamicFileInfoAsync
(ProjectId projectId, string projectFilePath, string filePath, CancellationToken cancellationToken)
3 references to GetDynamicFileInfoAsync
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Host\SourceFiles\IDynamicFileInfoProvider.cs (1)
37
/// indicate content of a file has updated. the event argument "string" should be same as "filepath" given to <see cref="
GetDynamicFileInfoAsync
(ProjectId, string, string, CancellationToken)"/>
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
493
var fileInfo = await fileInfoProvider.
GetDynamicFileInfoAsync
(
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
939
fileInfo = provider.Value.
GetDynamicFileInfoAsync
(