2 references to P2P
dotnet (1)
Commands\Reference\List\ReferenceListCommand.cs (1)
37Reporter.Output.WriteLine(string.Format(CliStrings.NoReferencesFound, CliStrings.P2P, _fileOrDirectory));
dotnet.Tests (1)
CommandTests\Reference\List\GivenDotnetListReference.cs (1)
159cmd.StdOut.Should().Be(string.Format(CliStrings.NoReferencesFound, CliStrings.P2P, lib.CsProjPath));