22 references to Type
System.ServiceModel (22)
System\ServiceModel\Dispatcher\XPathCompiler.cs (21)
180switch (expr.Type) 273Fx.Assert(XPathExprType.Filter == expr.Type, ""); 316if (expr.Type != XPathExprType.XsltFunction) 386if (XPathExprType.String == expr.SubExpr[1].Type) 457if (XPathExprType.Number == mathExpr.Right.Type && XPathExprType.Number == mathExpr.Left.Type) 511bool leftNumber = (XPathExprType.Number == expr.Left.Type); 512bool rightNumber = (XPathExprType.Number == expr.Right.Type); 536bool leftNumber = (XPathExprType.Number == expr.Left.Type); 537bool rightNumber = (XPathExprType.Number == expr.Right.Type); 587if (expr.Type == XPathExprType.Filter) 616Fx.Assert(XPathExprType.PathStep == e.Type, ""); 649if (expr.IsLiteral && XPathExprType.Number == expr.Type) 692if (XPathExprType.Number == expr.Left.Type || XPathExprType.Number == expr.Right.Type) 699if (expr.Op == RelationOperator.Eq && (XPathExprType.String == expr.Left.Type || XPathExprType.String == expr.Right.Type)) 714Fx.Assert(XPathExprType.RelativePath == expr.Type, ""); 724bool leftString = (XPathExprType.String == expr.Left.Type); 725bool rightString = (XPathExprType.String == expr.Right.Type); 744Fx.Assert(XPathExprType.PathStep == steps[i].Type, "");
System\ServiceModel\Dispatcher\XPathExpr.cs (1)
135if (boolExprType == expr.Type)