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