1 instantiation of Attr
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (1)
73
attrSet.Add(new
Attr
(reader.LocalName, reader.NamespaceURI, val));
5 references to Attr
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (5)
27
List<
Attr
> attrSet = new List<
Attr
>();
83
Attr
a = attrSet[i];
150
internal class Attr : IComparable<
Attr
>
165
public int CompareTo(
Attr
a)