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