1 write to sections
System.ServiceModel (1)
System\ServiceModel\XmlBuffer.cs (1)
66sections = new List<Section>(1);
3 references to sections
System.ServiceModel (3)
System\ServiceModel\XmlBuffer.cs (3)
80get { return this.sections.Count; } 108sections.Add(new Section(offset, size, this.quotas)); 132Section section = sections[sectionIndex];