4 references to FilePath
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (4)
113creationInfo.FilePath, 116var versionStamp = creationInfo.FilePath != null 117? VersionStamp.Create(File.GetLastWriteTimeUtc(creationInfo.FilePath)) 131filePath: creationInfo.FilePath,