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)
14private List<Section> _sections; 66_sections = new List<Section>(1); 134Section section = _sections[sectionIndex];