1 instantiation of Section
System.ServiceModel (1)
System\ServiceModel\XmlBuffer.cs (1)
108
sections.Add(new
Section
(offset, size, this.quotas));
3 references to Section
System.ServiceModel (3)
System\ServiceModel\XmlBuffer.cs (3)
14
List<
Section
> sections;
66
sections = new List<
Section
>(1);
132
Section
section = sections[sectionIndex];