2 references to IsOfOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (2)
723
return new
IsOfOp
(isOfType, false/*only*/, m_boolType);
732
return new
IsOfOp
(isOfType, true /* "only" */, m_boolType);