17 references to IsType
System.ServiceModel (17)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
161Fx.Assert(context.Values[i].IsType(ValueDataType.Boolean), "");
System\ServiceModel\Dispatcher\QueryMath.cs (10)
64Fx.Assert(values[x].IsType(ValueDataType.Double), ""); 65Fx.Assert(values[y].IsType(ValueDataType.Double), ""); 91Fx.Assert(values[x].IsType(ValueDataType.Double), ""); 92Fx.Assert(values[y].IsType(ValueDataType.Double), ""); 118Fx.Assert(values[x].IsType(ValueDataType.Double), ""); 119Fx.Assert(values[y].IsType(ValueDataType.Double), ""); 144Fx.Assert(values[x].IsType(ValueDataType.Double), ""); 145Fx.Assert(values[y].IsType(ValueDataType.Double), ""); 170Fx.Assert(values[x].IsType(ValueDataType.Double), ""); 171Fx.Assert(values[y].IsType(ValueDataType.Double), "");
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (2)
764Fx.Assert(context.Values[arg.basePtr].IsType(ValueDataType.String), ""); 773Fx.Assert(context.Values[i].IsType(ValueDataType.String), "");
System\ServiceModel\Dispatcher\QuerySetOp.cs (1)
109Fx.Assert(context.Values[resultIndex].IsType(ValueDataType.Boolean), "");
System\ServiceModel\Dispatcher\QueryStack.cs (2)
277Fx.Assert(this.buffer[i].IsType(ValueDataType.Sequence), ""); 619Fx.Assert(this.stack.IsValidStackPtr(index) && this.buffer.buffer[index].IsType(ValueDataType.Sequence), "");
System\ServiceModel\Dispatcher\QueryValue.cs (1)
94Fx.Assert(this.IsType(ValueDataType.StackFrame), "");