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