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