2 writes to _pspSection
System.ServiceModel.Primitives (2)
System\ServiceModel\EndpointAddress.cs (2)
138PossiblyPopulateBuffer(pspReader, ref buffer, out _pspSection); 178_pspSection = pspSection;
5 references to _pspSection
System.ServiceModel.Primitives (5)
System\ServiceModel\EndpointAddress.cs (5)
116Init(oldEndpointAddress._addressingVersion, newUri, oldEndpointAddress.Identity, oldEndpointAddress._headers, oldEndpointAddress.Buffer, oldEndpointAddress._metadataSection, oldEndpointAddress._extensionSection, oldEndpointAddress._pspSection); 145Init(uri, identity ?? ident2, headers, buffer, _metadataSection, extSection, _pspSection); 458return GetReaderAtSection(Buffer, _pspSection); 1023if (_pspSection >= 0) 1025reader = GetReaderAtSection(Buffer, _pspSection);