2 writes to _filePath
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProject.cs (2)
170
_filePath
= filePath;
395
set => ChangeProjectProperty(ref
_filePath
, value, s => s.WithProjectFilePath(Id, value));
1 reference to _filePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
394
get =>
_filePath
;