2 writes to _totalLength
System.Data.Entity (2)
System\Data\Mapping\MetadataMappingHasherVisitor.HashSourceBuilder.cs (2)
136
_totalLength
+= s.Length;
172
_totalLength
= 0;
1 reference to _totalLength
System.Data.Entity (1)
System\Data\Mapping\MetadataMappingHasherVisitor.HashSourceBuilder.cs (1)
116
internal int CharCount { get { return
_totalLength
; } }