1 write to LogicalOperatorType
NuGet.Packaging (1)
Licenses\LogicalOperator.cs (1)
19LogicalOperatorType = logicalOperatorType;
2 references to LogicalOperatorType
NuGet.Packaging (2)
Licenses\LogicalOperator.cs (2)
11/// It is either an OR or an AND operator, represented by <see cref="LogicalOperatorType"/>. 32return $"{Left.ToString()} {LogicalOperatorType.ToString().ToUpper(CultureInfo.InvariantCulture)} {Right.ToString()}";