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