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