1 instantiation of OperationElement
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractExporter.cs (1)
68ExportedMessages.ElementTypes.Add(qname, new OperationElement(element, parentOperation));
3 references to OperationElement
System.ServiceModel (3)
System\ServiceModel\Description\MessageContractExporter.cs (3)
55OperationElement existingElement; 791readonly internal Dictionary<XmlQualifiedName, OperationElement> ElementTypes = new Dictionary<XmlQualifiedName, OperationElement>();