5 references to FilePath
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (5)
110var versionStamp = creationInfo.FilePath != null 111? VersionStamp.Create(File.GetLastWriteTimeUtc(creationInfo.FilePath)) 125filePath: creationInfo.FilePath, 182CodeAnalysisEventSource.Log.ProjectCreated(projectSystemName, creationInfo.FilePath); 193creationInfo.FilePath,