5 writes to FilePath
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\LanguageServerProjectLoader.cs (1)
327FilePath = projectPath,
HostWorkspace\WorkspaceProjectFactoryService.cs (1)
52new Workspaces.ProjectSystem.ProjectSystemProjectCreationInfo { FilePath = creationInfo.FilePath },
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
117FilePath = projectFilePath,
ProjectSystem\VisualStudioProjectFactory.cs (1)
133FilePath = projectFilePath,
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\XamlProjectService.cs (1)
157FilePath = hierarchy.TryGetProjectFilePath(),
4 references to FilePath
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (4)
114creationInfo.FilePath, 117var versionStamp = creationInfo.FilePath != null 118? VersionStamp.Create(File.GetLastWriteTimeUtc(creationInfo.FilePath)) 132filePath: creationInfo.FilePath,