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