1 write to sections
System.IdentityModel (1)
System\IdentityModel\XmlBuffer.cs (1)
65
sections
= new List<Section>(1);
3 references to sections
System.IdentityModel (3)
System\IdentityModel\XmlBuffer.cs (3)
79
get { return this.
sections
.Count; }
107
sections
.Add(new Section(offset, size, this.quotas));
131
Section section =
sections
[sectionIndex];