2 instantiations of QName
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
919base.Add(new QName(name, ns), message); 924if (base.TryGetValue(new QName(name, ns), out message))
5 references to QName
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (5)
899internal class QNameComparer : IEqualityComparer<QName> 904public bool Equals(QName x, QName y) 909public int GetHashCode(QName obj) 914internal class MessageHeaderDescriptionTable : Dictionary<QName, MessageHeaderDescription>