10 references to PathToString
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
625builder.AppendLine(Strings.ViewGen_No_Default_Value_For_Configuration(currentPath.PathToString(false /* for alias */)));
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
359restriction.RestrictedMemberSlot.MemberPath.PathToString(false)));
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (1)
203string message = Strings.ViewGen_No_Default_Value(memberPath.Extent.Name, memberPath.PathToString(false));
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (1)
122string message = System.Data.Entity.Strings.ViewGen_InvalidCondition(memberPath.PathToString(false));
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (4)
238string alias = PathToString(true); 391builder.Append(path.PathToString(false)); 836builder.Append(PathToString(false)); 841builder.Append(instanceToken + PathToString(null));
System\Data\Mapping\ViewGeneration\Structures\MemberProjectedSlot.cs (1)
101return m_memberPath.PathToString(false);
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (1)
285string variableName = m_restrictedMemberSlot.MemberPath.PathToString(false);