1 instantiation of Section
System.ServiceModel.Syndication (1)
System\ServiceModel\XmlBuffer.cs (1)
78_sections.Add(new Section(_offset, size, _quotas));
3 references to Section
System.ServiceModel.Syndication (3)
System\ServiceModel\XmlBuffer.cs (3)
12private readonly List<Section> _sections; 50_sections = new List<Section>(1); 115Section section = _sections[sectionIndex];