3 references to HotReloadFileChangeKind
Microsoft.CodeAnalysis.ExternalAccess.HotReload (3)
Api\HotReloadMSBuildWorkspace.cs (3)
136
public async ValueTask<Solution> UpdateFileContentAsync(IEnumerable<(string path,
HotReloadFileChangeKind
change)> changedFiles, CancellationToken cancellationToken)
145
Contract.ThrowIfTrue(change ==
HotReloadFileChangeKind
.Add);
148
if (change ==
HotReloadFileChangeKind
.Delete)