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