1 override of Append
System.Data.Entity (1)
System\Data\Mapping\MetadataMappingHasherVisitor.HashSourceBuilder.cs (1)
44
internal override void
Append
(string content)
8 references to Append
System.Data.Entity (8)
System\Data\Mapping\MetadataMappingHasherVisitor.HashSourceBuilder.cs (8)
46
base.
Append
(string.Empty.PadLeft(SpacesPerIndent * _indent, ' '));
47
base.
Append
(content);
53
base.
Append
(string.Empty.PadLeft(SpacesPerIndent * _indent, ' '));
64
base.
Append
(string.Empty.PadLeft(SpacesPerIndent * _indent, ' '));
65
base.
Append
(o.GetType().ToString());
66
base.
Append
(" Instance#");
86
base.
Append
(hash);
209
builder.
Append
(source);