1 instantiation of Section
System.ServiceModel.Primitives (1)
System\ServiceModel\XmlBuffer.cs (1)
111_sections.Add(new Section(_offset, size, _quotas));
3 references to Section
System.ServiceModel.Primitives (3)
System\ServiceModel\XmlBuffer.cs (3)
14private List<Section> _sections; 61_sections = new List<Section>(1); 141Section section = _sections[sectionIndex];