1 write to _sections
System.ServiceModel.Primitives (1)
System\ServiceModel\XmlBuffer.cs (1)
61_sections = new List<Section>(1);
3 references to _sections
System.ServiceModel.Primitives (3)
System\ServiceModel\XmlBuffer.cs (3)
75get { return _sections.Count; } 111_sections.Add(new Section(_offset, size, _quotas)); 141Section section = _sections[sectionIndex];