6 writes to FilePath
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\LanguageServerProjectLoader.cs (1)
374FilePath = PathUtilities.IsAbsolute(projectPath) && File.Exists(projectPath) ? projectPath : null,
HostWorkspace\WorkspaceProjectFactoryService.cs (1)
40new Workspaces.ProjectSystem.ProjectSystemProjectCreationInfo { FilePath = creationInfo.FilePath },
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
114FilePath = projectFilePath,
ProjectSystem\VisualStudioProjectFactory.cs (1)
126FilePath = projectFilePath,
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProjectFactory.cs (1)
74FilePath = projectFilePath,
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\XamlProjectService.cs (1)
157FilePath = hierarchy.TryGetProjectFilePath(),
5 references to FilePath
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (5)
105var versionStamp = creationInfo.FilePath != null 106? VersionStamp.Create(File.GetLastWriteTimeUtc(creationInfo.FilePath)) 120filePath: creationInfo.FilePath, 177CodeAnalysisEventSource.Log.ProjectCreated(projectSystemName, creationInfo.FilePath); 188creationInfo.FilePath,