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