3 references to Get
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
258
MessageHeaderDescription headerDescription = messageInfo.HeaderDescriptionTable.
Get
(header.Name, header.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (2)
94
MessageHeaderDescription matchingHeaderDescription = headerDescriptionTable.
Get
(element.LocalName, element.NamespaceURI);
179
MessageHeaderDescription matchingHeaderDescription = headerDescriptionTable.
Get
(header.Name, header.Namespace);