2 references to BothArchAndOsOptionsSpecified
dotnet (2)
CommonOptions.cs (2)
412
if (parseResult.
BothArchAndOsOptionsSpecified
())
428
var arch = parseResult.
BothArchAndOsOptionsSpecified
() ? ArchOptionValue(parseResult) : null;