1 write to _sections
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlBuffer.cs (1)
66_sections = new List<Section>(1);
3 references to _sections
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlBuffer.cs (3)
80get { return _sections.Count; } 110_sections.Add(new Section(_offset, size, _quotas)); 134Section section = _sections[sectionIndex];