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