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