2 references to FilePath
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
1047
_fileChangesToProcess.AddWork(e.
FilePath
);
Workspace\ProjectSystem\ReferenceFileChangeTracker.cs (1)
57
fileReferenceChangeContext.FileChanged += (s, e) => _workQueue.AddWork(e.
FilePath
);