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