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