1 write to FilePath
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
src\Workspaces\MSBuild\BuildHost\Rpc\Contracts\ProjectFileInfo.cs (1)
156FilePath = filePath,
13 references to FilePath
Microsoft.CodeAnalysis.LanguageServer (6)
HostWorkspace\LoadedProject.cs (4)
122Contract.ThrowIfFalse(newProjectInfo.FilePath == _mostRecentFileInfo.FilePath); 132: Path.GetFileNameWithoutExtension(newProjectInfo.FilePath) + targetFrameworkSuffix; 133var projectFullPathWithTargetFramework = newProjectInfo.FilePath + targetFrameworkSuffix;
HostWorkspace\ProjectDependencyHelper.cs (2)
57logger.LogWarning(string.Format(LanguageServerResources.Project_0_has_unresolved_dependencies, projectFileInfo.FilePath)); 99var message = string.Format(LanguageServerResources.Project_0_has_unresolved_dependencies, projectFileInfo.FilePath)
Microsoft.CodeAnalysis.Workspaces.MSBuild (7)
MSBuild\MSBuildProjectLoader.Worker.cs (3)
239string.Format(WorkspaceMSBuildResources.Found_project_with_the_same_file_path_and_output_path_as_another_project_0, projectFileInfo.FilePath)); 241projectId = ProjectId.CreateNewId(debugName: projectFileInfo.FilePath); 270var projectPath = projectFileInfo.FilePath;
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (1)
197var projectDirectory = Path.GetDirectoryName(projectFileInfo.FilePath);
MSBuild\ProjectMap.cs (1)
144var projectPath = projectFileInfo.FilePath;
src\Workspaces\MSBuild\BuildHost\Rpc\Contracts\ProjectFileInfo.cs (2)
148? FilePath ?? string.Empty 149: $"{FilePath} ({TargetFramework})";