2 writes to _filePath
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProject.cs (2)
207
_filePath
= filePath;
413
set => ChangeProjectProperty(ref
_filePath
, value, s => s.WithProjectFilePath(Id, value));
4 references to _filePath
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
479
_project.Id, _project.
_filePath
, projectSystemFilePath, CancellationToken.None).WaitAndGetResult_CanCallOnBackground(CancellationToken.None);
Workspace\ProjectSystem\ProjectSystemProject.cs (3)
412
get =>
_filePath
;
922
projectId: Id, projectFilePath:
_filePath
, filePath: dynamicFilePath, CancellationToken.None).WaitAndGetResult_CanCallOnBackground(CancellationToken.None);
999
projectId: Id, projectFilePath:
_filePath
, filePath: dynamicFilePath, CancellationToken.None).Wait(CancellationToken.None);