1 instantiation of Section
System.IdentityModel (1)
System\IdentityModel\XmlBuffer.cs (1)
107sections.Add(new Section(offset, size, this.quotas));
3 references to Section
System.IdentityModel (3)
System\IdentityModel\XmlBuffer.cs (3)
13List<Section> sections; 65sections = new List<Section>(1); 131Section section = sections[sectionIndex];