2 writes to _metadataSection
System.ServiceModel.Primitives (2)
System\ServiceModel\EndpointAddress.cs (2)
127PossiblyPopulateBuffer(metadataReader, ref buffer, out _metadataSection); 176_metadataSection = metadataSection;
7 references to _metadataSection
System.ServiceModel.Primitives (7)
System\ServiceModel\EndpointAddress.cs (7)
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); 464return GetReaderAtSection(Buffer, _metadataSection); 1031if (_metadataSection >= 0) 1033reader = GetReaderAtSection(Buffer, _metadataSection); 1086if (_metadataSection >= 0) 1088XmlDictionaryReader reader = GetReaderAtSection(Buffer, _metadataSection);