1 write to Name
Msbuild.Tests.Utilities (1)
ProjDir.cs (1)
14Name = new DirectoryInfo(Path).Name;
17 references to Name
dotnet.Tests (16)
CommandTests\Reference\Remove\GivenDotnetRemoveP2P.cs (16)
256csproj.NumberOfProjectReferencesWithIncludeContaining(libref.Name).Should().Be(0); 275csproj.NumberOfProjectReferencesWithIncludeAndConditionContaining(libref.Name, ConditionFrameworkNet451).Should().Be(0); 295csproj.NumberOfProjectReferencesWithIncludeContaining(libref.Name).Should().Be(0); 351csproj.NumberOfProjectReferencesWithIncludeContaining(librefNoCond.Name).Should().Be(0); 354csproj.NumberOfProjectReferencesWithIncludeAndConditionContaining(librefCond.Name, ConditionFrameworkNet451).Should().Be(1); 376csproj.NumberOfProjectReferencesWithIncludeContaining(librefNoCond.Name).Should().Be(1); 379csproj.NumberOfProjectReferencesWithIncludeAndConditionContaining(librefCond.Name, ConditionFrameworkNet451).Should().Be(0); 401csproj.NumberOfProjectReferencesWithIncludeAndConditionContaining(librefCondNet451.Name, ConditionFrameworkNet451).Should().Be(0); 404csproj.NumberOfProjectReferencesWithIncludeAndConditionContaining(librefCondNetCoreApp10.Name, ConditionCurrentFramework).Should().Be(1); 427csproj.NumberOfProjectReferencesWithIncludeContaining(libref.Name).Should().Be(0); 446csproj.NumberOfProjectReferencesWithIncludeContaining(libref.Name).Should().Be(0); 465csproj.NumberOfProjectReferencesWithIncludeContaining(libref.Name).Should().Be(0); 484csproj.NumberOfProjectReferencesWithIncludeContaining(libref.Name).Should().Be(0); 507csproj.NumberOfProjectReferencesWithIncludeContaining(libref.Name).Should().Be(0); 508csproj.NumberOfProjectReferencesWithIncludeContaining(validref.Name).Should().Be(0); 531csproj.NumberOfProjectReferencesWithIncludeContaining(validref.Name).Should().Be(0);
Msbuild.Tests.Utilities (1)
ProjDir.cs (1)
19public string CsProjName => $"{Name}.csproj";