2 types derived from LicenseOperator
NuGet.Packaging (2)
Licenses\LogicalOperator.cs (1)
14public class LogicalOperator : LicenseOperator
Licenses\WithOperator.cs (1)
12public class WithOperator : LicenseOperator
10 references to LicenseOperator
NuGet.Packaging (10)
Licenses\LicenseExpressionType.cs (1)
8/// License type means that it's a <see cref="NuGetLicense"/>. Operator means that it's a <see cref="LicenseOperator"/>
Licenses\LicenseOperatorType.cs (1)
7/// Represents the type of <see cref="LicenseOperator"/> <see cref="NuGetLicenseExpression"/>.
Licenses\NuGetLicenseExpression.cs (2)
8/// This is an abstract class so based on the Type, it can be either a <see cref="NuGetLicense"/> or a <see cref="LicenseOperator"/>. 16/// Operator means that it's a <see cref="LicenseOperator"/>
Licenses\NuGetLicenseExpressionExtensions.cs (4)
23var licenseOperator = (LicenseOperator)expression; 57var licenseOperator = (LicenseOperator)expression;
Rules\UnrecognizedLicenseIdentifierRule.cs (2)
51var licenseOperator = (LicenseOperator)expression;