10 references to LicenseOperatorType
NuGet.Packaging (10)
Licenses\LicenseOperator.cs (2)
17public LicenseOperatorType OperatorType { get; } 19protected LicenseOperator(LicenseOperatorType operatorType)
Licenses\LogicalOperator.cs (1)
17base(LicenseOperatorType.LogicalOperator)
Licenses\NuGetLicenseExpressionExtensions.cs (4)
26case LicenseOperatorType.LogicalOperator: 29case LicenseOperatorType.WithOperator: 60case LicenseOperatorType.LogicalOperator: 67case LicenseOperatorType.WithOperator:
Licenses\WithOperator.cs (1)
15base(LicenseOperatorType.WithOperator)
Rules\UnrecognizedLicenseIdentifierRule.cs (2)
54case LicenseOperatorType.LogicalOperator: 60case LicenseOperatorType.WithOperator: