8 references to GetReaderAtSection
System.ServiceModel (8)
System\ServiceModel\EndpointAddress.cs (8)
492return GetReaderAtSection(this.buffer, this.pspSection); 498return GetReaderAtSection(this.buffer, this.metadataSection); 504return GetReaderAtSection(this.buffer, this.extensionSection); 1080reader = GetReaderAtSection(buffer, pspSection); 1088reader = GetReaderAtSection(buffer, metadataSection); 1101reader = GetReaderAtSection(this.buffer, extensionSection); 1143XmlDictionaryReader reader = GetReaderAtSection(this.buffer, metadataSection); 1158XmlDictionaryReader reader = GetReaderAtSection(this.buffer, this.extensionSection);