6 references to FilePath
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Host\PersistentStorage\ProjectKey.cs (1)
41=> new(solutionKey, projectState.Id, projectState.FilePath, projectState.Name, projectState.GetParseOptionsChecksum());
Workspace\Solution\Project.cs (1)
61public string? FilePath => State.FilePath;
Workspace\Solution\ProjectState.cs (3)
440var projectFilePath = projectState.FilePath; 519var projectFilePath = projectState.FilePath; 744=> (filePath == FilePath) ? this : WithNewerAttributes(Attributes.With(filePath: filePath, version: Version.GetNewerVersion()));
Workspace\Solution\ProjectState_Checksum.cs (1)
45using (Logger.LogBlock(FunctionId.ProjectState_ComputeChecksumsAsync, FilePath, cancellationToken))