Base:
method
AppendLine
System.Data.Mapping.StringHashBuilder.AppendLine(System.String)
6 references to AppendLine
System.Data.Entity (6)
System\Data\Common\Utils\MetadataHelper.cs (2)
828builder.AppendLine(view.Key); 829builder.AppendLine(view.Value);
System\Data\Mapping\MetadataMappingHasherVisitor.cs (4)
774this.m_hashSourceBuilder.AppendLine("Instance Reference: " + instanceIndex); 797this.m_hashSourceBuilder.AppendLine(formatContent.ToString(null, CultureInfo.InvariantCulture)); 801this.m_hashSourceBuilder.AppendLine(content.ToString()); 806this.m_hashSourceBuilder.AppendLine("NULL");