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)
828
builder.
AppendLine
(view.Key);
829
builder.
AppendLine
(view.Value);
System\Data\Mapping\MetadataMappingHasherVisitor.cs (4)
774
this.m_hashSourceBuilder.
AppendLine
("Instance Reference: " + instanceIndex);
797
this.m_hashSourceBuilder.
AppendLine
(formatContent.ToString(null, CultureInfo.InvariantCulture));
801
this.m_hashSourceBuilder.
AppendLine
(content.ToString());
806
this.m_hashSourceBuilder.
AppendLine
("NULL");