604 references to XmlQualifiedName
PresentationFramework (9)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
474private static readonly XmlQualifiedName DataIdElementName = new XmlQualifiedName("DataId", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
357private static readonly XmlQualifiedName PageNumberElementName = new XmlQualifiedName("PageNumber", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
643private static readonly XmlQualifiedName FixedTextElementName = new XmlQualifiedName("FixedTextRange", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
437internal static readonly XmlQualifiedName CharacterRangeElementName = new XmlQualifiedName("CharacterRange", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
687private static readonly XmlQualifiedName _name = new XmlQualifiedName("Highlight", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1180public static readonly XmlQualifiedName TextSchemaName = new XmlQualifiedName("TextStickyNote", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace); 1185public static readonly XmlQualifiedName InkSchemaName = new XmlQualifiedName("InkStickyNote", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
src\Framework\System\Windows\Annotations\Annotation.cs (1)
682_typeName = new XmlQualifiedName(typeName[1], reader.LookupNamespace(typeName[0]));
src\Framework\System\Windows\Annotations\LocatorPartList.cs (1)
249ContentLocatorPart part = new ContentLocatorPart(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI));
System.Data (20)
fx\src\data\System\Data\DataSet.cs (2)
3293elem.RefName = new XmlQualifiedName(Keywords.XSD_SCHEMA, Keywords.XSDNS); 3502XmlSchemaType type = (XmlSchemaType)schema.SchemaTypes[new XmlQualifiedName(name, schemaNamespace)];
fx\src\data\System\Data\SimpleType.cs (1)
63this.xmlBaseType = new XmlQualifiedName(xmlQNName, xmlQNNamespace);
fx\src\data\System\Data\SQLTypes\SQLBinary.cs (1)
514return new XmlQualifiedName("base64Binary", XmlSchema.Namespace);
fx\src\data\System\Data\SQLTypes\SQLBoolean.cs (1)
596return new XmlQualifiedName("boolean", XmlSchema.Namespace);
fx\src\data\System\Data\SQLTypes\SQLByte.cs (1)
597return new XmlQualifiedName("unsignedByte", XmlSchema.Namespace);
fx\src\data\System\Data\SQLTypes\SQLBytes.cs (1)
562 return new XmlQualifiedName("base64Binary", XmlSchema.Namespace);
fx\src\data\System\Data\SQLTypes\SQLChars.cs (1)
549 return new XmlQualifiedName("string", XmlSchema.Namespace);
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (1)
666return new XmlQualifiedName("dateTime", XmlSchema.Namespace);
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (1)
3292return new XmlQualifiedName("decimal", XmlSchema.Namespace);
fx\src\data\System\Data\SQLTypes\SQLDouble.cs (1)
517return new XmlQualifiedName("double", XmlSchema.Namespace);
fx\src\data\System\Data\SQLTypes\SQLGuid.cs (1)
392return new XmlQualifiedName("string", XmlSchema.Namespace);
fx\src\data\System\Data\SQLTypes\SQLInt16.cs (1)
606return new XmlQualifiedName("short", XmlSchema.Namespace);
fx\src\data\System\Data\SQLTypes\SQLInt32.cs (1)
618return new XmlQualifiedName("int", XmlSchema.Namespace);
fx\src\data\System\Data\SQLTypes\SQLInt64.cs (1)
672return new XmlQualifiedName("long", XmlSchema.Namespace);
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (1)
659return new XmlQualifiedName("decimal", XmlSchema.Namespace);
fx\src\data\System\Data\SQLTypes\SQLSingle.cs (1)
521return new XmlQualifiedName("float", XmlSchema.Namespace);
fx\src\data\System\Data\SQLTypes\SQLString.cs (1)
1034return new XmlQualifiedName("string", XmlSchema.Namespace);
fx\src\data\System\Data\SQLTypes\SqlXml.cs (1)
263 return new XmlQualifiedName("anyType", XmlSchema.Namespace);
fx\src\data\System\Data\XMLSchema.cs (1)
865if (attributeGroup.RedefinedAttributeGroup != null && attributeGroupRef.RefName == new XmlQualifiedName(attributeGroup.Name, attributeGroupRef.RefName.Namespace)) {
System.Data.Services (5)
System\Data\Services\Serializers\SyndicationSerializer.cs (5)
42internal static readonly XmlQualifiedName QualifiedNullAttribute = new XmlQualifiedName(XmlConstants.AtomNullAttributeName, XmlConstants.DataWebMetadataNamespace); 48private static readonly XmlQualifiedName QualifiedDataWebPrefix = new XmlQualifiedName(XmlConstants.DataWebNamespacePrefix, XmlConstants.XmlNamespacesNamespace); 51private static readonly XmlQualifiedName QualifiedDataWebMetadataPrefix = new XmlQualifiedName(XmlConstants.DataWebMetadataNamespacePrefix, XmlConstants.XmlNamespacesNamespace); 518target.AttributeExtensions[new XmlQualifiedName(XmlConstants.AtomETagAttributeName, XmlConstants.DataWebMetadataNamespace)] 716XmlQualifiedName mediaResourceETagKey = new XmlQualifiedName(XmlConstants.AtomETagAttributeName, XmlConstants.DataWebMetadataNamespace);
System.Data.Services.Design (4)
System\Data\EntityModel\EntityClassGenerator.cs (3)
284XmlSchemaComplexType associationType = csdlSchema.SchemaTypes[new XmlQualifiedName("TAssociation", csdlSchema.TargetNamespace)] as XmlSchemaComplexType; 292if (e.QualifiedName == new XmlQualifiedName("ReferentialConstraint", csdlSchema.TargetNamespace)) 315XmlSchemaElement entityContainerElement = csdlSchema.Elements[new XmlQualifiedName("EntityContainer", csdlSchema.TargetNamespace)] as XmlSchemaElement;
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (1)
264return new XmlQualifiedName(name.LocalName, name.NamespaceName);
System.Data.SqlXml (14)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
790qname = new XmlQualifiedName(this.attrNames.Add(ndName.LocalName), this.attrNames.Add(ndName.NamespaceUri));
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
359return new XmlQualifiedName(localName, ns); 371return new XmlQualifiedName(localName, ns);
System\Xml\Xsl\XmlQualifiedNameTest.cs (1)
43private XmlQualifiedNameTest(string name, string ns, bool exclude) : base (name, ns) {
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
541return new XmlQualifiedName(local, nsUri);
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
2575return new XmlQualifiedName(localName, namespaceName); 2625return new XmlQualifiedName(localName, namespaceName);
System\Xml\Xsl\XsltOld\Compiler.cs (3)
102public static XmlQualifiedName BuiltInMode = new XmlQualifiedName("*", string.Empty); 466return new XmlQualifiedName(local, this.scopeManager.ResolveXPathNamespace(prefix)); 473return new XmlQualifiedName(local, this.scopeManager.ResolveXmlNamespace(prefix));
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
143if (this.cdataElements != null && this.cdataElements.Contains(new XmlQualifiedName(mainNode.LocalName, mainNode.NamespaceURI)) && this.isXmlOutput) {
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (3)
65XmlQualifiedName qname = new XmlQualifiedName(name, namespaceURI); 327DecimalFormat formatInfo = this.processor.RootAction.GetDecimalFormat(new XmlQualifiedName(local, ns)); 713XmlQualifiedName keyName = new XmlQualifiedName(local, ns);
System.IdentityModel (10)
System\IdentityModel\Metadata\MetadataSerializer.cs (7)
2374XmlQualifiedName element = new XmlQualifiedName(Saml2MetadataConstants.Elements.SingleSignOnService, Saml2MetadataConstants.Namespace); 2709XmlQualifiedName element = new XmlQualifiedName(Saml2MetadataConstants.Elements.OrganizationName, Saml2MetadataConstants.Namespace); 2720XmlQualifiedName element = new XmlQualifiedName(Saml2MetadataConstants.Elements.OrganizationDisplayName, Saml2MetadataConstants.Namespace); 2731XmlQualifiedName element = new XmlQualifiedName(Saml2MetadataConstants.Elements.OrganizationUrl, Saml2MetadataConstants.Namespace); 2953XmlQualifiedName element = new XmlQualifiedName(Saml2MetadataConstants.Elements.AssertionConsumerService, Saml2MetadataConstants.Namespace); 3001XmlQualifiedName element = new XmlQualifiedName(Saml2MetadataConstants.Elements.ArtifactResolutionService, Saml2MetadataConstants.Namespace); 3011XmlQualifiedName element = new XmlQualifiedName(Saml2MetadataConstants.Elements.SingleLogoutService, Saml2MetadataConstants.Namespace);
System\IdentityModel\Tokens\SamlAuthorityBinding.cs (1)
145this.authorityKind = new XmlQualifiedName(localName, nameSpace);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
3017authorityBinding.AuthorityKind = new XmlQualifiedName(localName, nameSpace);
System\IdentityModel\XmlUtil.cs (1)
171return new XmlQualifiedName(name, ns);
System.Runtime.Serialization (43)
System\Runtime\Serialization\ClassDataContract.cs (1)
779this.StableName = new XmlQualifiedName(GetStableNameAndSetHasDataContract(type).Name, ns.Value);
System\Runtime\Serialization\CodeExporter.cs (1)
476DataContract containingDataContract = dataContractSet[new XmlQualifiedName(containingTypeName, dataContract.StableName.Namespace)];
System\Runtime\Serialization\DataContract.cs (4)
708XmlQualifiedName qname = new XmlQualifiedName(name, ns); 1627return new XmlQualifiedName(name, ns); 1758return new XmlQualifiedName(localName, GetNamespace(ns)); 2577return new XmlQualifiedName(DataContract.EncodeLocalName(DataContract.ExpandGenericParameters(XmlConvert.DecodeName(stableName.Name), this)), stableName.Namespace);
System\Runtime\Serialization\Globals.cs (2)
34idQualifiedName = new XmlQualifiedName(Globals.IdLocalName, Globals.SerializationNamespace); 47refQualifiedName = new XmlQualifiedName(Globals.RefLocalName, Globals.SerializationNamespace);
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (1)
81return new XmlQualifiedName(name, ns);
System\Runtime\Serialization\KnownTypeDataContractResolver.cs (1)
57return context.ResolveNameFromKnownTypes(new XmlQualifiedName(typeName, typeNamespace));
System\Runtime\Serialization\SchemaExporter.cs (18)
298dcqname = new XmlQualifiedName(collectionName, DataContract.GetCollectionNamespace(dcqname.Namespace)); 518new XmlQualifiedName(dataContract.TopLevelElementName.Value, dataContract.TopLevelElementNamespace.Value), 566qname = new XmlQualifiedName(((XmlSchemaElement)item).Name, schema.TargetNamespace); 571qname = new XmlQualifiedName(((XmlSchemaType)item).Name, schema.TargetNamespace); 665stableName = new XmlQualifiedName(typeName, typeNs); 688stableName = new XmlQualifiedName(typeName, typeNs); 768typeName = new XmlQualifiedName(name, DataContract.GetDefaultStableNamespace(type)); 781schemaRefElement.RefName = new XmlQualifiedName(Globals.SchemaLocalName, XmlSchema.Namespace); 888anytypeQualifiedName = new XmlQualifiedName(Globals.AnyTypeLocalName, Globals.SchemaNamespace); 905stringQualifiedName = new XmlQualifiedName(Globals.StringLocalName, Globals.SchemaNamespace); 922defaultEnumBaseTypeName = new XmlQualifiedName(Globals.IntLocalName, Globals.SchemaNamespace); 939enumerationValueAnnotationName = new XmlQualifiedName(Globals.EnumerationValueLocalName, Globals.SerializationNamespace); 956surrogateDataAnnotationName = new XmlQualifiedName(Globals.SurrogateDataLocalName, Globals.SerializationNamespace); 973defaultValueAnnotation = new XmlQualifiedName(Globals.DefaultValueLocalName, Globals.SerializationNamespace); 990actualTypeAnnotationName = new XmlQualifiedName(Globals.ActualTypeLocalName, Globals.SerializationNamespace); 1007isDictionaryAnnotationName = new XmlQualifiedName(Globals.IsDictionaryLocalName, Globals.SerializationNamespace); 1024isValueTypeName = new XmlQualifiedName(Globals.IsValueTypeLocalName, Globals.SerializationNamespace); 1036iSerializableFactoryTypeAttribute.RefName = new XmlQualifiedName(Globals.ISerializableFactoryTypeLocalName, Globals.SerializationNamespace);
System\Runtime\Serialization\SchemaHelper.cs (1)
224return new XmlQualifiedName(schemaElement.Name, schema.TargetNamespace);
System\Runtime\Serialization\SchemaImporter.cs (11)
260XmlQualifiedName currentTypeName = new XmlQualifiedName(schemaType.Name, schema.TargetNamespace); 297XmlQualifiedName currentElementName = new XmlQualifiedName(schemaElement.Name, schema.TargetNamespace); 365xmlDataContract.SetTopLevelElementName(new XmlQualifiedName(element.Name, ns)); 377typeQName = new XmlQualifiedName(typeQName.Name + i.ToString(NumberFormatInfo.InvariantInfo), typeQName.Namespace); 758XmlQualifiedName xlinqTypeName = new XmlQualifiedName("XElement", "http://schemas.datacontract.org/2004/07/System.Xml.Linq"); 990memberTypeContract = ImportAnonymousElement(element, new XmlQualifiedName(String.Format(CultureInfo.InvariantCulture, "{0}.{1}Type", typeName.Name, element.Name), typeName.Namespace)); 1060return new XmlQualifiedName(name, ns); 1089XmlQualifiedName shortName = new XmlQualifiedName(element.Name, typeName.Namespace); 1097XmlQualifiedName fullName = new XmlQualifiedName(String.Format(CultureInfo.InvariantCulture, "{0}.{1}Type", typeName.Name, element.Name), typeName.Namespace); 1135dataContract.ItemContract.StableName = new XmlQualifiedName(genericInfo.GetExpandedStableName().Name, typeName.Namespace); 1310GenericInfo genInfo = new GenericInfo(new XmlQualifiedName(name, ns), type.Name);
System\Runtime\Serialization\XmlObjectSerializerContext.cs (1)
323XmlQualifiedName qname = new XmlQualifiedName(typeName, typeNs);
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
817return new XmlQualifiedName(name, ns);
System\Runtime\Serialization\XsdDataContractExporter.cs (1)
223return new XmlQualifiedName(dataContract.TopLevelElementName.Value, dataContract.TopLevelElementNamespace.Value);
System.ServiceModel (141)
System\ServiceModel\Channels\AddressingVersion.cs (14)
89new XmlQualifiedName(AddressingStrings.To, Addressing10Strings.Namespace), 90new XmlQualifiedName(AddressingStrings.From, Addressing10Strings.Namespace), 91new XmlQualifiedName(AddressingStrings.FaultTo, Addressing10Strings.Namespace), 92new XmlQualifiedName(AddressingStrings.ReplyTo, Addressing10Strings.Namespace), 93new XmlQualifiedName(AddressingStrings.MessageId, Addressing10Strings.Namespace), 94new XmlQualifiedName(AddressingStrings.RelatesTo, Addressing10Strings.Namespace), 95new XmlQualifiedName(AddressingStrings.Action, Addressing10Strings.Namespace) 112new XmlQualifiedName(AddressingStrings.To, Addressing200408Strings.Namespace), 113new XmlQualifiedName(AddressingStrings.From, Addressing200408Strings.Namespace), 114new XmlQualifiedName(AddressingStrings.FaultTo, Addressing200408Strings.Namespace), 115new XmlQualifiedName(AddressingStrings.ReplyTo, Addressing200408Strings.Namespace), 116new XmlQualifiedName(AddressingStrings.MessageId, Addressing200408Strings.Namespace), 117new XmlQualifiedName(AddressingStrings.RelatesTo, Addressing200408Strings.Namespace), 118new XmlQualifiedName(AddressingStrings.Action, Addressing200408Strings.Namespace)
System\ServiceModel\Channels\CallbackContextMessageHeader.cs (2)
66header.HeaderTypes.Add(new XmlQualifiedName(CallbackContextHeaderName, CallbackContextHeaderNamespace)); 82header.HeaderTypes.Add(new XmlQualifiedName(CallbackContextHeaderName, CallbackContextHeaderNamespace));
System\ServiceModel\Channels\CompositeDuplexBindingElement.cs (1)
123XmlQualifiedName refPropHeaderName = new XmlQualifiedName(XD.UtilityDictionary.UniqueEndpointHeaderName.Value,
System\ServiceModel\Channels\ContextMessageHeader.cs (2)
78header.HeaderTypes.Add(new XmlQualifiedName(ContextHeaderName, ContextHeaderNamespace)); 94header.HeaderTypes.Add(new XmlQualifiedName(ContextHeaderName, ContextHeaderNamespace));
System\ServiceModel\Channels\OneWayBindingElement.cs (1)
236new XmlQualifiedName(DotNetOneWayStrings.HeaderName, DotNetOneWayStrings.Namespace)
System\ServiceModel\Channels\PeerSecurityManager.cs (4)
341new XmlQualifiedName(PeerStrings.Via, PeerStrings.Namespace), 342new XmlQualifiedName(PeerOperationNames.Flood, PeerStrings.Namespace), 343new XmlQualifiedName(PeerOperationNames.PeerTo, PeerStrings.Namespace), 344new XmlQualifiedName(PeerStrings.MessageId, PeerStrings.Namespace));
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (7)
2870new XmlQualifiedName(WsrmFeb2005Strings.Sequence, Wsrm11Strings.Namespace), 2871new XmlQualifiedName(WsrmFeb2005Strings.SequenceAcknowledgement, Wsrm11Strings.Namespace), 2872new XmlQualifiedName(WsrmFeb2005Strings.AckRequested, Wsrm11Strings.Namespace), 2873new XmlQualifiedName(Wsrm11Strings.UsesSequenceSTR, Wsrm11Strings.Namespace), 2989new XmlQualifiedName(WsrmFeb2005Strings.Sequence, WsrmFeb2005Strings.Namespace), 2990new XmlQualifiedName(WsrmFeb2005Strings.SequenceAcknowledgement, WsrmFeb2005Strings.Namespace), 2991new XmlQualifiedName(WsrmFeb2005Strings.AckRequested, WsrmFeb2005Strings.Namespace),
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (4)
294result = new MessagePartSpecification(new XmlQualifiedName(standardsManager.TrustDriver.IssuedTokensHeaderName, standardsManager.TrustDriver.IssuedTokensHeaderNamespace)); 332new XmlQualifiedName(CoordinationExternalStrings.CoordinationContext, CoordinationExternal10Strings.Namespace), 333new XmlQualifiedName(CoordinationExternalStrings.CoordinationContext, CoordinationExternal11Strings.Namespace), 334new XmlQualifiedName(OleTxTransactionExternalStrings.OleTxTransaction, OleTxTransactionExternalStrings.Namespace));
System\ServiceModel\Channels\TransportBindingElementImporter.cs (2)
220XmlQualifiedName wsdlBindingQName = new XmlQualifiedName(context.WsdlBinding.Name, context.WsdlBinding.ServiceDescription.TargetNamespace); 226XmlQualifiedName key = new XmlQualifiedName(context.WsdlBinding.Name, context.WsdlBinding.ServiceDescription.TargetNamespace);
System\ServiceModel\Channels\UnrecognizedAssertionsBindingElement.cs (1)
113return new UnrecognizedAssertionsBindingElement(new XmlQualifiedName(wsdlBinding.Name, wsdlBinding.Namespace), null);
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (3)
38XmlQualifiedName contractQName = new XmlQualifiedName(contract.Name, contract.Namespace); 51XmlQualifiedName serviceQName = new XmlQualifiedName("comPlusService", serviceNs); 336XmlQualifiedName serviceName = new XmlQualifiedName(name, wsdl.TargetNamespace);
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
217XmlQualifiedName contractQName = new XmlQualifiedName(contract.Name, ns);
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (2)
348serviceEndpointsRetrieved = this.ImportWsdlPortType(new XmlQualifiedName(contract, contractNamespace), importer); 383serviceEndpointsRetrieved = this.ImportWsdlPortType(new XmlQualifiedName(contract, contractNamespace), importer);
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (2)
279XmlQualifiedName contractQname = new XmlQualifiedName(portType, contractNamespace); 280XmlQualifiedName bindingQname = new XmlQualifiedName(bindingName, bindingNamespace);
System\ServiceModel\Description\DataContractSerializerMessageContractImporter.cs (2)
27static internal XmlQualifiedName GenericMessageTypeName = new XmlQualifiedName(GenericMessageSchemaTypeName, GenericMessageSchemaTypeNamespace); 28static internal XmlQualifiedName StreamBodyTypeName = new XmlQualifiedName(StreamBodySchemaTypeName, StreamBodySchemaTypeNamespace);
System\ServiceModel\Description\DispatcherBuilder.cs (1)
739XmlQualifiedName bindingQname = new XmlQualifiedName(binding.Name, binding.Namespace);
System\ServiceModel\Description\MessageContractExporter.cs (12)
53XmlQualifiedName qname = new XmlQualifiedName(element.Name, elementNs); 222operationFault.Message = new XmlQualifiedName(faultMessage.Name, faultMessage.ServiceDescription.TargetNamespace); 237elementName = new XmlQualifiedName(fault.ElementName.EncodedName, fault.Namespace); 392element.RefName = new XmlQualifiedName(elementName, elementNs); 410AddMessagePart(message, "parameters", new XmlQualifiedName(elementName, elementNs), XmlQualifiedName.Empty); 466wsdlOperationMessage.Message = new XmlQualifiedName(wsdlMessage.Name, wsdlMessage.ServiceDescription.TargetNamespace); 581wsdlPart = AddMessagePart(message, partName, new XmlQualifiedName(elementName, part.Namespace), XmlQualifiedName.Empty); 692XmlQualifiedName wsdlHeaderMessageName = new XmlQualifiedName(headerMessage.Name, headerMessage.ServiceDescription.TargetNamespace); 1157operationFault.Message = new XmlQualifiedName(faultMessage.Name, faultMessage.ServiceDescription.TargetNamespace); 1221AddMessagePart(message, "parameters", new XmlQualifiedName(membersMapping.XsdElementName, membersMapping.Namespace), XmlQualifiedName.Empty); 1231AddMessagePart(message, partName, new XmlQualifiedName(member.XsdElementName, member.Namespace), XmlQualifiedName.Empty); 1237AddMessagePart(message, partName, XmlQualifiedName.Empty, new XmlQualifiedName(member.TypeName, member.TypeNamespace));
System\ServiceModel\Description\MessageContractImporter.cs (4)
27static readonly XmlQualifiedName AnyType = new XmlQualifiedName("anyType", XmlSchema.Namespace); 1095if (message.Message.Equals(new XmlQualifiedName(part.Message.Name, description.TargetNamespace))) 1112if (operation != null && !new XmlQualifiedName(operation.PortType.Name, targetNamespace).Equals(binding.Type)) 1467return new XmlQualifiedName(part.Name, String.Empty);
System\ServiceModel\Description\MessageHeaderDescriptionCollection.cs (1)
24return new XmlQualifiedName(item.Name, item.Namespace);
System\ServiceModel\Description\MessagePartDescriptionCollection.cs (1)
24return new XmlQualifiedName(item.Name, item.Namespace);
System\ServiceModel\Description\SchemaHelper.cs (2)
23XmlSchemaElement existingElement = (XmlSchemaElement)schema.Elements[new XmlQualifiedName(element.Name, schema.TargetNamespace)]; 59XmlSchemaType existingType = (XmlSchemaType)schema.SchemaTypes[new XmlQualifiedName(type.Name, schema.TargetNamespace)];
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
473XmlQualifiedName serviceName = new XmlQualifiedName(this.description.Name, this.description.Namespace);
System\ServiceModel\Description\ServiceReflector.cs (2)
81return new XmlQualifiedName(xmlName.EncodedName, ns); 95XmlQualifiedName contractQname = new XmlQualifiedName(contract.Name, contract.Namespace);
System\ServiceModel\Description\TypeLoader.cs (3)
922XmlQualifiedName contractQname = new XmlQualifiedName(declaringContract.Name, declaringContract.Namespace); 1181if (partDescriptionCollection.Contains(new XmlQualifiedName(partDescription.Name, partDescription.Namespace))) 1513if (partDescriptionCollection.Contains(new XmlQualifiedName(partDescription.Name, partDescription.Namespace)))
System\ServiceModel\Description\WsdlExporter.cs (7)
105ExportEndpoint(endpoint, new XmlQualifiedName(NamingHelper.DefaultServiceName, NamingHelper.DefaultNamespace), null); 325wsdlPortTypeQName = new XmlQualifiedName(wsdlPortType.Name, wsdlPortType.ServiceDescription.TargetNamespace); 335wsdlBindingQName = new XmlQualifiedName(bindingConversionContext.WsdlBinding.Name, bindingConversionContext.WsdlBinding.ServiceDescription.TargetNamespace); 1040return new XmlQualifiedName(contract.Name, contract.Namespace); 1054return new XmlQualifiedName(uniquifiedLocalName, bindingWsdlNamespace); 1061XmlQualifiedName wsdlBindingQName = new XmlQualifiedName(localName, bindingWsdlNamespace); 1204string contractIdentifier = new XmlQualifiedName(contract.Name, contract.Namespace).ToString();
System\ServiceModel\Description\WsdlHelper.cs (7)
121new XmlQualifiedName(binding.Name, binding.ServiceDescription.TargetNamespace), 122new XmlQualifiedName(uniqueBindingName, singleWsdl.TargetNamespace)); 242binding.Type = new XmlQualifiedName(binding.Type.Name, targetNamespace); 253messageInput.Message = new XmlQualifiedName(messageInput.Message.Name, targetNamespace); 259messageOutput.Message = new XmlQualifiedName(messageOutput.Message.Name, targetNamespace); 266fault.Message = new XmlQualifiedName(fault.Message.Name, targetNamespace); 283port.Binding = new XmlQualifiedName(port.Binding.Name, targetNamespace);
System\ServiceModel\Description\WsdlImporter.cs (9)
303XmlQualifiedName wsdlPortTypeQName = new XmlQualifiedName(wsdlPortType.Name, wsdlPortType.ServiceDescription.TargetNamespace); 365XmlQualifiedName wsdlBindingQName = new XmlQualifiedName(wsdlBinding.Name, wsdlBinding.ServiceDescription.TargetNamespace); 815return new XmlQualifiedName(element.LocalName, element.NamespaceURI); 825return new XmlQualifiedName(xfeAttributes[0].ElementName, xfeAttributes[0].Namespace); 1187return new XmlQualifiedName(xmlName.EncodedName, wsdlBinding.ServiceDescription.TargetNamespace); 1194return new XmlQualifiedName(xmlName.EncodedName, wsdlPort.Service.ServiceDescription.TargetNamespace); 1323XmlQualifiedName wsdlBindingQName = new XmlQualifiedName(wsdlBinding.Name, wsdlBinding.ServiceDescription.TargetNamespace); 1341wsdlBindingQName = new XmlQualifiedName(policy.Attributes[bindingAttrName].Value, policy.Attributes[bindingAttrNamespace].Value); 1641XmlQualifiedName bindingQName = new XmlQualifiedName(endpointContext.WsdlBinding.Name, endpointContext.WsdlBinding.ServiceDescription.TargetNamespace);
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
624elementName = new XmlQualifiedName(faultElementName.DecodedName, faultNamespace);
System\ServiceModel\Dispatcher\UniqueContractNameValidationBehavior.cs (1)
29XmlQualifiedName qname = new XmlQualifiedName(endpoint.Contract.Name, endpoint.Contract.Namespace);
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (3)
79dAttr.SchemaTypeName = new XmlQualifiedName("string", XmlSchema.Namespace); 84innerExt.BaseTypeName = new XmlQualifiedName("string", XmlSchema.Namespace); 107nqAttr.SchemaTypeName = new XmlQualifiedName("int", XmlSchema.Namespace);
System\ServiceModel\EndpointAddress10.cs (1)
63eprType = new XmlQualifiedName(AddressingStrings.EndpointReferenceType, Addressing10Strings.Namespace);
System\ServiceModel\EndpointAddressAugust2004.cs (1)
63eprType = new XmlQualifiedName(AddressingStrings.EndpointReferenceType, Addressing200408Strings.Namespace);
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
340XmlQualifiedName headerName = new XmlQualifiedName(header.Name, header.Namespace);
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
341parts.HeaderTypes.Add(new XmlQualifiedName(name, ns)); 1033new MessagePartSpecification(new XmlQualifiedName(AddressingStrings.To, addressingVersion.Namespace))));
System\ServiceModel\Security\XmlHelper.cs (1)
123return new XmlQualifiedName(name, ns);
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (15)
28static readonly XmlQualifiedName Atom10Href = new XmlQualifiedName(Atom10Constants.HrefTag, string.Empty); 29static readonly XmlQualifiedName Atom10Label = new XmlQualifiedName(Atom10Constants.LabelTag, string.Empty); 30static readonly XmlQualifiedName Atom10Length = new XmlQualifiedName(Atom10Constants.LengthTag, string.Empty); 31static readonly XmlQualifiedName Atom10Relative = new XmlQualifiedName(Atom10Constants.RelativeTag, string.Empty); 32static readonly XmlQualifiedName Atom10Scheme = new XmlQualifiedName(Atom10Constants.SchemeTag, string.Empty); 33static readonly XmlQualifiedName Atom10Term = new XmlQualifiedName(Atom10Constants.TermTag, string.Empty); 34static readonly XmlQualifiedName Atom10Title = new XmlQualifiedName(Atom10Constants.TitleTag, string.Empty); 35static readonly XmlQualifiedName Atom10Type = new XmlQualifiedName(Atom10Constants.TypeTag, string.Empty); 197category.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 619attrs.Add(new XmlQualifiedName(name, ns), value); 754result.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 817result.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 928result.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 1029link.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 1131result.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (5)
263inlineCategories.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 353referencedCategories.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 476result.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 579result.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 664result.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (11)
25static readonly XmlQualifiedName Rss20Domain = new XmlQualifiedName(Rss20Constants.DomainTag, string.Empty); 26static readonly XmlQualifiedName Rss20Length = new XmlQualifiedName(Rss20Constants.LengthTag, string.Empty); 27static readonly XmlQualifiedName Rss20Type = new XmlQualifiedName(Rss20Constants.TypeTag, string.Empty); 28static readonly XmlQualifiedName Rss20Url = new XmlQualifiedName(Rss20Constants.UrlTag, string.Empty); 496link.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 546category.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 596result.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 691feed.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 797link.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 846person.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 905result.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val);
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
44base.AttributeExtensions.Add(new XmlQualifiedName(name, ns), value);
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\ContractInferenceHelper.cs (1)
681string defaultAction = NamingHelper.GetMessageAction(new XmlQualifiedName(serviceContractName.LocalName, serviceContractName.NamespaceName),
System\ServiceModel\Activities\ContractValidationHelper.cs (1)
465XmlQualifiedName qName = new XmlQualifiedName(name, targetOperation.DeclaringContract.Namespace);
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (1)
145XmlQualifiedName contractName = new XmlQualifiedName(XD2.WorkflowInstanceManagementService.ContractName, XD2.WorkflowServices.Namespace);
System.ServiceModel.Discovery (27)
System\ServiceModel\Discovery\Configuration\ContractTypeNameElementCollection.cs (1)
17return new XmlQualifiedName(contractTypeNameElement.Name, contractTypeNameElement.Namespace);
System\ServiceModel\Discovery\Configuration\DynamicEndpointElement.cs (1)
119new XmlQualifiedName(dynamicEndpoint.Contract.Name, dynamicEndpoint.Contract.Namespace));
System\ServiceModel\Discovery\Configuration\EndpointDiscoveryElement.cs (1)
145new XmlQualifiedName(contractTypeNameElement.Name, contractTypeNameElement.Namespace));
System\ServiceModel\Discovery\Configuration\FindCriteriaElement.cs (1)
174new XmlQualifiedName(
System\ServiceModel\Discovery\DiscoveryVersion.cs (16)
202this.AppSequenceType = new XmlQualifiedName(ProtocolStrings.SchemaNames.AppSequenceType, versionNameSpace); 203this.AnyType = new XmlQualifiedName("anyType", ProtocolStrings.XsNamespace); 204this.AnyUriType = new XmlQualifiedName("anyURI", ProtocolStrings.XsNamespace); 205this.EprElement = new XmlQualifiedName(ProtocolStrings.SchemaNames.EprElement, wsaNameSpace); 206this.MetadataVersionElement = new XmlQualifiedName(ProtocolStrings.SchemaNames.MetadataVersionElement, versionNameSpace); 207this.ProbeMatchType = new XmlQualifiedName(ProtocolStrings.SchemaNames.ProbeMatchType, versionNameSpace); 208this.ProbeType = new XmlQualifiedName(ProtocolStrings.SchemaNames.ProbeType, versionNameSpace); 209this.QNameListType = new XmlQualifiedName(ProtocolStrings.SchemaNames.QNameListType, versionNameSpace); 210this.QNameType = new XmlQualifiedName("QName", ProtocolStrings.XsNamespace); 211this.ResolveType = new XmlQualifiedName(ProtocolStrings.SchemaNames.ResolveType, versionNameSpace); 212this.ScopesElement = new XmlQualifiedName(ProtocolStrings.SchemaNames.ScopesElement, versionNameSpace); 213this.ScopesType = new XmlQualifiedName(ProtocolStrings.SchemaNames.ScopesType, versionNameSpace); 214this.TypesElement = new XmlQualifiedName(ProtocolStrings.SchemaNames.TypesElement, versionNameSpace); 215this.UnsignedIntType = new XmlQualifiedName("unsignedInt", ProtocolStrings.XsNamespace); 216this.UriListType = new XmlQualifiedName(ProtocolStrings.SchemaNames.UriListType, versionNameSpace); 217this.XAddrsElement = new XmlQualifiedName(ProtocolStrings.SchemaNames.XAddrsElement, versionNameSpace);
System\ServiceModel\Discovery\DynamicEndpoint.cs (1)
38new XmlQualifiedName(contract.Name, contract.Namespace));
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (3)
131metadataContractName = new XmlQualifiedName(metadataContract.Name, metadataContract.Namespace); 253XmlQualifiedName defaultContractTypeName = new XmlQualifiedName(endpoint.Contract.Name, endpoint.Contract.Namespace); 273new XmlQualifiedName(endpoint.Contract.Name, endpoint.Contract.Namespace)));
System\ServiceModel\Discovery\FindCriteria.cs (2)
406return new XmlQualifiedName(contract.Name, contract.Namespace); 427findCriteriaClone.ContractTypeNames.Add(new XmlQualifiedName(contractTypeName.Name, contractTypeName.Namespace));
System\ServiceModel\Discovery\SerializationUtility.cs (1)
47return new XmlQualifiedName(localname, ns);
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
365name = new XmlQualifiedName(typeMapping.ElementName, typeMapping.Namespace);
System.Web.Extensions (9)
Compilation\WCFModel\SchemaMerger.cs (1)
150XmlQualifiedName combinedName = new XmlQualifiedName(GetSchemaItemName(item), targetNamespace);
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
587XmlQualifiedName qname = new XmlQualifiedName(contract.Name, contract.Namespace);
Compilation\WCFModel\WsdlInspector.cs (2)
76XmlQualifiedName portTypeName = new XmlQualifiedName(portType.Name, targetNamespace); 91XmlQualifiedName messageName = new XmlQualifiedName(message.Name, targetNamespace);
Script\Services\WebServiceTypeData.cs (5)
75actualTypeAnnotationName = new XmlQualifiedName(ActualTypeLocalName, SerializationNamespace); 84enumerationValueAnnotationName = new XmlQualifiedName(EnumerationValueLocalName, SerializationNamespace); 109XmlQualifiedName stableName = new XmlQualifiedName(localName, XmlSchema.Namespace); 270return new XmlQualifiedName(name, ns); 293XmlQualifiedName baseTypeName = ImportActualType(annotation, new XmlQualifiedName("int", XmlSchema.Namespace), typeQualifiedName);
System.Web.Services (62)
System\Web\Services\Description\HttpProtocolImporter.cs (2)
115return ((XmlSchemaComplexContentExtension)type.ContentModel.Content).BaseTypeName == new XmlQualifiedName(Soap.ArrayType, Soap.Encoding); 118return ((XmlSchemaComplexContentRestriction)type.ContentModel.Content).BaseTypeName == new XmlQualifiedName(Soap.ArrayType, Soap.Encoding);
System\Web\Services\Description\HttpProtocolReflector.cs (4)
83element.SchemaTypeName = new XmlQualifiedName("string", XmlSchema.Namespace); 90restriction.BaseTypeName = new XmlQualifiedName(Soap.ArrayType, Soap.Encoding); 106part.Type = new XmlQualifiedName(typeName, typeNs); 109part.Type = new XmlQualifiedName("string", XmlSchema.Namespace);
System\Web\Services\Description\MimeXmlReflector.cs (1)
43part.Element = new XmlQualifiedName(xmlTypeMapping.XsdElementName, xmlTypeMapping.Namespace);
System\Web\Services\Description\ProtocolReflector.cs (4)
205input.Message = new XmlQualifiedName(inputMessage.Name, bindingServiceDescription.TargetNamespace); 230output.Message = new XmlQualifiedName(outputMessage.Name, bindingServiceDescription.TargetNamespace); 386binding.Type = new XmlQualifiedName(portType.Name, bindingNamespace); 402port.Binding = new XmlQualifiedName(bindingName, bindingNamespace);
System\Web\Services\Description\ServiceDescriptionImporter.cs (2)
330if (message.Message.Equals(new XmlQualifiedName(part.Message.Name, description.TargetNamespace))) { 344if (operation != null && !new XmlQualifiedName(operation.PortType.Name, targetNamespace).Equals(binding.Type))
System\Web\Services\Description\SoapProtocolReflector.cs (9)
120part.Type = new XmlQualifiedName(member.TypeName, member.TypeNamespace); 122part.Element = new XmlQualifiedName(member.XsdElementName, member.Namespace); 128ServiceDescriptionFormatExtension soapHeaderBinding = CreateSoapHeaderBinding(new XmlQualifiedName(message.Name, Binding.ServiceDescription.TargetNamespace), part.Name, rpc ? member.Namespace : null, use); 159part.Type = new XmlQualifiedName(members.TypeName, members.TypeNamespace); 167part.Type = new XmlQualifiedName(member.TypeName, member.TypeNamespace); 180part.Type = new XmlQualifiedName(typeName, members[0].Namespace); 188part.Element = new XmlQualifiedName(members.XsdElementName, members.Namespace); 201part.Type = new XmlQualifiedName(member.TypeName, member.TypeNamespace); 205part.Element = new XmlQualifiedName(member.XsdElementName, member.Namespace);
System\Web\Services\Protocols\Soap11ServerProtocol.cs (4)
50throw new SoapException(Res.GetString(Res.UnableToHandleRequestActionRequired0), new XmlQualifiedName(Soap.Code.Client, Soap.Namespace)); 69throw new SoapException(Res.GetString(Res.TheRootElementForTheRequestCouldNotBeDetermined0), new XmlQualifiedName(Soap.Code.Server, Soap.Namespace), e); 80throw new SoapException(Res.GetString(Res.WebHttpHeader, Soap.Action, (string) methodKey), new XmlQualifiedName(Soap.Code.Client, Soap.Namespace)); 82throw new SoapException(Res.GetString(Res.TheRequestElementXmlnsWasNotRecognized2, ((XmlQualifiedName) methodKey).Name, ((XmlQualifiedName) methodKey).Namespace), new XmlQualifiedName(Soap.Code.Client, Soap.Namespace));
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
859return new XmlQualifiedName(qnameValue.Substring(colon + 1), ns);
System\Web\Services\Protocols\SoapException.cs (7)
42public static readonly XmlQualifiedName ServerFaultCode = new XmlQualifiedName(Soap.Code.Server, Soap.Namespace); 47public static readonly XmlQualifiedName ClientFaultCode = new XmlQualifiedName(Soap.Code.Client, Soap.Namespace); 52public static readonly XmlQualifiedName VersionMismatchFaultCode = new XmlQualifiedName(Soap.Code.VersionMismatch, Soap.Namespace); 57public static readonly XmlQualifiedName MustUnderstandFaultCode = new XmlQualifiedName(Soap.Code.MustUnderstand, Soap.Namespace); 64public static readonly XmlQualifiedName DetailElementName = new XmlQualifiedName(Soap.Element.FaultDetail, ""); 296? new XmlQualifiedName(Soap12.Code.Receiver, Soap12.Namespace) 297: new XmlQualifiedName(Soap.Code.Server, Soap.Namespace));
System\Web\Services\Protocols\SoapFaultCodes.cs (11)
21public static readonly XmlQualifiedName ReceiverFaultCode = new XmlQualifiedName(Soap12.Code.Receiver, Soap12.Namespace); 23public static readonly XmlQualifiedName SenderFaultCode = new XmlQualifiedName(Soap12.Code.Sender, Soap12.Namespace); 25public static readonly XmlQualifiedName VersionMismatchFaultCode = new XmlQualifiedName(Soap12.Code.VersionMismatch, Soap12.Namespace); 27public static readonly XmlQualifiedName MustUnderstandFaultCode = new XmlQualifiedName(Soap12.Code.MustUnderstand, Soap12.Namespace); 29public static readonly XmlQualifiedName DataEncodingUnknownFaultCode = new XmlQualifiedName(Soap12.Code.DataEncodingUnknown, Soap12.Namespace); 32public static readonly XmlQualifiedName RpcProcedureNotPresentFaultCode = new XmlQualifiedName(Soap12.Code.RpcProcedureNotPresentSubcode, Soap12.RpcNamespace); 34public static readonly XmlQualifiedName RpcBadArgumentsFaultCode = new XmlQualifiedName(Soap12.Code.RpcBadArgumentsSubcode, Soap12.RpcNamespace); 37public static readonly XmlQualifiedName EncodingMissingIdFaultCode = new XmlQualifiedName(Soap12.Code.EncodingMissingIDFaultSubcode, Soap12.Encoding); 39public static readonly XmlQualifiedName EncodingUntypedValueFaultCode = new XmlQualifiedName(Soap12.Code.EncodingUntypedValueFaultSubcode, Soap12.Encoding); 41internal static readonly XmlQualifiedName UnsupportedMediaTypeFaultCode = new XmlQualifiedName("UnsupportedMediaType", "http://microsoft.com/soap/"); 42internal static readonly XmlQualifiedName MethodNotAllowed = new XmlQualifiedName("MethodNotAllowed", "http://microsoft.com/soap/");
System\Web\Services\Protocols\SoapHeader.cs (2)
431new XmlQualifiedName(Soap.Code.MustUnderstand, Soap.Namespace)); 461new XmlQualifiedName(Soap.Code.MustUnderstand, Soap.Namespace));
System\Web\Services\Protocols\SoapReflector.cs (1)
393soapMethod.requestElementName = new XmlQualifiedName(elementName, elementNamespace);
System\Web\Services\Protocols\SoapServerProtocol.cs (14)
168throw new SoapException(Res.GetString(Res.TheMethodDoesNotHaveARequestElementEither1, serverMethod.methodInfo.Name), new XmlQualifiedName(Soap.Code.Client, Soap.Namespace)); 177throw new SoapException(Res.GetString(Res.TheMethodsAndUseTheSameSoapActionWhenTheService3, serverMethod.methodInfo.Name, duplicateMethod.methodInfo.Name, soapMethod.action), new XmlQualifiedName(Soap.Code.Client, Soap.Namespace)); 188throw new SoapException(Res.GetString(Res.TheMethodsAndUseTheSameRequestElementXmlns4, serverMethod.methodInfo.Name, duplicateMethod.methodInfo.Name, soapMethod.requestElementName.Name, soapMethod.requestElementName.Namespace), new XmlQualifiedName(Soap.Code.Client, Soap.Namespace)); 368throw new SoapException(Res.GetString(Res.UnableToHandleRequest0), new XmlQualifiedName(Soap.Code.Server, Soap.Namespace)); 409throw SoapException.Create(Version, Res.GetString(Res.WebConfigExtensionError), new XmlQualifiedName(Soap.Code.Server, Soap.Namespace), extensionException); 575new XmlQualifiedName(Soap.Code.Client, Soap.Namespace), new SoapFaultSubCode(Soap12FaultCodes.UnsupportedMediaTypeFaultCode)); 585throw new SoapException(Res.GetString(Res.WebRequestUnableToRead), new XmlQualifiedName(Soap.Code.Client, Soap.Namespace), e); 592new XmlQualifiedName(Soap.Code.Client, Soap.Namespace), new SoapFaultSubCode(Soap12FaultCodes.UnsupportedMediaTypeFaultCode)); 615new XmlQualifiedName(Soap.Code.MustUnderstand, Soap.Namespace)); 659throw new SoapException(Res.GetString(Res.WebRequestUnableToRead), new XmlQualifiedName(Soap.Code.Client, Soap.Namespace), e); 732soapException = SoapException.Create(Version, Res.GetString(Res.WebRequestUnableToProcess), new XmlQualifiedName(Soap.Code.Client, Soap.Namespace), null, null, null, new SoapFaultSubCode(Soap12FaultCodes.RpcBadArgumentsFaultCode), e); 734soapException = SoapException.Create(Version, Res.GetString(Res.WebRequestUnableToProcess), new XmlQualifiedName(Soap.Code.Server, Soap.Namespace), e); 809extensionException = SoapException.Create(Version, Res.GetString(Res.WebExtensionError), new XmlQualifiedName(Soap.Code.Server, Soap.Namespace), ex); 1007element = new XmlQualifiedName(reader.LocalName, reader.NamespaceURI);
System.Workflow.ComponentModel (13)
AuthoringOM\Serializer\DictionaryMarkupSerializer.cs (1)
177return new XmlQualifiedName(extendedProperty.Name, StandardXomlKeys.Definitions_XmlNs);
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (1)
172return new XmlQualifiedName(typeName, mappingForType.XmlNamespace);
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (9)
227XmlQualifiedName xmlQualifiedName = new XmlQualifiedName(decodedName, reader.LookupNamespace(reader.Prefix)); 332XmlQualifiedName xmlQualifiedName = new XmlQualifiedName(reader.LocalName, reader.LookupNamespace(reader.Prefix)); 429XmlQualifiedName extendedPropertyQualifiedName = new XmlQualifiedName(reader.LocalName, reader.LookupNamespace(reader.Prefix)); 459XmlQualifiedName xmlQualifiedName = new XmlQualifiedName(reader.LocalName, reader.LookupNamespace(reader.Prefix)); 1443return new XmlQualifiedName(extendedProperty.Name, StandardXomlKeys.Definitions_XmlNs); 1723type = serializationManager.GetType(new XmlQualifiedName(typename, xmlQualifiedName.Namespace)); 2064ownerType = serializationManager.GetType(new XmlQualifiedName(ownerTypeName, reader.LookupNamespace(reader.Prefix))); 2495Type type = serializationManager.GetType(new XmlQualifiedName(typename, reader.LookupNamespace(prefix))); 2499type = serializationManager.GetType(new XmlQualifiedName(typename, reader.LookupNamespace(prefix)));
AuthoringOM\Serializer\XamlInterfaces.cs (2)
185type = manager.GetType(new XmlQualifiedName(typename, reader.LookupNamespace(prefix))); 196type = manager.GetType(new XmlQualifiedName(typename, reader.LookupNamespace(string.Empty)));
System.WorkflowServices (2)
System\ServiceModel\Description\DurableServiceAttribute.cs (1)
162ServiceEndpoint serviceEndPoint = serviceDescription.Endpoints.Find(new XmlQualifiedName(endpointDispatcher.ContractName, endpointDispatcher.ContractNamespace));
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
289ServiceEndpoint serviceEndPoint = description.Endpoints.Find(new XmlQualifiedName(endPointDispatcher.ContractName, endPointDispatcher.ContractNamespace));
System.Xml (241)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
3713return new XmlQualifiedName(qname.localname, qname.namespaceUri); 3897new XmlQualifiedName(qname.localname, qname.namespaceUri),
System\Xml\Cache\XPathDocumentBuilder.cs (3)
160this.idAttrName = (XmlQualifiedName) this.elemIdMap[new XmlQualifiedName(localName, prefix)]; 541this.elemIdMap.Add(new XmlQualifiedName(attrList.LocalName, attrList.Prefix), 542new XmlQualifiedName(idAttribute.LocalName, idAttribute.Prefix));
System\Xml\Dom\DocumentSchemaValidator.cs (1)
508XmlQualifiedName attName = new XmlQualifiedName(attributeToValidate.LocalName, attributeToValidate.NamespaceURI);
System\Xml\Dom\XmlDocument.cs (1)
568XmlQualifiedName qname = new XmlQualifiedName( elem.LocalName, schInfo.SchemaType == SchemaType.DTD ? elem.Prefix : elem.NamespaceURI );
System\Xml\Schema\DataTypeImplementation.cs (10)
112internal static XmlQualifiedName QnAnySimpleType = new XmlQualifiedName("anySimpleType",XmlReservedNs.NsXs); 113internal static XmlQualifiedName QnAnyType = new XmlQualifiedName("anyType",XmlReservedNs.NsXs); 215qname = new XmlQualifiedName(sdm.Name, XmlReservedNs.NsXs); 229qname = new XmlQualifiedName(sdm.Name, XmlReservedNs.NsXs); 246XmlSchemaSimpleType derivedType = (XmlSchemaSimpleType) builtinTypes[new XmlQualifiedName(sdm.Name, XmlReservedNs.NsXs)]; 253baseType = (XmlSchemaSimpleType) builtinTypes[new XmlQualifiedName( ((SchemaDatatypeMap)(c_XsdTypes[sdm.ParentIndex])).Name, XmlReservedNs.NsXs)]; 259qname = new XmlQualifiedName("anyAtomicType", XmlReservedNs.NsXQueryDataType); 267qname = new XmlQualifiedName("untypedAtomic", XmlReservedNs.NsXQueryDataType); 275qname = new XmlQualifiedName("yearMonthDuration", XmlReservedNs.NsXQueryDataType); 283qname = new XmlQualifiedName("dayTimeDuration", XmlReservedNs.NsXQueryDataType);
System\Xml\Schema\DtdParser.cs (2)
297schemaInfo.DocTypeName = new XmlQualifiedName( nameTable.Add( docTypeName.Substring( 0, colonPos ) ), 3016return new XmlQualifiedName( nameTable.Add( chars, colonPos + 1, curPos - colonPos - 1 ),
System\Xml\Schema\DtdValidator.cs (2)
77if (!GenEntity( new XmlQualifiedName(reader.LocalName, reader.Prefix) ) ){ 156SchemaAttDef attnDef = context.ElementDecl.GetAttDef( new XmlQualifiedName( reader.LocalName, reader.Prefix) );
System\Xml\Schema\Inference\Infer.cs (24)
29internal static XmlQualifiedName ST_boolean = new XmlQualifiedName("boolean", XmlSchema.Namespace); 30internal static XmlQualifiedName ST_byte = new XmlQualifiedName("byte", XmlSchema.Namespace); 31internal static XmlQualifiedName ST_unsignedByte = new XmlQualifiedName("unsignedByte", XmlSchema.Namespace); 32internal static XmlQualifiedName ST_short = new XmlQualifiedName("short", XmlSchema.Namespace); 33internal static XmlQualifiedName ST_unsignedShort = new XmlQualifiedName("unsignedShort", XmlSchema.Namespace); 34internal static XmlQualifiedName ST_int = new XmlQualifiedName("int", XmlSchema.Namespace); 35internal static XmlQualifiedName ST_unsignedInt = new XmlQualifiedName("unsignedInt", XmlSchema.Namespace); 36internal static XmlQualifiedName ST_long = new XmlQualifiedName("long", XmlSchema.Namespace); 37internal static XmlQualifiedName ST_unsignedLong = new XmlQualifiedName("unsignedLong", XmlSchema.Namespace); 38internal static XmlQualifiedName ST_integer = new XmlQualifiedName("integer", XmlSchema.Namespace); 39internal static XmlQualifiedName ST_decimal = new XmlQualifiedName("decimal", XmlSchema.Namespace); 40internal static XmlQualifiedName ST_float = new XmlQualifiedName("float", XmlSchema.Namespace); 41internal static XmlQualifiedName ST_double = new XmlQualifiedName("double", XmlSchema.Namespace); 42internal static XmlQualifiedName ST_duration = new XmlQualifiedName("duration", XmlSchema.Namespace); 43internal static XmlQualifiedName ST_dateTime = new XmlQualifiedName("dateTime", XmlSchema.Namespace); 44internal static XmlQualifiedName ST_time = new XmlQualifiedName("time", XmlSchema.Namespace); 45internal static XmlQualifiedName ST_date = new XmlQualifiedName("date", XmlSchema.Namespace); 46internal static XmlQualifiedName ST_gYearMonth = new XmlQualifiedName("gYearMonth", XmlSchema.Namespace); 47internal static XmlQualifiedName ST_string = new XmlQualifiedName("string", XmlSchema.Namespace); 48internal static XmlQualifiedName ST_anySimpleType = new XmlQualifiedName("anySimpleType", XmlSchema.Namespace); 328attributeReference.RefName = new XmlQualifiedName(localName, childURI); 387attributeReference.RefName = new XmlQualifiedName(localName, childURI); 615elementReference.RefName = new XmlQualifiedName(localName, childURI); 907XmlQualifiedName qname = new XmlQualifiedName(xtr.LocalName, xtr.NamespaceURI);
System\Xml\Schema\Preprocessor.cs (16)
375lang.SchemaTypeName = new XmlQualifiedName("language", XmlReservedNs.NsXs); 380xmlbase.SchemaTypeName = new XmlQualifiedName("anyURI", XmlReservedNs.NsXs); 387r.BaseTypeName = new XmlQualifiedName("NCName", XmlReservedNs.NsXs); 402langRef.RefName = new XmlQualifiedName("lang", XmlReservedNs.NsXml); 405spaceRef.RefName = new XmlQualifiedName("space", XmlReservedNs.NsXml); 408baseRef.RefName = new XmlQualifiedName("base", XmlReservedNs.NsXml); 979attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, this.targetNamespace)); 998attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && this.attributeFormDefault == XmlSchemaForm.Qualified)) ? this.targetNamespace : null)); 1055attributeGroup.SetQualifiedName(new XmlQualifiedName(attributeGroup.Name, this.targetNamespace)); 1068element.SetQualifiedName(new XmlQualifiedName(element.Name, this.targetNamespace)); 1111element.SetQualifiedName(new XmlQualifiedName(element.Name, (element.Form == XmlSchemaForm.Qualified || (element.Form == XmlSchemaForm.None && this.elementFormDefault == XmlSchemaForm.Qualified))? this.targetNamespace : null)); 1206constraint.SetQualifiedName(new XmlQualifiedName(constraint.Name, this.targetNamespace)); 1259simpleType.SetQualifiedName(new XmlQualifiedName(simpleType.Name, this.targetNamespace)); 1369complexType.SetQualifiedName(new XmlQualifiedName(complexType.Name, this.targetNamespace)); 1520group.SetQualifiedName(new XmlQualifiedName(group.Name, this.targetNamespace)); 1545notation.QualifiedName = new XmlQualifiedName(notation.Name, this.targetNamespace);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (10)
671attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, this.targetNamespace)); 690attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && this.attributeFormDefault == XmlSchemaForm.Qualified)) ? this.targetNamespace : null)); 745attributeGroup.SetQualifiedName(new XmlQualifiedName(attributeGroup.Name, this.targetNamespace)); 758element.SetQualifiedName(new XmlQualifiedName(element.Name, this.targetNamespace)); 801element.SetQualifiedName(new XmlQualifiedName(element.Name, (element.Form == XmlSchemaForm.Qualified || (element.Form == XmlSchemaForm.None && this.elementFormDefault == XmlSchemaForm.Qualified))? this.targetNamespace : null)); 894constraint.SetQualifiedName(new XmlQualifiedName(constraint.Name, this.targetNamespace)); 947simpleType.SetQualifiedName(new XmlQualifiedName(simpleType.Name, this.targetNamespace)); 1055complexType.SetQualifiedName(new XmlQualifiedName(complexType.Name, this.targetNamespace)); 1206group.SetQualifiedName(new XmlQualifiedName(group.Name, this.targetNamespace)); 1230notation.QualifiedName = new XmlQualifiedName(notation.Name, this.targetNamespace);
System\Xml\Schema\SchemaElementDecl.cs (1)
82XmlQualifiedName qname = new XmlQualifiedName(localName, prefix);
System\Xml\Schema\SchemaInfo.cs (1)
354XmlQualifiedName qname = new XmlQualifiedName(prefix, localName);
System\Xml\Schema\SchemaNames.cs (64)
186QnXmlNs = new XmlQualifiedName( nameTable.Add("xmlns"), NsXmlNs ); 187QnDtDt = new XmlQualifiedName( nameTable.Add("dt"), NsDataType ); 188QnXmlLang= new XmlQualifiedName( nameTable.Add("lang"), NsXml); 253QnXdrSchema = new XmlQualifiedName( XdrSchema, NsXdr ); 254QnXdrElementType = new XmlQualifiedName( nameTable.Add("ElementType"), NsXdr ); 255QnXdrElement = new XmlQualifiedName( nameTable.Add("element"), NsXdr ); 256QnXdrGroup = new XmlQualifiedName( nameTable.Add("group"), NsXdr ); 257QnXdrAttributeType = new XmlQualifiedName( nameTable.Add("AttributeType"), NsXdr ); 258QnXdrAttribute = new XmlQualifiedName( nameTable.Add("attribute"), NsXdr ); 259QnXdrDataType = new XmlQualifiedName( nameTable.Add("datatype"), NsXdr ); 260QnXdrDescription = new XmlQualifiedName( nameTable.Add("description"), NsXdr ); 261QnXdrExtends = new XmlQualifiedName( nameTable.Add("extends"), NsXdr ); 264QnXdrAliasSchema = new XmlQualifiedName( nameTable.Add("Schema"), NsDataTypeAlias ); 267QnDtType = new XmlQualifiedName( nameTable.Add("type"), NsDataType ); 268QnDtValues = new XmlQualifiedName( nameTable.Add("values"), NsDataType ); 269QnDtMaxLength = new XmlQualifiedName( nameTable.Add("maxLength"), NsDataType ); 270QnDtMinLength = new XmlQualifiedName( nameTable.Add("minLength"), NsDataType ); 271QnDtMax = new XmlQualifiedName( nameTable.Add("max"), NsDataType ); 272QnDtMin = new XmlQualifiedName( nameTable.Add("min"), NsDataType ); 273QnDtMinExclusive = new XmlQualifiedName( nameTable.Add("minExclusive"), NsDataType ); 274QnDtMaxExclusive = new XmlQualifiedName( nameTable.Add("maxExclusive"), NsDataType ); 277QnXsdSchema = new XmlQualifiedName( XsdSchema, NsXs ); 278QnXsdAnnotation= new XmlQualifiedName( nameTable.Add("annotation"), NsXs ); 279QnXsdInclude= new XmlQualifiedName( nameTable.Add("include"), NsXs ); 280QnXsdImport= new XmlQualifiedName( nameTable.Add("import"), NsXs ); 281QnXsdElement = new XmlQualifiedName( nameTable.Add("element"), NsXs ); 282QnXsdAttribute = new XmlQualifiedName( nameTable.Add("attribute"), NsXs ); 283QnXsdAttributeGroup = new XmlQualifiedName( nameTable.Add("attributeGroup"), NsXs ); 284QnXsdAnyAttribute = new XmlQualifiedName( nameTable.Add("anyAttribute"), NsXs ); 285QnXsdGroup = new XmlQualifiedName( nameTable.Add("group"), NsXs ); 286QnXsdAll = new XmlQualifiedName( nameTable.Add("all"), NsXs ); 287QnXsdChoice = new XmlQualifiedName( nameTable.Add("choice"), NsXs ); 288QnXsdSequence = new XmlQualifiedName( nameTable.Add("sequence"), NsXs ); 289QnXsdAny = new XmlQualifiedName( nameTable.Add("any"), NsXs ); 290QnXsdNotation = new XmlQualifiedName( nameTable.Add("notation"), NsXs ); 291QnXsdSimpleType = new XmlQualifiedName( nameTable.Add("simpleType"), NsXs ); 292QnXsdComplexType = new XmlQualifiedName( nameTable.Add("complexType"), NsXs ); 293QnXsdUnique = new XmlQualifiedName( nameTable.Add("unique"), NsXs ); 294QnXsdKey = new XmlQualifiedName( nameTable.Add("key"), NsXs ); 295QnXsdKeyRef = new XmlQualifiedName( nameTable.Add("keyref"), NsXs ); 296QnXsdSelector= new XmlQualifiedName( nameTable.Add("selector"), NsXs ); 297QnXsdField= new XmlQualifiedName( nameTable.Add("field"), NsXs ); 298QnXsdMinExclusive= new XmlQualifiedName( nameTable.Add("minExclusive"), NsXs ); 299QnXsdMinInclusive= new XmlQualifiedName( nameTable.Add("minInclusive"), NsXs ); 300QnXsdMaxInclusive= new XmlQualifiedName( nameTable.Add("maxInclusive"), NsXs ); 301QnXsdMaxExclusive= new XmlQualifiedName( nameTable.Add("maxExclusive"), NsXs ); 302QnXsdTotalDigits= new XmlQualifiedName( nameTable.Add("totalDigits"), NsXs ); 303QnXsdFractionDigits= new XmlQualifiedName( nameTable.Add("fractionDigits"), NsXs ); 304QnXsdLength= new XmlQualifiedName( nameTable.Add("length"), NsXs ); 305QnXsdMinLength= new XmlQualifiedName( nameTable.Add("minLength"), NsXs ); 306QnXsdMaxLength= new XmlQualifiedName( nameTable.Add("maxLength"), NsXs ); 307QnXsdEnumeration= new XmlQualifiedName( nameTable.Add("enumeration"), NsXs ); 308QnXsdPattern= new XmlQualifiedName( nameTable.Add("pattern"), NsXs ); 309QnXsdDocumentation= new XmlQualifiedName( nameTable.Add("documentation"), NsXs ); 310QnXsdAppinfo= new XmlQualifiedName( nameTable.Add("appinfo"), NsXs ); 311QnXsdComplexContent= new XmlQualifiedName( nameTable.Add("complexContent"), NsXs ); 312QnXsdSimpleContent= new XmlQualifiedName( nameTable.Add("simpleContent"), NsXs ); 313QnXsdRestriction= new XmlQualifiedName( nameTable.Add("restriction"), NsXs ); 314QnXsdExtension= new XmlQualifiedName( nameTable.Add("extension"), NsXs ); 315QnXsdUnion= new XmlQualifiedName( nameTable.Add("union"), NsXs ); 316QnXsdList= new XmlQualifiedName( nameTable.Add("list"), NsXs ); 317QnXsdWhiteSpace= new XmlQualifiedName( nameTable.Add("whiteSpace"), NsXs ); 318QnXsdRedefine= new XmlQualifiedName( nameTable.Add("redefine"), NsXs ); 319QnXsdAnyType= new XmlQualifiedName( nameTable.Add("anyType"), NsXs );
System\Xml\Schema\XdrBuilder.cs (6)
411XmlQualifiedName qname = new XmlQualifiedName(name, XmlSchemaDatatype.XdrCanonizeUri(ns, _NameTable, _SchemaNames)); 432XmlQualifiedName qname = new XmlQualifiedName(name, XmlSchemaDatatype.XdrCanonizeUri(ns, _NameTable, _SchemaNames)); 447qnameValue = new XmlQualifiedName(qnameValue.Name, _TargetNamespace); 624gname = new XmlQualifiedName(gname.Name, builder._TargetNamespace); 942qname = new XmlQualifiedName(qname.Name, builder._TargetNamespace); 1146gname = new XmlQualifiedName(qname.Name, builder._TargetNamespace);
System\Xml\Schema\XdrValidator.cs (1)
571return new XmlQualifiedName(name, XmlSchemaDatatype.XdrCanonizeUri(ns, NameTable, SchemaNames));
System\Xml\Schema\XmlSchemaComplexType.cs (1)
49untypedAnyType.SetQualifiedName(new XmlQualifiedName("untypedAny", XmlReservedNs.NsXQueryDataType));
System\Xml\Schema\XmlSchemaDocumentation.cs (1)
22static XmlSchemaSimpleType languageType = DatatypeImplementation.GetSimpleTypeFromXsdType(new XmlQualifiedName("language",XmlReservedNs.NsXs));
System\Xml\Schema\XmlSchemaParticle.cs (1)
147return new XmlQualifiedName("*", ns.Length == 0 ? "##any" : ns);
System\Xml\Schema\XmlSchemaValidator.cs (5)
482XmlQualifiedName attQName = new XmlQualifiedName(lName, ns); 2072tempXsiTypeSO.SetQualifiedName(new XmlQualifiedName("type", XmlReservedNs.NsXsi)); 2079tempxsiNilSO.SetQualifiedName(new XmlQualifiedName("nil", XmlReservedNs.NsXsi)); 2087tempxsiSLSO.SetQualifiedName(new XmlQualifiedName("schemaLocation", XmlReservedNs.NsXsi)); 2095tempxsiNoNsSLSO.SetQualifiedName(new XmlQualifiedName("noNamespaceSchemaLocation", XmlReservedNs.NsXsi));
System\Xml\Schema\XmlValueConverter.cs (1)
682return new XmlQualifiedName(localName, ns);
System\Xml\Schema\XsdBuilder.cs (2)
695XmlQualifiedName qname = new XmlQualifiedName(name, ns); 714XmlQualifiedName qname = new XmlQualifiedName(name, ns);
System\Xml\Schema\XsdValidator.cs (2)
338XmlSchemaSimpleType simpleType = DatatypeImplementation.GetSimpleTypeFromXsdType(new XmlQualifiedName(xsiType.Name,NsXs)); 401XmlQualifiedName attQName = new XmlQualifiedName(reader.LocalName, reader.NamespaceURI);
System\Xml\Serialization\Mappings.cs (1)
104return new XmlQualifiedName(XmlConvert.EncodeLocalName(name.Substring(colon + 1)), XmlConvert.EncodeLocalName(name.Substring(0, colon))).ToString();
System\Xml\Serialization\SchemaObjectWriter.cs (5)
85return new XmlQualifiedName(".sequence", Namespace(o)); 91return new XmlQualifiedName(".all", Namespace(o)); 97return new XmlQualifiedName(".choice", Namespace(o)); 101return new XmlQualifiedName("*", SchemaObjectWriter.ToString(((XmlSchemaAny)o).NamespaceList)); 106return new XmlQualifiedName("?", Namespace(o));
System\Xml\Serialization\SoapReflectionImporter.cs (1)
190throw new InvalidOperationException(Res.GetString(Res.XmlInvalidXsdDataType, dataType, "SoapElementAttribute.DataType", new XmlQualifiedName(dataType, XmlSchema.Namespace).ToString()));
System\Xml\Serialization\SoapSchemaExporter.cs (11)
27static XmlQualifiedName ArrayQName = new XmlQualifiedName(Soap.Array, Soap.Encoding); 28static XmlQualifiedName ArrayTypeQName = new XmlQualifiedName(Soap.ArrayType, Soap.Encoding); 183return new XmlQualifiedName(mapping.TypeDesc.DataType.Name, UrtTypes.Namespace); 187return new XmlQualifiedName(mapping.TypeDesc.DataType.Name, XmlSchema.Namespace); 216qname = new XmlQualifiedName(Soap.UrType, XmlSchema.Namespace); 236return new XmlQualifiedName(mapping.TypeName, mapping.Namespace); 273return new XmlQualifiedName(Soap.UrType, XmlSchema.Namespace); 301return new XmlQualifiedName(type.Name, mapping.Namespace); 317return new XmlQualifiedName(type.Name, mapping.Namespace); 360restriction.BaseTypeName = new XmlQualifiedName("string", XmlSchema.Namespace); 382return new XmlQualifiedName(mapping.TypeName, mapping.Namespace);
System\Xml\Serialization\SoapSchemaImporter.cs (1)
310ImportDerivedTypes(new XmlQualifiedName(type.Name, typeNs));
System\Xml\Serialization\Types.cs (31)
486AddNonXsdPrimitive(typeof(Guid), "guid", UrtTypes.Namespace, "Guid", new XmlQualifiedName("string", XmlSchema.Namespace), new XmlSchemaFacet[] { guidPattern }, TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired | TypeFlags.IgnoreDefault); 487AddNonXsdPrimitive(typeof(char), "char", UrtTypes.Namespace, "Char", new XmlQualifiedName("unsignedShort", XmlSchema.Namespace), new XmlSchemaFacet[0], TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.IgnoreDefault); 490AddNonXsdPrimitive(typeof(TimeSpan), "TimeSpan", UrtTypes.Namespace, "TimeSpan", new XmlQualifiedName("duration", XmlSchema.Namespace), new XmlSchemaFacet[0], TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired); 543AddSoapEncodedPrimitive(typeof(string), "normalizedString", ns, "String", new XmlQualifiedName("normalizedString", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.Reference | TypeFlags.HasDefaultConstructor); 545AddSoapEncodedPrimitive(typeof(string), unsupportedTypes[i], ns, "String", new XmlQualifiedName(unsupportedTypes[i], XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.Reference | TypeFlags.CollapseWhitespace); 548AddSoapEncodedPrimitive(typeof(string), "string", ns, "String", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue | TypeFlags.Reference); 549AddSoapEncodedPrimitive(typeof(int), "int", ns, "Int32", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired); 550AddSoapEncodedPrimitive(typeof(bool), "boolean", ns, "Boolean", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired); 551AddSoapEncodedPrimitive(typeof(short), "short", ns, "Int16", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired); 552AddSoapEncodedPrimitive(typeof(long), "long", ns, "Int64", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired); 553AddSoapEncodedPrimitive(typeof(float), "float", ns, "Single", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired); 554AddSoapEncodedPrimitive(typeof(double), "double", ns, "Double", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired); 555AddSoapEncodedPrimitive(typeof(decimal), "decimal", ns, "Decimal", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired); 556AddSoapEncodedPrimitive(typeof(DateTime), "dateTime", ns, "DateTime", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.XmlEncodingNotRequired); 557AddSoapEncodedPrimitive(typeof(XmlQualifiedName), "QName", ns, "XmlQualifiedName", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.HasCustomFormatter | TypeFlags.HasIsEmpty | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired | TypeFlags.Reference); 558AddSoapEncodedPrimitive(typeof(byte), "unsignedByte", ns, "Byte", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired); 559AddSoapEncodedPrimitive(typeof(SByte), "byte", ns, "SByte", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired); 560AddSoapEncodedPrimitive(typeof(UInt16), "unsignedShort", ns, "UInt16", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired); 561AddSoapEncodedPrimitive(typeof(UInt32), "unsignedInt", ns, "UInt32", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired); 562AddSoapEncodedPrimitive(typeof(UInt64), "unsignedLong", ns, "UInt64", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired); 565AddSoapEncodedPrimitive(typeof(DateTime), "date", ns, "Date", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.XmlEncodingNotRequired); 566AddSoapEncodedPrimitive(typeof(DateTime), "time", ns, "Time", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.XmlEncodingNotRequired); 568AddSoapEncodedPrimitive(typeof(string), "Name", ns, "XmlName", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference); 569AddSoapEncodedPrimitive(typeof(string), "NCName", ns, "XmlNCName", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference); 570AddSoapEncodedPrimitive(typeof(string), "NMTOKEN", ns, "XmlNmToken", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference); 571AddSoapEncodedPrimitive(typeof(string), "NMTOKENS", ns, "XmlNmTokens", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference); 573AddSoapEncodedPrimitive(typeof(byte[]), "base64Binary", ns, "ByteArrayBase64", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference | TypeFlags.IgnoreDefault | TypeFlags.XmlEncodingNotRequired); 574AddSoapEncodedPrimitive(typeof(byte[]), "hexBinary", ns, "ByteArrayHex", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference | TypeFlags.IgnoreDefault | TypeFlags.XmlEncodingNotRequired); 576AddSoapEncodedPrimitive(typeof(string), "arrayCoordinate", ns, "String", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue); 577AddSoapEncodedPrimitive(typeof(byte[]), "base64", ns, "ByteArrayBase64", new XmlQualifiedName("base64Binary", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.IgnoreDefault | TypeFlags.Reference); 1235return new XmlQualifiedName(name, ns);
System\Xml\Serialization\XmlReflectionImporter.cs (1)
357throw new InvalidOperationException(Res.GetString(Res.XmlInvalidXsdDataType, dataType, "XmlElementAttribute.DataType", new XmlQualifiedName(dataType, XmlSchema.Namespace).ToString()));
System\Xml\Serialization\XmlSchemaExporter.cs (11)
66return (new XmlQualifiedName(xmlMembersMapping.Accessor.Name, xmlMembersMapping.Accessor.Namespace)); 390return new XmlQualifiedName(mapping.TypeDesc.DataType.Name, UrtTypes.Namespace); 488schemaElement.RefName = new XmlQualifiedName("schema", XmlSchema.Namespace); 528qname = new XmlQualifiedName(type.Name, mapping.Namespace); 532qname = new XmlQualifiedName(mapping.TypeDesc.DataType.Name, XmlSchema.Namespace); 585element.SchemaTypeName = new XmlQualifiedName(type.Name, mapping.Namespace); 632attribute.RefName = new XmlQualifiedName(accessor.Name, XmlReservedNs.NsXml); 682refAttribute.RefName = new XmlQualifiedName(accessor.Name, accessor.Namespace); 760refElement.RefName = new XmlQualifiedName(accessor.Name, accessor.Namespace); 916XmlQualifiedName qname = new XmlQualifiedName(type.Name, mapping.Namespace); 1018restriction.BaseTypeName = new XmlQualifiedName("string", XmlSchema.Namespace);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
433XmlQualifiedName qname = new XmlQualifiedName(typeName, ns); 505ImportDerivedTypes(new XmlQualifiedName(identifier, typeNs)); 1242ImportDerivedTypes(new XmlQualifiedName(identifier, ns)); 1732return new XmlQualifiedName("string", XmlSchema.Namespace);
System\Xml\Serialization\XmlSerializationReader.cs (9)
852XmlQualifiedName empty = new XmlQualifiedName(string.Empty, r.LookupNamespace("")); 1123return new XmlQualifiedName(r.NameTable.Add(value), r.LookupNamespace(String.Empty)); 1131return new XmlQualifiedName(r.NameTable.Add(localName), ns); 1500Type arrayType = (Type)types[new XmlQualifiedName(typeName, typeNs)]; 1525XmlQualifiedName urTypeName = new XmlQualifiedName(urTypeID, schemaNsID); 1719XmlQualifiedName urType = new XmlQualifiedName(urTypeID, r.NameTable.Add(XmlSchema.Namespace)); 1738typeId = new XmlQualifiedName(r.NameTable.Add(r.LocalName), r.NameTable.Add(r.NamespaceURI)); 1740typeId = new XmlQualifiedName(r.NameTable.Add(name), r.NameTable.Add(ns)); 1757XmlQualifiedName typeName = new XmlQualifiedName(r.NameTable.Add(name), r.NameTable.Add(ns));
System\Xml\Serialization\XmlSerializationWriter.cs (2)
215return new XmlQualifiedName(typeName, typeNs); 1007WriteElementQualifiedName(Soap12.RpcResult, Soap12.RpcNamespace, new XmlQualifiedName(name, ns), null);
System\Xml\Serialization\XmlSerializerNamespaces.cs (1)
93namespaceList.Add(new XmlQualifiedName(key, (string)Namespaces[key]));
System\Xml\XmlQualifiedName.cs (3)
48public XmlQualifiedName() : this(string.Empty, string.Empty) {} 54public XmlQualifiedName(string name) : this(name, string.Empty) {} 258return new XmlQualifiedName(localName, uri);
System\Xml\Xslt\XsltArgumentList.cs (3)
29return this.parameters[new XmlQualifiedName(name, namespaceUri)]; 41XmlQualifiedName qname = new XmlQualifiedName(name, namespaceUri); 53XmlQualifiedName qname = new XmlQualifiedName(name, namespaceUri);