14 references to ProjectFullPath
Microsoft.Build (9)
BackEnd\Shared\ConfigurationMetadata.cs (4)
102return StringComparer.OrdinalIgnoreCase.GetHashCode(ProjectFullPath) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(ToolsVersion); 167return ProjectFullPath.Equals(other.ProjectFullPath, StringComparison.OrdinalIgnoreCase) && 174var truncatedProjectFile = FileUtilities.TruncatePathToTrailingSegments(ProjectFullPath, 2);
Graph\GraphBuilder.cs (5)
162includeEscaped: referenceInfo.ReferenceConfiguration.ProjectFullPath, 531configurationMetadata.ProjectFullPath, 579if (FileUtilities.IsSolutionFilename(referenceInfo.ReferenceConfiguration.ProjectFullPath)) 583referenceInfo.ReferenceConfiguration.ProjectFullPath, 584referenceInfo.ReferenceConfiguration.ProjectFullPath));
Microsoft.Build.Engine.UnitTests (5)
BackEnd\ConfigurationMetadata_Tests.cs (4)
65Assert.Equal(data.ProjectFullPath, metadata.ProjectFullPath); 78Assert.Equal(project.FullPath, metadata.ProjectFullPath); 135copy.ProjectFullPath.ShouldBe(initial.ProjectFullPath);
Graph\GraphTestingUtilities.cs (1)
175return Path.GetFileNameWithoutExtension(config.ProjectFullPath);