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