4 references to SlnOrProjectOrFileArgument
dotnet (2)
Commands\Restore\RestoreCommand.cs (1)
27RestoreCommandParser.SlnOrProjectOrFileArgument,
Commands\Restore\RestoreCommandParser.cs (1)
70command.Arguments.Add(SlnOrProjectOrFileArgument);
dotnet.Tests (2)
CommandTests\Restore\RestoreParserTests.cs (2)
24result.GetValue(RestoreCommandParser.SlnOrProjectOrFileArgument).Should().BeEquivalentTo(@".\some.csproj"); 42restore.GetValue(RestoreCommandParser.SlnOrProjectOrFileArgument).Should().BeEquivalentTo(@"D:\OSS\corefx\external\runtime\runtime.depproj");