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)
80
get { return
_sections
.Count; }
110
_sections
.Add(new Section(_offset, size, _quotas));
134
Section section =
_sections
[sectionIndex];