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