1 write to Right
NuGet.Packaging (1)
Licenses\LogicalOperator.cs (1)
21Right = right ?? throw new ArgumentNullException(nameof(right));
4 references to Right
NuGet.Packaging (4)
Licenses\LogicalOperator.cs (1)
32return $"{Left.ToString()} {LogicalOperatorType.ToString().ToUpper(CultureInfo.InvariantCulture)} {Right.ToString()}";
Licenses\NuGetLicenseExpressionExtensions.cs (2)
28return logicalOperator.Left.HasOnlyStandardIdentifiers() && logicalOperator.Right.HasOnlyStandardIdentifiers(); 64logicalOperator.Right.OnEachLeafNode(licenseProcessor, exceptionProcessor);
Rules\UnrecognizedLicenseIdentifierRule.cs (1)
57ValidateAllLicenseLeafs(logicalOperator.Right, logMessages);