1 write to _sections
System.ServiceModel.Syndication (1)
System\ServiceModel\XmlBuffer.cs (1)
50_sections = new List<Section>(1);
3 references to _sections
System.ServiceModel.Syndication (3)
System\ServiceModel\XmlBuffer.cs (3)
55public int SectionCount => _sections.Count; 78_sections.Add(new Section(_offset, size, _quotas)); 115Section section = _sections[sectionIndex];