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