2 writes to isVarRefSingle
System.Data.Entity (2)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
2314
isVarRefSingle
= false;
2627
isVarRefSingle
= true; // This will be reset by DbPropertyExpression or MethodExpression
2 references to isVarRefSingle
System.Data.Entity (2)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
539
if (
isVarRefSingle
)
2621
if (
isVarRefSingle
)