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)
12
private readonly List<
Section
> _sections;
50
_sections = new List<
Section
>(1);
115
Section
section = _sections[sectionIndex];