2 writes to _indent
System.Data.Entity (2)
System\Data\Mapping\MetadataMappingHasherVisitor.HashSourceBuilder.cs (2)
70
this.
_indent
++;
76
this.
_indent
--;
4 references to _indent
System.Data.Entity (4)
System\Data\Mapping\MetadataMappingHasherVisitor.HashSourceBuilder.cs (4)
46
base.Append(string.Empty.PadLeft(SpacesPerIndent *
_indent
, ' '));
53
base.Append(string.Empty.PadLeft(SpacesPerIndent *
_indent
, ' '));
64
base.Append(string.Empty.PadLeft(SpacesPerIndent *
_indent
, ' '));
75
Debug.Assert(this.
_indent
> 0, "Indent and unindent should be paired");