5 references to ToBoolean
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryResultOp.cs (4)
39
return context.Values[topFrame.basePtr].
ToBoolean
();
46
if (context.Values[i].
ToBoolean
())
244
match = context.Values[topFrame.basePtr].
ToBoolean
();
251
if (context.Values[i].
ToBoolean
())
System\ServiceModel\Dispatcher\QueryValue.cs (1)
285
this.boolVal = this.
ToBoolean
();