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)
478
var fileInfo = fileInfoProvider.
GetDynamicFileInfoAsync
(
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
921
fileInfo = provider.Value.
GetDynamicFileInfoAsync
(