3 references to SpacesPerIndent
System.Data.Entity (3)
System\Data\Mapping\MetadataMappingHasherVisitor.HashSourceBuilder.cs (3)
46
base.Append(string.Empty.PadLeft(
SpacesPerIndent
* _indent, ' '));
53
base.Append(string.Empty.PadLeft(
SpacesPerIndent
* _indent, ' '));
64
base.Append(string.Empty.PadLeft(
SpacesPerIndent
* _indent, ' '));