1 instantiation of WithOperator
NuGet.Packaging (1)
Licenses\NuGetLicenseExpressionParser.cs (1)
181
var withNode = new
WithOperator
(NuGetLicense.ParseIdentifier(left.Value), NuGetLicenseException.ParseIdentifier(right.Value));
9 references to WithOperator
NuGet.Packaging (9)
Licenses\LicenseOperator.cs (2)
8
/// This is an abstract class so based on the NuGetLicenseOperatorType, it can be either a <see cref="
WithOperator
"/> or a <see cref="LogicalOperator"/>.
15
/// NuGetLicenseWithOperator means it's the WITH operator and <see cref="
WithOperator
"/>
Licenses\NuGetLicenseExpressionExtensions.cs (4)
30
var
withOperator = (
WithOperator
)licenseOperator;
68
var
withOperator = (
WithOperator
)licenseOperator;
Licenses\NuGetLicenseExpressionParser.cs (1)
181
var
withNode = new WithOperator(NuGetLicense.ParseIdentifier(left.Value), NuGetLicenseException.ParseIdentifier(right.Value));
Rules\UnrecognizedLicenseIdentifierRule.cs (2)
61
var
withOperator = (
WithOperator
)licenseOperator;