6 references to SectionCount
System.ServiceModel (6)
System\ServiceModel\Channels\MessageHeader.cs (1)
519bufferIndex = buffer.SectionCount;
System\ServiceModel\Channels\WsrmFault.cs (1)
770index = buffer.SectionCount;
System\ServiceModel\EndpointAddress.cs (4)
531section = buffer.SectionCount; 739section = buffer.SectionCount - 1; 846pspSection = buffer.SectionCount - 1; 874metadataSection = buffer.SectionCount - 1;