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