1 instantiation of Attr
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (1)
73attrSet.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)
27List<Attr> attrSet = new List<Attr>(); 83Attr a = attrSet[i]; 150internal class Attr : IComparable<Attr> 165public int CompareTo(Attr a)