1 write to opType
System.Xml (1)
System\Xml\XPath\Internal\Operator.cs (1)
60this.opType = op;
3 references to opType
System.Xml (3)
System\Xml\XPath\Internal\Operator.cs (3)
68if (opType <= Op.GE) { 71if (opType <= Op.MOD) { 78public Op OperatorType { get { return opType; } }