18 references to QName
System.ServiceModel (18)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (4)
15using QName = System.ServiceModel.Dispatcher.EndpointAddressProcessor.QName; 188Dictionary<QName, int> qnameLookup; 214QName qname; 215this.qnameLookup = new Dictionary<QName, int>(EndpointAddressProcessor.QNameComparer);
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (5)
17using QName = System.ServiceModel.Dispatcher.EndpointAddressProcessor.QName; 182QName qname; 763QName qname; 809internal Dictionary<QName, int> qnames; 814this.qnames = new Dictionary<QName, int>(EndpointAddressProcessor.QNameComparer);
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (9)
188internal void ProcessHeaders(Message msg, Dictionary<QName, int> qnameLookup, Dictionary<string, HeaderBit[]> headerLookup) 192QName qname; 279internal class QNameKeyComparer : IComparer<QName>, IEqualityComparer<QName> 285public int Compare(QName x, QName y) 294public bool Equals(QName x, QName y) 303public int GetHashCode(QName obj)