1 reference to UpdateFileContentAsync
Microsoft.DotNet.HotReload.Watch (1)
HotReload\CompilationHandler.cs (1)
1026
var solution = await Workspace.
UpdateFileContentAsync
(changedFiles.Select(static f => (f.Item.FilePath, f.Kind.Convert())), cancellationToken);