14 references to ProjectFullPath
Microsoft.Build (9)
BackEnd\Shared\ConfigurationMetadata.cs (4)
103return StringComparer.OrdinalIgnoreCase.GetHashCode(ProjectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(ToolsVersion); 168return ProjectFullPath.Equals(other.ProjectFullPath, StringComparison.OrdinalIgnoreCase) && 175var truncatedProjectFile = FileUtilities.TruncatePathToTrailingSegments(ProjectFullPath, 2);
Graph\GraphBuilder.cs (5)
163includeEscaped: referenceInfo.ReferenceConfiguration.ProjectFullPath, 532configurationMetadata.ProjectFullPath, 580if (FileUtilities.IsSolutionFilename(referenceInfo.ReferenceConfiguration.ProjectFullPath)) 584referenceInfo.ReferenceConfiguration.ProjectFullPath, 585referenceInfo.ReferenceConfiguration.ProjectFullPath));
Microsoft.Build.Engine.UnitTests (5)
BackEnd\ConfigurationMetadata_Tests.cs (4)
63Assert.Equal(data.ProjectFullPath, metadata.ProjectFullPath); 76Assert.Equal(project.FullPath, metadata.ProjectFullPath); 133copy.ProjectFullPath.ShouldBe(initial.ProjectFullPath);
Graph\GraphTestingUtilities.cs (1)
175return Path.GetFileNameWithoutExtension(config.ProjectFullPath);