6 writes to _length
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\BufferBuilder.cs (6)
164_length++; 203_length += count; 260_length += count; 292_length = 0; 473_length += copyCount; 568_length = newLength;
16 references to _length
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\BufferBuilder.cs (16)
107return _length; 117if (value < 0 || value > _length) 144if (_length + 1 <= MaxStringBuilderLength) 196if (_length + count <= MaxStringBuilderLength) 250if (_length + count <= MaxStringBuilderLength) 276if (_length <= MaxStringBuilderLength) 317if ((_length <= MaxStringBuilderLength) || (_buffersCount == 1 && _lastBufferIndex == 0)) 325_stringBuilder = new StringBuilder(_length); 329_stringBuilder.Capacity = _length; 331int charsLeft = _length - _stringBuilder.Length; 365if (startIndex < 0 || startIndex >= _length) 369if (len < 0 || startIndex + len > _length) 374if ((_length <= MaxStringBuilderLength) || (_buffersCount == 1 && _lastBufferIndex == 0)) 532Debug.Assert(newLength <= _length); 534if (newLength == _length) 539if (_length <= MaxStringBuilderLength)