1 write to _children
System.Data.Entity (1)
System\Data\Common\Utils\Boolean\BoolExpr.cs (1)
337_children = new Set<BoolExpr<T_Identifier>>(children);
4 references to _children
System.Data.Entity (4)
System\Data\Common\Utils\Boolean\BoolExpr.cs (4)
338_children.MakeReadOnly(); 339_hashCode = _children.GetElementsHashCode(); 345internal Set<BoolExpr<T_Identifier>> Children { get { return _children; } } 360return StringUtil.FormatInvariant("{0}({1})", ExprType, _children);