8 references to GetReaderAtSection
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (8)
490return GetReaderAtSection(_buffer, _pspSection); 496return GetReaderAtSection(_buffer, _metadataSection); 502return GetReaderAtSection(_buffer, _extensionSection); 1078reader = GetReaderAtSection(_buffer, _pspSection); 1086reader = GetReaderAtSection(_buffer, _metadataSection); 1099reader = GetReaderAtSection(_buffer, _extensionSection); 1141XmlDictionaryReader reader = GetReaderAtSection(_buffer, _metadataSection); 1156XmlDictionaryReader reader = GetReaderAtSection(_buffer, _extensionSection);