2 writes to metadataSection
System.ServiceModel (2)
System\ServiceModel\EndpointAddress.cs (2)
142PossiblyPopulateBuffer(metadataReader, ref buffer, out metadataSection); 196this.metadataSection = metadataSection;
7 references to metadataSection
System.ServiceModel (7)
System\ServiceModel\EndpointAddress.cs (7)
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); 498return GetReaderAtSection(this.buffer, this.metadataSection); 1086if (metadataSection >= 0) 1088reader = GetReaderAtSection(buffer, metadataSection); 1141if (this.metadataSection >= 0) 1143XmlDictionaryReader reader = GetReaderAtSection(this.buffer, metadataSection);