5 references to FilePath
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (5)
105var versionStamp = creationInfo.FilePath != null 106? VersionStamp.Create(File.GetLastWriteTimeUtc(creationInfo.FilePath)) 120filePath: creationInfo.FilePath, 177CodeAnalysisEventSource.Log.ProjectCreated(projectSystemName, creationInfo.FilePath); 188creationInfo.FilePath,