2 references to GetDynamicFileInfoAsync
Microsoft.CodeAnalysis.ExternalAccess.Razor (2)
IRazorDynamicFileInfoProvider.cs (1)
31/// 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)"/>
RazorDynamicFileInfoProviderWrapper.cs (1)
42var result = await _innerDynamicFileInfoProvider.Value.GetDynamicFileInfoAsync(projectId, projectFilePath, filePath, cancellationToken).ConfigureAwait(false);