1 write to _caseStatements
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
775_caseStatements = newCaseStatements;
5 references to _caseStatements
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (5)
176get { return _caseStatements; } 595_caseStatements[currentPath] = caseStatement; 765foreach (var entry in _caseStatements) 786if (!memberPath.IsScalarType() && !_caseStatements.ContainsKey(memberPath)) 792_caseStatements[memberPath] = caseStmt;