1 instantiation of Attr
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (1)
99
attrSet.Add(new
Attr
(reader.LocalName, reader.NamespaceURI, val));
5 references to Attr
System.ServiceModel (5)
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (5)
53
List<
Attr
> attrSet = new List<
Attr
>();
109
Attr
a = attrSet[i];
335
class Attr : IComparable<
Attr
>
350
public int CompareTo(
Attr
a)