8 references to Type
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
1141if (ValueDataType.Sequence == val.Type)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (1)
851if (ValueDataType.Sequence == val.Type)
System\ServiceModel\Dispatcher\QueryRelOp.cs (3)
312if (ValueDataType.Sequence == val.Type) 326Fx.Assert(val.Type == ValueDataType.String, ""); 360if (ValueDataType.Sequence == val.Type)
System\ServiceModel\Dispatcher\QueryResultOp.cs (2)
67ValueDataType resultType = context.Values[topFrame.basePtr].Type; 188ValueDataType resultType = context.Values[topFrame.basePtr].Type;
System\ServiceModel\Dispatcher\QuerySetOp.cs (1)
174Fx.Assert(ValueDataType.Sequence == values[i].Type, "");