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