2 writes to _pspSection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (2)
152PossiblyPopulateBuffer(pspReader, ref buffer, out _pspSection); 197_pspSection = pspSection;
5 references to _pspSection
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (5)
130Init(oldEndpointAddress._addressingVersion, newUri, oldEndpointAddress._identity, oldEndpointAddress._headers, oldEndpointAddress._buffer, oldEndpointAddress._metadataSection, oldEndpointAddress._extensionSection, oldEndpointAddress._pspSection); 159Init(uri, identity ?? ident2, headers, buffer, _metadataSection, extSection, _pspSection); 490return GetReaderAtSection(_buffer, _pspSection); 1076if (_pspSection >= 0) 1078reader = GetReaderAtSection(_buffer, _pspSection);