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)
55
public int SectionCount =>
_sections
.Count;
78
_sections
.Add(new Section(_offset, size, _quotas));
115
Section section =
_sections
[sectionIndex];