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