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