4 overrides of RemapBool
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\QueryRewriting\RoleBoolean.cs (1)
106
internal override BoolLiteral
RemapBool
(Dictionary<MemberPath, MemberPath> remap)
System\Data\Mapping\ViewGeneration\Structures\CellIdBoolean.cs (1)
105
internal override BoolLiteral
RemapBool
(Dictionary<MemberPath, MemberPath> remap)
System\Data\Mapping\ViewGeneration\Structures\ScalarRestriction.cs (1)
68
internal override BoolLiteral
RemapBool
(Dictionary<MemberPath, MemberPath> remap)
System\Data\Mapping\ViewGeneration\Structures\TypeRestriction.cs (1)
67
internal override BoolLiteral
RemapBool
(Dictionary<MemberPath, MemberPath> remap)
1 reference to RemapBool
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\BoolExpressionVisitors.cs (1)
176
BoolLiteral newLiteral = literal.
RemapBool
(m_remap);