9 references to None
System.ServiceModel (9)
System\ServiceModel\Dispatcher\QueryFunctions.cs (3)
389new XPathFunction(XPathFunctionID.Boolean, "boolean", ValueDataType.Boolean, new ValueDataType[] { ValueDataType.None }), 395new XPathFunction(XPathFunctionID.Number, "number", ValueDataType.Double, new ValueDataType[] { ValueDataType.None }), 402new XPathFunction(XPathFunctionID.String, "string", ValueDataType.String, new ValueDataType[] { ValueDataType.None }),
System\ServiceModel\Dispatcher\QueryMatcher.cs (2)
405returnType = ValueDataType.None; 889ValueDataType returnType = ValueDataType.None;
System\ServiceModel\Dispatcher\QueryValue.cs (1)
176this.type = ValueDataType.None;
System\ServiceModel\Dispatcher\XPathCompiler.cs (3)
361if (ValueDataType.None != function.ParamTypes[index]) 786Fx.Assert(ValueDataType.None != destType, ""); 802if (ValueDataType.None != paramType)