2 references to FileChangeKind
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\IFileChangeWatcher.cs (2)
93
internal sealed class FileChangedEventArgs(string filePath,
FileChangeKind
changeKind) : EventArgs
96
public
FileChangeKind
ChangeKind { get; } = changeKind;