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