3 references to ToUserString
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
267string memberLossMessage = Strings.ViewGen_CQ_DomainConstraint(slot.ToUserString());
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (2)
258tmpBuilder.Append(cSlot.ToUserString()); 260builder.AppendLine(Strings.ViewGen_Duplicate_CProperties_IsMapped(slot.ToUserString(), tmpBuilder.ToString()));