6 writes to FilePath
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
114FilePath = projectFilePath,
ProjectSystem\VisualStudioProjectFactory.cs (1)
140FilePath = projectFilePath,
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProjectFactory.cs (1)
129FilePath = projectFilePath,
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
ProjectSystemShim\VisualStudioProjectTests\FileChangeTests.vb (2)
24projectInfo.FilePath = "Z:\Project.csproj" 48projectInfo.FilePath = "Z:\Project.csproj"
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\XamlProjectService.cs (1)
152FilePath = hierarchy.TryGetProjectFilePath(),
4 references to FilePath
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (4)
93filePath: creationInfo.FilePath, 96var versionStamp = creationInfo.FilePath != null ? VersionStamp.Create(File.GetLastWriteTimeUtc(creationInfo.FilePath)) 110filePath: creationInfo.FilePath,