1 write to m_boolType
System.Data.Entity (1)
System\Data\Query\InternalTrees\Command.cs (1)
64if(!TryGetPrimitiveType(PrimitiveTypeKind.Boolean, out m_boolType))
5 references to m_boolType
System.Data.Entity (5)
System\Data\Query\InternalTrees\Command.cs (5)
76m_trueOp = new ConstantPredicateOp(m_boolType, true); 77m_falseOp = new ConstantPredicateOp(m_boolType, false); 118get { return m_boolType; } 723return new IsOfOp(isOfType, false/*only*/, m_boolType); 732return new IsOfOp(isOfType, true /* "only" */, m_boolType);