1 write to Element
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
8341o.@Element = ToXmlQualifiedName(Reader.Value);
23 references to Element
dotnet-svcutil-lib (23)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (22)
623detailElementQname = faultMessageDetail.Element; 654XmlSchemaComplexType complexType = GetElementComplexType(part.Element, _allSchemas, out ns, out elementFormDefault); 668if (IsNullOrEmpty(part.Element)) 671typeName = GetTypeName(FindSchemaElement(_allSchemas, part.Element)); 682XmlSchemaSequence rootSequence = GetRootSequence(GetElementComplexType(part.Element, _allSchemas, out ns, out elementFormDefault)); 686description.Body.WrapperName = new XmlName(part.Element.Name, true /*isEncoded*/).EncodedName; 687description.Body.WrapperNamespace = part.Element.Namespace; 703if (IsNullOrEmpty(part.Element)) 705ns = part.Element.Namespace; 706typeName = GetTypeName(FindSchemaElement(_allSchemas, part.Element)); 713return (IsWrapperPart(wsdlPart)) ? CurrentSchemaImporter.CanImportWrapperElement(wsdlPart.Element) : false; 721XmlQualifiedName elementName = wsdlPart.Element; 755return wsdlPart.Name == "parameters" && !IsNullOrEmpty(wsdlPart.Element) && !wrapFlag; 916if (part.Element != null && !part.Element.IsEmpty) 918XmlSchemaElement element = FindSchemaElement(allSchemas, part.Element); 1452if (!IsNullOrEmpty(part.Element)) 1453return part.Element; 1462if (!IsNullOrEmpty(part.Element)) 1463return CanImportElement(FindSchemaElement(this.schemaSet, part.Element)); 1475if (!IsNullOrEmpty(part.Element)) 1476return ImportParameterElement(part.Element, isHeader, false/*isMultiple*/);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
2195WriteAttribute(@"element", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@Element)));