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