1 instantiation of Section
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlBuffer.cs (1)
110
_sections.Add(new
Section
(_offset, size, _quotas));
3 references to Section
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlBuffer.cs (3)
14
private List<
Section
> _sections;
66
_sections = new List<
Section
>(1);
134
Section
section = _sections[sectionIndex];