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();
345
internal Set<BoolExpr<T_Identifier>> Children { get { return
_children
; } }
360
return StringUtil.FormatInvariant("{0}({1})", ExprType,
_children
);