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)
176
get { return
_caseStatements
; }
595
_caseStatements
[currentPath] = caseStatement;
765
foreach (var entry in
_caseStatements
)
786
if (!memberPath.IsScalarType() && !
_caseStatements
.ContainsKey(memberPath))
792
_caseStatements
[memberPath] = caseStmt;