1 write to FilePath
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectFile\ProjectFileInfo.cs (1)
121
this.
FilePath
= filePath;
7 references to FilePath
Microsoft.CodeAnalysis.Workspaces.MSBuild (7)
MSBuild\MSBuildProjectLoader.Worker.cs (3)
253
string.Format(WorkspaceMSBuildResources.Found_project_with_the_same_file_path_and_output_path_as_another_project_0, projectFileInfo.
FilePath
));
255
projectId = ProjectId.CreateNewId(debugName: projectFileInfo.
FilePath
);
284
var projectPath = projectFileInfo.
FilePath
;
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (1)
196
var projectDirectory = Path.GetDirectoryName(projectFileInfo.
FilePath
);
MSBuild\ProjectFile\ProjectFileInfo.cs (2)
98
?
FilePath
?? string.Empty
99
: $"{
FilePath
} ({TargetFramework})";
MSBuild\ProjectMap.cs (1)
145
var projectPath = projectFileInfo.
FilePath
;