1 write to _sqlFragments
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\SqlBuilder.cs (1)
36
_sqlFragments
= new List<object>();
6 references to _sqlFragments
System.Data.Entity (6)
System\Data\SqlClient\SqlGen\SqlBuilder.cs (6)
34
if (null ==
_sqlFragments
)
38
return
_sqlFragments
;
70
get { return ((null ==
_sqlFragments
) || (0 ==
_sqlFragments
.Count)); }
82
if (null !=
_sqlFragments
)
84
foreach (object o in
_sqlFragments
)