2 writes to pspSection
System.ServiceModel (2)
System\ServiceModel\EndpointAddress.cs (2)
153PossiblyPopulateBuffer(pspReader, ref buffer, out pspSection); 198this.pspSection = pspSection;
5 references to pspSection
System.ServiceModel (5)
System\ServiceModel\EndpointAddress.cs (5)
131Init(oldEndpointAddress.addressingVersion, newUri, oldEndpointAddress.identity, oldEndpointAddress.headers, oldEndpointAddress.buffer, oldEndpointAddress.metadataSection, oldEndpointAddress.extensionSection, oldEndpointAddress.pspSection); 160Init(uri, identity ?? ident2, headers, buffer, metadataSection, extSection, pspSection); 492return GetReaderAtSection(this.buffer, this.pspSection); 1078if (pspSection >= 0) 1080reader = GetReaderAtSection(buffer, pspSection);