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