1 type derived from XmlQualifiedName
System.Data.SqlXml (1)
System\Xml\Xsl\XmlQualifiedNameTest.cs (1)
28internal class XmlQualifiedNameTest : XmlQualifiedName {
685 instantiations of XmlQualifiedName
PresentationFramework (10)
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 (2)
671_typeName = new XmlQualifiedName(typeName[0]); 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.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\XmlPropertyBag.cs (1)
210return new XmlQualifiedName(value);
System.Data (21)
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\DataTable.cs (1)
411typeName = new XmlQualifiedName(tName);
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 (18)
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\Xslt\Compiler.cs (1)
402public static DecimalFormatDecl Default = new DecimalFormatDecl(new XmlQualifiedName(), "Infinity", "NaN", ".,%\u20300#;-");
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
474resolvedName = new XmlQualifiedName(); 541return new XmlQualifiedName(local, nsUri);
System\Xml\Xsl\Xslt\XsltLoader.cs (4)
768name = new XmlQualifiedName(); 772name = new XmlQualifiedName(); 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\ContainerAction.cs (1)
369Name = new XmlQualifiedName();
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 (4)
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\Activities\InternalReceiveMessage.cs (1)
245actionName = NamingHelper.GetMessageAction(new XmlQualifiedName(this.ServiceContractName.ToString()), this.OperationName, null, false);
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 (314)
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\Core\QueryOutputWriter.cs (1)
56this.qnameCData = new XmlQualifiedName();
System\Xml\Core\QueryOutputWriterV1.cs (1)
71this.qnameCData = new XmlQualifiedName();
System\Xml\Core\XmlTextReaderImpl.cs (2)
5492SchemaEntity schemaEntity = new SchemaEntity( new XmlQualifiedName( name ), false ); 5504SchemaEntity schemaEntity = new SchemaEntity( new XmlQualifiedName( name ), false );
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
3559SchemaEntity schemaEntity = new SchemaEntity( new XmlQualifiedName( name ), false ); 3571SchemaEntity schemaEntity = new SchemaEntity( new XmlQualifiedName( name ), false );
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\BaseValidator.cs (3)
55elementName = new XmlQualifiedName(); 236if (!sinfo.GeneralEntities.TryGetValue(new XmlQualifiedName(name), out en)) { 256if (!sinfo.GeneralEntities.TryGetValue(new XmlQualifiedName(name), out en)) {
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 (4)
294schemaInfo.DocTypeName = new XmlQualifiedName( nameTable.Add( docTypeName ) ); 297schemaInfo.DocTypeName = new XmlQualifiedName( nameTable.Add( docTypeName.Substring( 0, colonPos ) ), 3012return new XmlQualifiedName( nameTable.Add( chars, tokenStartPos, curPos - tokenStartPos ) ); 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 (2)
354XmlQualifiedName qname = new XmlQualifiedName(prefix, localName); 373XmlQualifiedName qname = new XmlQualifiedName(name);
System\Xml\Schema\SchemaNames.cs (124)
184QnPCData = new XmlQualifiedName( nameTable.Add("#PCDATA") ); 185QnXml = new XmlQualifiedName( nameTable.Add("xml") ); 186QnXmlNs = new XmlQualifiedName( nameTable.Add("xmlns"), NsXmlNs ); 187QnDtDt = new XmlQualifiedName( nameTable.Add("dt"), NsDataType ); 188QnXmlLang= new XmlQualifiedName( nameTable.Add("lang"), NsXml); 191QnName = new XmlQualifiedName( nameTable.Add("name") ); 192QnType = new XmlQualifiedName( nameTable.Add("type") ); 193QnMaxOccurs = new XmlQualifiedName( nameTable.Add("maxOccurs") ); 194QnMinOccurs = new XmlQualifiedName( nameTable.Add("minOccurs") ); 195QnInfinite = new XmlQualifiedName( nameTable.Add("*") ); 196QnModel = new XmlQualifiedName( nameTable.Add("model") ); 197QnOpen = new XmlQualifiedName( nameTable.Add("open") ); 198QnClosed = new XmlQualifiedName( nameTable.Add("closed") ); 199QnContent = new XmlQualifiedName( nameTable.Add("content") ); 200QnMixed = new XmlQualifiedName( nameTable.Add("mixed") ); 201QnEmpty = new XmlQualifiedName( nameTable.Add("empty") ); 202QnEltOnly = new XmlQualifiedName( nameTable.Add("eltOnly") ); 203QnTextOnly = new XmlQualifiedName( nameTable.Add("textOnly") ); 204QnOrder = new XmlQualifiedName( nameTable.Add("order") ); 205QnSeq = new XmlQualifiedName( nameTable.Add("seq") ); 206QnOne = new XmlQualifiedName( nameTable.Add("one") ); 207QnMany = new XmlQualifiedName( nameTable.Add("many") ); 208QnRequired = new XmlQualifiedName( nameTable.Add("required") ); 209QnYes = new XmlQualifiedName( nameTable.Add("yes") ); 210QnNo = new XmlQualifiedName( nameTable.Add("no") ); 211QnString = new XmlQualifiedName( nameTable.Add("string") ); 212QnID = new XmlQualifiedName( nameTable.Add("id") ); 213QnIDRef = new XmlQualifiedName( nameTable.Add("idref") ); 214QnIDRefs = new XmlQualifiedName( nameTable.Add("idrefs") ); 215QnEntity = new XmlQualifiedName( nameTable.Add("entity") ); 216QnEntities = new XmlQualifiedName( nameTable.Add("entities") ); 217QnNmToken = new XmlQualifiedName( nameTable.Add("nmtoken") ); 218QnNmTokens = new XmlQualifiedName( nameTable.Add("nmtokens") ); 219QnEnumeration = new XmlQualifiedName( nameTable.Add("enumeration") ); 220QnDefault = new XmlQualifiedName( nameTable.Add("default") ); 223QnTargetNamespace = new XmlQualifiedName( nameTable.Add("targetNamespace") ); 224QnVersion = new XmlQualifiedName( nameTable.Add("version") ); 225QnFinalDefault = new XmlQualifiedName( nameTable.Add("finalDefault") ); 226QnBlockDefault = new XmlQualifiedName( nameTable.Add("blockDefault") ); 227QnFixed = new XmlQualifiedName( nameTable.Add("fixed") ); 228QnAbstract = new XmlQualifiedName( nameTable.Add("abstract") ); 229QnBlock = new XmlQualifiedName( nameTable.Add("block") ); 230QnSubstitutionGroup = new XmlQualifiedName( nameTable.Add("substitutionGroup") ); 231QnFinal = new XmlQualifiedName( nameTable.Add("final") ); 232QnNillable = new XmlQualifiedName( nameTable.Add("nillable") ); 233QnRef = new XmlQualifiedName( nameTable.Add("ref") ); 234QnBase = new XmlQualifiedName( nameTable.Add("base") ); 235QnDerivedBy = new XmlQualifiedName( nameTable.Add("derivedBy") ); 236QnNamespace = new XmlQualifiedName( nameTable.Add("namespace") ); 237QnProcessContents = new XmlQualifiedName( nameTable.Add("processContents") ); 238QnRefer = new XmlQualifiedName( nameTable.Add("refer") ); 239QnPublic = new XmlQualifiedName( nameTable.Add("public") ); 240QnSystem = new XmlQualifiedName( nameTable.Add("system") ); 241QnSchemaLocation = new XmlQualifiedName( nameTable.Add("schemaLocation") ); 242QnValue = new XmlQualifiedName( nameTable.Add("value") ); 243QnUse = new XmlQualifiedName( nameTable.Add("use") ); 244QnForm = new XmlQualifiedName( nameTable.Add("form") ); 245QnAttributeFormDefault = new XmlQualifiedName( nameTable.Add("attributeFormDefault") ); 246QnElementFormDefault = new XmlQualifiedName( nameTable.Add("elementFormDefault") ); 247QnSource = new XmlQualifiedName( nameTable.Add("source") ); 248QnMemberTypes = new XmlQualifiedName( nameTable.Add("memberTypes")); 249QnItemType = new XmlQualifiedName( nameTable.Add("itemType")); 250QnXPath = new XmlQualifiedName( nameTable.Add("xpath")); 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 (7)
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); 450qnameValue = new XmlQualifiedName(qnameValue.Name); 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 (6)
208contextQName = new XmlQualifiedName(); //Re-use qname 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 (2)
42public static readonly XmlQualifiedName Empty = new XmlQualifiedName(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);
2310 references to XmlQualifiedName
PresentationFramework (53)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (5)
251public override XmlQualifiedName[] GetLocatorPartTypes() 253return (XmlQualifiedName[])LocatorPartTypeNames.Clone(); 474private static readonly XmlQualifiedName DataIdElementName = new XmlQualifiedName("DataId", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace); 480private static readonly XmlQualifiedName[] LocatorPartTypeNames = 481new XmlQualifiedName[]
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (5)
263public override XmlQualifiedName[] GetLocatorPartTypes() 265return (XmlQualifiedName[])LocatorPartTypeNames.Clone(); 357private static readonly XmlQualifiedName PageNumberElementName = new XmlQualifiedName("PageNumber", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace); 360private static readonly XmlQualifiedName[] LocatorPartTypeNames = new XmlQualifiedName[] {
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (5)
384public override XmlQualifiedName[] GetLocatorPartTypes() 386return (XmlQualifiedName[])LocatorPartTypeNames.Clone(); 643private static readonly XmlQualifiedName FixedTextElementName = new XmlQualifiedName("FixedTextRange", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace); 646private static readonly XmlQualifiedName[] LocatorPartTypeNames = 647new XmlQualifiedName[]
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (4)
124XmlQualifiedName[] locatorPartTypes = processor.GetLocatorPartTypes(); 130foreach (XmlQualifiedName typeName in locatorPartTypes) 218XmlQualifiedName[] locatorPartTypes = processor.GetLocatorPartTypes(); 223foreach (XmlQualifiedName type in locatorPartTypes)
src\Framework\MS\Internal\Annotations\Anchoring\SelectionProcessor.cs (1)
142public abstract XmlQualifiedName[] GetLocatorPartTypes();
src\Framework\MS\Internal\Annotations\Anchoring\SubTreeProcessor.cs (1)
162public abstract XmlQualifiedName[] GetLocatorPartTypes();
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (5)
318public override XmlQualifiedName[] GetLocatorPartTypes() 320return (XmlQualifiedName[])LocatorPartTypeNames.Clone(); 437internal static readonly XmlQualifiedName CharacterRangeElementName = new XmlQualifiedName("CharacterRange", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace); 576private static readonly XmlQualifiedName[] LocatorPartTypeNames = 577new XmlQualifiedName[]
src\Framework\MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (4)
199public override XmlQualifiedName[] GetLocatorPartTypes() 201return (XmlQualifiedName[])LocatorPartTypeNames.Clone(); 302private static readonly XmlQualifiedName[] LocatorPartTypeNames = new XmlQualifiedName[0];
src\Framework\MS\Internal\Annotations\Anchoring\TreeNodeSelectionProcessor.cs (4)
195public override XmlQualifiedName[] GetLocatorPartTypes() 197return (XmlQualifiedName[])LocatorPartTypeNames.Clone(); 227private static readonly XmlQualifiedName[] LocatorPartTypeNames = new XmlQualifiedName[0];
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (4)
56public HighlightComponent(int priority, bool highlightContent, XmlQualifiedName type) 126public static XmlQualifiedName TypeName 687private static readonly XmlQualifiedName _name = new XmlQualifiedName("Highlight", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace); 688private XmlQualifiedName _type = _name;
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
62public MarkedHighlightComponent(XmlQualifiedName type, DependencyObject host)
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 (4)
107public Annotation(XmlQualifiedName annotationType) 146public Annotation(XmlQualifiedName annotationType, Guid id, DateTime creationTime, DateTime lastModificationTime) 454public XmlQualifiedName AnnotationType 947private XmlQualifiedName _typeName;
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (4)
507private static Annotation CreateStickyNoteForSelection(AnnotationService service, XmlQualifiedName noteType, string author) 822private static void DeleteSpannedAnnotations(AnnotationService service, XmlQualifiedName annotationType) 870private static bool CheckCaret(ITextSelection selection, TextAnchor anchor, XmlQualifiedName type) 901private static Annotation CreateAnnotationForSelection(AnnotationService service, ITextRange textSelection, XmlQualifiedName annotationType, string author)
src\Framework\System\Windows\Annotations\LocatorPart.cs (3)
52public ContentLocatorPart(XmlQualifiedName partType) 195public XmlQualifiedName PartType 447private XmlQualifiedName _type;
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1033XmlQualifiedName type = _stickyNoteType == StickyNoteType.Text ?
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (1)
60typeof(XmlQualifiedName),
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\XmlPropertyBag.cs (3)
155else if (value is XmlQualifiedName) 304else if (value is XmlQualifiedName) 306return ((XmlQualifiedName)value).ToString();
System.Data (29)
fx\src\data\System\Data\DataTable.cs (3)
4411internal XmlQualifiedName TypeName { 4413return ((typeName == null) ? XmlQualifiedName.Empty : (XmlQualifiedName)typeName);
fx\src\data\System\Data\SimpleType.cs (5)
28XmlQualifiedName xmlBaseType = null; // Qualified name of Basetype 77XmlQualifiedName xmlQN = (xmlBaseType as XmlQualifiedName); 186internal XmlQualifiedName XmlBaseType { 188return (XmlQualifiedName)xmlBaseType;
fx\src\data\System\Data\SQLTypes\SQLBinary.cs (1)
513public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLBoolean.cs (1)
595public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLByte.cs (1)
596public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLBytes.cs (1)
561 public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLChars.cs (1)
548 public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (1)
665public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (1)
3291public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLDouble.cs (1)
516public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLGuid.cs (1)
391public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLInt16.cs (1)
605public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLInt32.cs (1)
617public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLInt64.cs (1)
671public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (1)
658public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLSingle.cs (1)
520public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLString.cs (1)
1033public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) {
fx\src\data\System\Data\SQLTypes\SqlTypesSchemaImporter.cs (1)
99XmlQualifiedName qname = basetype.QualifiedName;
fx\src\data\System\Data\SQLTypes\SqlXml.cs (1)
262 public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) {
fx\src\data\System\Data\XMLSchema.cs (4)
635List<XmlQualifiedName> qnames = new List<XmlQualifiedName>(); 2365XmlQualifiedName[] qualifiedNames = schemaRoot.Namespaces.ToArray(); 2378XmlQualifiedName[] qualifiedNames = schemaRoot.Namespaces.ToArray();
System.Data.Entity (1)
System\Data\Objects\ProxyDataContractResolver.cs (1)
46XmlQualifiedName qualifiedName = _exporter.GetSchemaTypeName(nonProxyType);
System.Data.Services (11)
System\Data\Services\Serializers\SyndicationSerializer.cs (11)
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); 309private static void IncludeCommonNamespaces(Dictionary<XmlQualifiedName, string> attributeExtensions) 332private static void WriteLinkRelations(string title, string linkRelation, string relativeUri, SyndicationItem item, params KeyValuePair<XmlQualifiedName, string>[] attributeExtensions) 342foreach (KeyValuePair<XmlQualifiedName, string> attributeExtension in attributeExtensions) 713KeyValuePair<XmlQualifiedName, string>[] attributeExtensions = new KeyValuePair<XmlQualifiedName, string>[0]; 716XmlQualifiedName mediaResourceETagKey = new XmlQualifiedName(XmlConstants.AtomETagAttributeName, XmlConstants.DataWebMetadataNamespace); 717attributeExtensions = new KeyValuePair<XmlQualifiedName, string>[] { new KeyValuePair<XmlQualifiedName, string>(mediaResourceETagKey, mediaETag) };
System.Data.Services.Design (7)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (7)
107/// <see cref="XmlQualifiedName"/> of the <paramref name="element"/> (passed to avoid recreation). 111private static bool IsElementExpected(XElement element, XmlQualifiedName elementName, XmlSchemaParticle expected) 199XmlQualifiedName elementName = ToQualifiedName(element.Name); 222var name = ToQualifiedName(attribute.Name); 257/// Return the <see cref="XmlQualifiedName"/> representation of the specified <paramref name="name"/>. 260/// <returns>An <see cref="XmlQualifiedName"/> that represents the given <paramref name="name"/>.</returns> 261private static XmlQualifiedName ToQualifiedName(XName name)
System.Data.SqlXml (112)
System\Xml\Xsl\IlGen\GenerateHelper.cs (6)
136public static readonly ConstructorInfo QName = GetConstructor(typeof(XmlQualifiedName), typeof(string), typeof(string)); 321public static readonly MethodInfo StartElemQName = GetMethod(typeof(XmlQueryOutput), "WriteStartElementComputed", typeof(XmlQualifiedName)); 325public static readonly MethodInfo StartAttrQName = GetMethod(typeof(XmlQueryOutput), "WriteStartAttributeComputed", typeof(XmlQualifiedName)); 347public static readonly MethodInfo QNameEq = GetMethod(typeof(XmlQualifiedName), "Equals"); 408StorageMethods[typeof(XmlQualifiedName)] = new XmlILStorageMethods(typeof(XmlQualifiedName));
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (3)
782XmlQualifiedName qname; 793XmlQualifiedName qnameDup = (XmlQualifiedName) this.dupAttrs[idx];
System\Xml\Xsl\IlGen\XmlIlTypeHelper.cs (4)
82typeof(XmlQualifiedName), // XmlTypeCode.QName 83typeof(XmlQualifiedName), // XmlTypeCode.Notation 140typeof(IList<XmlQualifiedName>), // XmlTypeCode.QName 141typeof(IList<XmlQualifiedName>), // XmlTypeCode.Notation
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (3)
552this.iterCurr.Storage = StorageDescriptor.Stack(typeof(XmlQualifiedName), false); 1526this.iterCurr.Storage = StorageDescriptor.Stack(typeof(XmlQualifiedName), false); 2893this.iterCurr.Storage = StorageDescriptor.Stack(typeof(XmlQualifiedName), false);
System\Xml\Xsl\Runtime\XmlILStorageConverter.cs (1)
64public static XmlAtomicValue XmlQualifiedNameToAtomicValue(XmlQualifiedName value, int index, XmlQueryRuntime runtime) {
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (3)
599public void WriteStartElementComputed(XmlQualifiedName name) { 627public void WriteStartAttributeComputed(XmlQualifiedName name) { 1365private void WriteStartComputed(XPathNodeType nodeType, XmlQualifiedName name) {
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
354public XmlQualifiedName ParseTagName(string tagName, int indexPrefixMappings) { 366public XmlQualifiedName ParseTagName(string tagName, string ns) {
System\Xml\Xsl\Runtime\XsltConvert.cs (1)
55internal static readonly Type XmlQualifiedNameType = typeof(XmlQualifiedName);
System\Xml\Xsl\Runtime\XsltFunctions.cs (1)
186public static XPathItem SystemProperty(XmlQualifiedName name) {
System\Xml\Xsl\Runtime\XsltLibrary.cs (7)
92private Dictionary<XmlQualifiedName, DecimalFormat> decimalFormats; 117public bool ElementAvailable(XmlQualifiedName name) { 122public bool FunctionAvailable(XmlQualifiedName name) { 137private bool FunctionAvailableHelper(XmlQualifiedName name) { 157public int RegisterDecimalFormat(XmlQualifiedName name, string infinitySymbol, string nanSymbol, string characters) { 159decimalFormats = new Dictionary<XmlQualifiedName, DecimalFormat>(); 195public string FormatNumberDynamic(double value, string formatPicture, XmlQualifiedName decimalFormatName, string errorMessageName) {
System\Xml\Xsl\XmlQueryType.cs (1)
622private static string QNameToString(XmlQualifiedName name) {
System\Xml\Xsl\Xslt\Compiler.cs (5)
366public XmlQualifiedName Method; 390internal class DecimalFormats : KeyedCollection<XmlQualifiedName, DecimalFormatDecl> { 391protected override XmlQualifiedName GetKeyForItem(DecimalFormatDecl format) { 397public readonly XmlQualifiedName Name; 404public DecimalFormatDecl(XmlQualifiedName name, string infinitySymbol, string nanSymbol, string characters) {
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (6)
290public static bool IsElementAvailable(XmlQualifiedName name) { 471XmlQualifiedName resolvedName; 534private XmlQualifiedName ResolveQNameThrow(bool ignoreDefaultNs, QilNode qilName) { 547XmlQualifiedName qname = ResolveQNameThrow(/*ignoreDefaultNs:*/true, name); 567XmlQualifiedName qname = ResolveQNameThrow(/*ignoreDefaultNs:*/false, name); 581XmlQualifiedName qname = ResolveQNameThrow(/*ignoreDefaultNs:*/true, name);
System\Xml\Xsl\Xslt\XsltLoader.cs (6)
493XmlQualifiedName method = ParseOutputMethod(input.Value, out outputMethod); 512List<XmlQualifiedName> list = new List<XmlQualifiedName>(); 763XmlQualifiedName name; 2572private XmlQualifiedName ResolveQName(bool ignoreDefaultNs, string qname) { 2604private XmlQualifiedName ParseOutputMethod(string attValue, out XmlOutputMethod method) {
System\Xml\Xsl\XsltOld\ActionFrame.cs (2)
98internal void SetParameter(XmlQualifiedName name, object value) { 111internal object GetParameter(XmlQualifiedName name) {
System\Xml\Xsl\XsltOld\ApplyImportsAction.cs (1)
16private XmlQualifiedName mode;
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (3)
23private XmlQualifiedName mode; 38internal static ApplyTemplatesAction BuiltInRule(XmlQualifiedName mode) { 44private ApplyTemplatesAction(XmlQualifiedName mode) {
System\Xml\Xsl\XsltOld\AttributeSetAction.cs (2)
17internal XmlQualifiedName name; 19internal XmlQualifiedName Name {
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
18private XmlQualifiedName name;
System\Xml\Xsl\XsltOld\Compiler.cs (7)
75private XmlQualifiedName currentMode; 102public static XmlQualifiedName BuiltInMode = new XmlQualifiedName("*", string.Empty); 381internal void InsertKey(XmlQualifiedName name, int MatchKey, int UseKey) { 385internal void AddDecimalFormat(XmlQualifiedName name, DecimalFormat formatinfo) { 462internal XmlQualifiedName CreateXPathQName(string qname) { 469internal XmlQualifiedName CreateXmlQName(string qname) { 623internal XmlQualifiedName CurrentMode {
System\Xml\Xsl\XsltOld\ContainerAction.cs (3)
275XmlQualifiedName Name = null; 315XmlQualifiedName Name = null; 828internal void CheckDuplicateParams(XmlQualifiedName name) {
System\Xml\Xsl\XsltOld\InputScope.cs (2)
100public VariableAction ResolveVariable(XmlQualifiedName qname) { 112public VariableAction ResolveGlobalVariable(XmlQualifiedName qname) {
System\Xml\Xsl\XsltOld\Processor.cs (7)
199internal object GetGlobalParameter(XmlQualifiedName qname) { 455internal void PushTemplateLookup(XPathNodeIterator nodeSet, XmlQualifiedName mode, Stylesheet importsOf) { 924internal void SetParameter(XmlQualifiedName name, object value) { 935internal object GetParameter(XmlQualifiedName name) { 945internal XmlQualifiedName currentMode; 971internal XmlQualifiedName GetPrevioseMode() { 977internal void SetCurrentMode(XmlQualifiedName mode) {
System\Xml\Xsl\XsltOld\RootAction.cs (8)
22XmlQualifiedName name; 27public Key(XmlQualifiedName name, int matchkey, int usekey) { 34public XmlQualifiedName Name { get { return this.name; } } 101internal void InsertKey(XmlQualifiedName name, int MatchKey, int UseKey){ 108internal AttributeSetAction GetAttributeSet(XmlQualifiedName name) { 166foreach (XmlQualifiedName qname in setQNames) { 195internal void AddDecimalFormat(XmlQualifiedName name, DecimalFormat formatinfo) { 217internal DecimalFormat GetDecimalFormat(XmlQualifiedName name) {
System\Xml\Xsl\XsltOld\Stylesheet.cs (6)
144XmlQualifiedName mode = template.Mode; 169mode = XmlQualifiedName.Empty; 245internal TemplateAction FindTemplate(Processor processor, XPathNavigator navigator, XmlQualifiedName mode) { 273internal TemplateAction FindTemplateImports(Processor processor, XPathNavigator navigator, XmlQualifiedName mode) { 303Debug.Assert(this.templates == null && this.modeManagers == null || this.templates == this.modeManagers[XmlQualifiedName.Empty]); 326internal TemplateAction FindTemplate(XmlQualifiedName name) {
System\Xml\Xsl\XsltOld\TemplateAction.cs (4)
20private XmlQualifiedName name; 22private XmlQualifiedName mode; 30internal XmlQualifiedName Name { 38internal XmlQualifiedName Mode {
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (2)
16protected XmlQualifiedName mode; 19internal void Initialize(XmlQualifiedName mode, Stylesheet importsOf) {
System\Xml\Xsl\XsltOld\Templatemanager.cs (4)
17private XmlQualifiedName mode; 44internal XmlQualifiedName Mode { 48internal TemplateManager(Stylesheet stylesheet, XmlQualifiedName mode) { 57(template.Mode == null && this.mode.Equals(XmlQualifiedName.Empty)) ||
System\Xml\Xsl\XsltOld\UseAttributesetsAction.cs (5)
17private XmlQualifiedName[] useAttributeSets; 22internal XmlQualifiedName[] UsedSets { 34this.useAttributeSets = new XmlQualifiedName[0]; 41this.useAttributeSets = new XmlQualifiedName[qnames.Length]; { 53this.useAttributeSets = new XmlQualifiedName[0];
System\Xml\Xsl\XsltOld\VariableAction.cs (2)
26protected XmlQualifiedName name; 37internal XmlQualifiedName Name {
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
65XmlQualifiedName qname = new XmlQualifiedName(name, namespaceURI); 713XmlQualifiedName keyName = new XmlQualifiedName(local, ns);
System\Xml\Xsl\XsltOld\XsltOutput.cs (2)
175XmlQualifiedName qname = compiler.CreateXmlQName(qnames[i]); 190XmlQualifiedName method = compiler.CreateXPathQName(value);
System.IdentityModel (22)
System\IdentityModel\Metadata\MetadataSerializer.cs (11)
2041protected virtual void WriteProtocolEndpoint(XmlWriter writer, ProtocolEndpoint endpoint, XmlQualifiedName element) 2374XmlQualifiedName element = new XmlQualifiedName(Saml2MetadataConstants.Elements.SingleSignOnService, Saml2MetadataConstants.Namespace); 2396protected virtual void WriteIndexedProtocolEndpoint(XmlWriter writer, IndexedProtocolEndpoint indexedEP, XmlQualifiedName element) 2515protected virtual void WriteLocalizedName(XmlWriter writer, LocalizedName name, XmlQualifiedName element) 2557protected virtual void WriteLocalizedUri(XmlWriter writer, LocalizedUri uri, XmlQualifiedName element) 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\Saml2SecurityTokenHandler.cs (4)
2316XmlQualifiedName declaredType = XmlUtil.GetXsiType(reader); 4058XmlQualifiedName declaredType = XmlUtil.GetXsiType(reader); 4897XmlQualifiedName declaredType = XmlUtil.GetXsiType(reader); 5253XmlQualifiedName type = XmlUtil.GetXsiType(reader);
System\IdentityModel\Tokens\SamlAuthorityBinding.cs (3)
15XmlQualifiedName authorityKind; 21public SamlAuthorityBinding(XmlQualifiedName authorityKind, string binding, string location) 35public XmlQualifiedName AuthorityKind
System\IdentityModel\XmlUtil.cs (4)
125public static XmlQualifiedName GetXsiType(XmlReader reader) 138public static bool EqualsQName(XmlQualifiedName qname, string localName, string namespaceUri) 156public static XmlQualifiedName ResolveQName(XmlReader reader, string qstring) 181XmlQualifiedName declaredType = GetXsiType(reader);
System.Runtime.Serialization (269)
System\Runtime\Serialization\ClassDataContract.cs (4)
13using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 691XmlQualifiedName stableName = GetStableNameAndSetHasDataContract(type); 1082XmlQualifiedName GetStableNameAndSetHasDataContract(Type type) 1410XmlQualifiedName stableName;
System\Runtime\Serialization\CodeExporter.cs (14)
19using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 56foreach (KeyValuePair<XmlQualifiedName, DataContract> pair in dataContractSet) 230bool TryGetReferencedType(XmlQualifiedName stableName, DataContract dataContract, out Type type) 267foreach (KeyValuePair<XmlQualifiedName, DataContract> pair in dataContractSet) 282ExportClassDataContractHierarchy(classDataContract.StableName, classDataContract, contractCodeDomInfo, new Dictionary<XmlQualifiedName, object>()); 309void ExportClassDataContractHierarchy(XmlQualifiedName typeName, ClassDataContract classContract, ContractCodeDomInfo contractCodeDomInfo, Dictionary<XmlQualifiedName, object> contractNamesInHierarchy) 377XmlQualifiedName GenericListName 387XmlQualifiedName GenericDictionaryName 577XmlQualifiedName genericStableName = dataContract.GenericInfo.GetExpandedStableName(); 630XmlQualifiedName expectedType = itemContract.GetArrayTypeName(collectionContract.IsItemTypeNullable); 722XmlQualifiedName stableName = paramInfo.GetExpandedStableName(); 999foreach (KeyValuePair<XmlQualifiedName, DataContract> pair in knownContracts) 1290XmlQualifiedName typeName = xmlDataContract.IsAnonymous
System\Runtime\Serialization\CollectionDataContract.cs (1)
16using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>;
System\Runtime\Serialization\DataContract.cs (33)
20using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 249internal XmlQualifiedName StableName 402static Dictionary<XmlQualifiedName, DataContract> nameToBuiltInContract; 421XmlQualifiedName stableName; 705nameToBuiltInContract = new Dictionary<XmlQualifiedName, DataContract>(); 708XmlQualifiedName qname = new XmlQualifiedName(name, ns); 776type = typeof(XmlQualifiedName); 859else if (type == typeof(XmlQualifiedName)) 1163internal XmlQualifiedName StableName 1254internal void SetDataContractName(XmlQualifiedName stableName) 1409internal static XmlQualifiedName GetStableName(Type type) 1415internal static XmlQualifiedName GetStableName(Type type, out bool hasDataContract) 1424static XmlQualifiedName GetStableName(Type type, Dictionary<Type, object> previousCollectionTypes, out bool hasDataContract) 1427XmlQualifiedName stableName; 1450static XmlQualifiedName GetDCTypeStableName(Type type, DataContractAttribute dataContractAttribute) 1478static XmlQualifiedName GetNonDCTypeStableName(Type type, Dictionary<Type, object> previousCollectionTypes) 1503static bool TryGetBuiltInXmlAndArrayTypeStableName(Type type, Dictionary<Type, object> previousCollectionTypes, out XmlQualifiedName stableName) 1516XmlQualifiedName xmlTypeStableName; 1550internal static XmlQualifiedName GetCollectionStableName(Type type, Type itemType, out CollectionDataContractAttribute collectionContractAttribute) 1555static XmlQualifiedName GetCollectionStableName(Type type, Type itemType, Dictionary<Type, object> previousCollectionTypes, out CollectionDataContractAttribute collectionContractAttribute) 1593XmlQualifiedName elementStableName = GetStableName(itemType, previousCollectionTypes, out hasDataContract); 1613internal XmlQualifiedName GetArrayTypeName(bool isNullable) 1615XmlQualifiedName itemName; 1635internal static XmlQualifiedName GetDefaultStableName(Type type) 1677XmlQualifiedName qname = DataContract.GetStableName(genParam); 1756internal static XmlQualifiedName CreateQualifiedName(string localName, string ns) 2522XmlQualifiedName GetStableName(int i) 2525XmlQualifiedName qname = o as XmlQualifiedName; 2541XmlQualifiedName stableName; 2545internal GenericInfo(XmlQualifiedName stableName, string genericTypeName) 2573internal XmlQualifiedName GetExpandedStableName() 2585internal XmlQualifiedName StableName
System\Runtime\Serialization\DataContractSerializer.cs (1)
19using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>;
System\Runtime\Serialization\DataContractSet.cs (24)
13using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 18Dictionary<XmlQualifiedName, DataContract> contracts; 25Dictionary<XmlQualifiedName, object> referencedTypesDictionary; 26Dictionary<XmlQualifiedName, object> referencedCollectionTypesDictionary; 47foreach (KeyValuePair<XmlQualifiedName, DataContract> pair in dataContractSet) 61Dictionary<XmlQualifiedName, DataContract> Contracts 67contracts = new Dictionary<XmlQualifiedName, DataContract>(); 119public void Add(XmlQualifiedName name, DataContract dataContract) 126internal void InternalAdd(XmlQualifiedName name, DataContract dataContract) 223internal XmlQualifiedName GetStableName(Type clrType) 300public DataContract this[XmlQualifiedName key] 318public bool Remove(XmlQualifiedName key) 325public IEnumerator<KeyValuePair<XmlQualifiedName, DataContract>> GetEnumerator() 352Dictionary<XmlQualifiedName, object> GetReferencedTypes() 356referencedTypesDictionary = new Dictionary<XmlQualifiedName, object>(); 374Dictionary<XmlQualifiedName, object> GetReferencedCollectionTypes() 378referencedCollectionTypesDictionary = new Dictionary<XmlQualifiedName, object>(); 388XmlQualifiedName genericDictionaryName = DataContract.GetStableName(Globals.TypeOfDictionaryGeneric); 395void AddReferencedType(Dictionary<XmlQualifiedName, object> referencedTypes, Type type) 399XmlQualifiedName stableName; 441internal bool TryGetReferencedType(XmlQualifiedName stableName, DataContract dataContract, out Type type) 446internal bool TryGetReferencedCollectionType(XmlQualifiedName stableName, DataContract dataContract, out Type type) 451bool TryGetReferencedType(XmlQualifiedName stableName, DataContract dataContract, bool useReferencedCollectionTypes, out Type type) 454Dictionary<XmlQualifiedName, object> referencedTypes = useReferencedCollectionTypes ? GetReferencedCollectionTypes() : GetReferencedTypes();
System\Runtime\Serialization\EnumDataContract.cs (13)
49static internal XmlQualifiedName GetBaseContractName(Type type) 57static internal Type GetBaseType(XmlQualifiedName baseContractName) 62internal XmlQualifiedName BaseContractName 136static Dictionary<Type, XmlQualifiedName> typeToName; 137static Dictionary<XmlQualifiedName, Type> nameToType; 139XmlQualifiedName baseContractName; 149typeToName = new Dictionary<Type, XmlQualifiedName>(); 150nameToType = new Dictionary<XmlQualifiedName, Type>(); 164XmlQualifiedName stableName = CreateQualifiedName(localName, Globals.SchemaNamespace); 169static internal XmlQualifiedName GetBaseContractName(Type type) 171XmlQualifiedName retVal = null; 176static internal Type GetBaseType(XmlQualifiedName baseContractName) 220internal XmlQualifiedName BaseContractName
System\Runtime\Serialization\Globals.cs (5)
27static XmlQualifiedName idQualifiedName; 28internal static XmlQualifiedName IdQualifiedName 40static XmlQualifiedName refQualifiedName; 41internal static XmlQualifiedName RefQualifiedName 635typeOfXmlQualifiedName = typeof(XmlQualifiedName);
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
16using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>;
System\Runtime\Serialization\Json\JsonDataContract.cs (5)
63Dictionary<XmlQualifiedName, DataContract> KnownDataContracts 159Dictionary<XmlQualifiedName, DataContract> knownDataContracts; 170internal Dictionary<XmlQualifiedName, DataContract> KnownDataContracts 302foreach (KeyValuePair<XmlQualifiedName, DataContract> knownDataContract in traditionalDataContract.KnownDataContracts) 312knownDataContracts = new Dictionary<XmlQualifiedName, DataContract>();
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (2)
59internal static XmlQualifiedName ParseQualifiedName(string qname) 89internal override XmlQualifiedName ReadContentAsQName()
System\Runtime\Serialization\Json\JsonWriterDelegator.cs (2)
45internal override void WriteQName(XmlQualifiedName value) 47if (value != XmlQualifiedName.Empty)
System\Runtime\Serialization\Json\JsonXmlDataContract.cs (5)
61List<XmlQualifiedName> stableNames = new List<XmlQualifiedName>(); 62Dictionary<XmlQualifiedName, DataContract>[] entries = context.scopedKnownTypes.dataContractDictionaries; 67Dictionary<XmlQualifiedName, DataContract> entry = entries[i]; 70foreach (KeyValuePair<XmlQualifiedName, DataContract> pair in entry)
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (2)
151XmlQualifiedName qualifiedTypeName = JsonReaderDelegator.ParseQualifiedName(xmlReader.Value); 318protected override DataContract ResolveDataContractFromRootDataContract(XmlQualifiedName typeQName)
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (2)
386internal static DataContract ResolveJsonDataContractFromRootDataContract(XmlObjectSerializerContext context, XmlQualifiedName typeQName, DataContract rootTypeDataContract) 413protected override DataContract ResolveDataContractFromRootDataContract(XmlQualifiedName typeQName)
System\Runtime\Serialization\PrimitiveDataContract.cs (2)
827: base(typeof(XmlQualifiedName), DictionaryGlobals.QNameLocalName, DictionaryGlobals.SchemaNamespace) 841writer.WriteQName((XmlQualifiedName)obj);
System\Runtime\Serialization\SchemaExporter.cs (32)
56foreach (KeyValuePair<XmlQualifiedName, DataContract> pair in dataContractSet) 236XmlElement ExportActualType(XmlQualifiedName typeName) 241static XmlElement ExportActualType(XmlQualifiedName typeName, XmlDocument xmlDoc) 292XmlQualifiedName dcqname = DataContract.GetStableName(clrType); 486XmlSchemaComplexContentExtension CreateTypeContent(XmlSchemaComplexType type, XmlQualifiedName baseTypeName, XmlSchema schema) 500XmlQualifiedName typeQName; 562XmlQualifiedName qname; 597internal static void GetXmlTypeInfo(Type type, out XmlQualifiedName stableName, out XmlSchemaType xsdType, out bool hasRoot) 608static bool InvokeSchemaProviderMethod(Type clrType, XmlSchemaSet schemas, out XmlQualifiedName stableName, out XmlSchemaType xsdType, out bool hasRoot) 692stableName = (XmlQualifiedName)typeInfo; 698static void InvokeGetSchemaMethod(Type clrType, XmlSchemaSet schemas, XmlQualifiedName stableName) 749internal static bool IsSpecialXmlType(Type type, out XmlQualifiedName typeName, out XmlSchemaType xsdType, out bool hasRoot) 805XmlSchemaAnnotation GetSchemaAnnotation(XmlQualifiedName annotationQualifiedName, string innerText, XmlSchema schema) 836XmlElement GetAnnotationMarkup(XmlQualifiedName annotationQualifiedName, string innerText, XmlSchema schema) 879static XmlQualifiedName anytypeQualifiedName; 880internal static XmlQualifiedName AnytypeQualifiedName 896static XmlQualifiedName stringQualifiedName; 897internal static XmlQualifiedName StringQualifiedName 913static XmlQualifiedName defaultEnumBaseTypeName; 914internal static XmlQualifiedName DefaultEnumBaseTypeName 930static XmlQualifiedName enumerationValueAnnotationName; 931internal static XmlQualifiedName EnumerationValueAnnotationName 947static XmlQualifiedName surrogateDataAnnotationName; 948internal static XmlQualifiedName SurrogateDataAnnotationName 964static XmlQualifiedName defaultValueAnnotation; 965internal static XmlQualifiedName DefaultValueAnnotation 981static XmlQualifiedName actualTypeAnnotationName; 982internal static XmlQualifiedName ActualTypeAnnotationName 998static XmlQualifiedName isDictionaryAnnotationName; 999internal static XmlQualifiedName IsDictionaryAnnotationName 1015static XmlQualifiedName isValueTypeName; 1016internal static XmlQualifiedName IsValueTypeName
System\Runtime\Serialization\SchemaHelper.cs (8)
12using SchemaObjectDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, SchemaObjectInfo>; 41internal static XmlSchemaType GetSchemaType(XmlSchemaSet schemas, XmlQualifiedName typeQName, out XmlSchema outSchema) 64internal static XmlSchemaType GetSchemaType(SchemaObjectDictionary schemaInfo, XmlQualifiedName typeName) 74internal static XmlSchema GetSchemaWithType(SchemaObjectDictionary schemaInfo, XmlSchemaSet schemas, XmlQualifiedName typeName) 94internal static XmlSchemaElement GetSchemaElement(XmlSchemaSet schemas, XmlQualifiedName elementQName, out XmlSchema outSchema) 117internal static XmlSchemaElement GetSchemaElement(SchemaObjectDictionary schemaInfo, XmlQualifiedName elementName) 206internal static XmlQualifiedName GetGlobalElementDeclaration(XmlSchemaSet schemas, XmlQualifiedName typeQName, out bool isNullable)
System\Runtime\Serialization\SchemaImporter.cs (60)
18using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 19using SchemaObjectDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, SchemaObjectInfo>; 26ICollection<XmlQualifiedName> typeNames; 28XmlQualifiedName[] elementTypeNames; 39internal SchemaImporter(XmlSchemaSet schemas, ICollection<XmlQualifiedName> typeNames, ICollection<XmlSchemaElement> elements, XmlQualifiedName[] elementTypeNames, DataContractSet dataContractSet, bool importXmlDataType) 100foreach (XmlQualifiedName typeName in typeNames) 112XmlQualifiedName typeName = element.SchemaTypeName; 173void ImportKnownTypes(XmlQualifiedName typeName) 260XmlQualifiedName currentTypeName = new XmlQualifiedName(schemaType.Name, schema.TargetNamespace); 272XmlQualifiedName baseTypeName = GetBaseTypeName(schemaType); 297XmlQualifiedName currentElementName = new XmlQualifiedName(schemaElement.Name, schema.TargetNamespace); 315XmlQualifiedName GetBaseTypeName(XmlSchemaType type) 317XmlQualifiedName baseTypeName = null; 359DataContract ImportAnonymousGlobalElement(XmlSchemaElement element, XmlQualifiedName typeQName, string ns) 371DataContract ImportAnonymousElement(XmlSchemaElement element, XmlQualifiedName typeQName) 390DataContract ImportType(XmlQualifiedName typeName) 411DataContract ImportType(XmlSchemaType type, XmlQualifiedName typeName, bool isAnonymous) 478XmlQualifiedName baseTypeName = restriction.BaseTypeName; 490if (type.QualifiedName != XmlQualifiedName.Empty) 529private void RemoveFailedContract(XmlQualifiedName typeName) 554XmlQualifiedName expectedBase = SchemaExporter.StringQualifiedName; 555if (restriction.BaseTypeName != XmlQualifiedName.Empty) 629DataContract ImportType(XmlQualifiedName typeName, XmlSchemaParticle rootParticle, XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute anyAttribute, XmlQualifiedName baseTypeName, XmlSchemaAnnotation annotation) 662ClassDataContract ImportClass(XmlQualifiedName typeName, XmlSchemaSequence rootSequence, XmlQualifiedName baseTypeName, XmlSchemaAnnotation annotation, bool isReference) 705DataContract ImportXmlDataType(XmlQualifiedName typeName, XmlSchemaType xsdType, bool isAnonymous) 758XmlQualifiedName xlinqTypeName = new XmlQualifiedName("XElement", "http://schemas.datacontract.org/2004/07/System.Xml.Linq"); 822bool IsValueType(XmlQualifiedName typeName, XmlSchemaAnnotation annotation) 842ClassDataContract ImportISerializable(XmlQualifiedName typeName, XmlSchemaSequence rootSequence, XmlQualifiedName baseTypeName, XmlSchemaObjectCollection attributes, XmlSchemaAnnotation annotation) 864void CheckISerializableBase(XmlQualifiedName typeName, XmlSchemaSequence rootSequence, XmlSchemaObjectCollection attributes) 889XmlQualifiedName factoryTypeAttributeRefName = SchemaExporter.ISerializableFactoryTypeAttribute.RefName; 910bool IsISerializableDerived(XmlQualifiedName typeName, XmlSchemaSequence rootSequence) 918void ImportBaseContract(XmlQualifiedName baseTypeName, ClassDataContract dataContract) 944void ImportTopLevelElement(XmlQualifiedName typeName) 952XmlQualifiedName elementTypeName = topLevelElement.SchemaTypeName; 968XmlQualifiedName typeName = dataContract.StableName; 998XmlQualifiedName memberTypeName = ImportActualType(element.Annotation, element.SchemaTypeName, typeName); 1028XmlQualifiedName surrogateDataAnnotationName = SchemaExporter.SurrogateDataAnnotationName; 1034private bool? ImportEmitDefaultValue(XmlSchemaAnnotation annotation, XmlQualifiedName typeName) 1046internal static XmlQualifiedName ImportActualType(XmlSchemaAnnotation annotation, XmlQualifiedName defaultTypeName, XmlQualifiedName typeName) 1066CollectionDataContract ImportCollection(XmlQualifiedName typeName, XmlSchemaSequence rootSequence, XmlSchemaObjectCollection attributes, XmlSchemaAnnotation annotation, bool isReference) 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); 1158bool IsDictionary(XmlQualifiedName typeName, XmlSchemaAnnotation annotation) 1175EnumDataContract ImportFlagsEnum(XmlQualifiedName typeName, XmlSchemaSimpleTypeList list, XmlSchemaAnnotation annotation) 1200EnumDataContract ImportEnum(XmlQualifiedName typeName, XmlSchemaSimpleTypeRestriction restriction, bool isFlags, XmlSchemaAnnotation annotation) 1230DataContract ImportSimpleTypeRestriction(XmlQualifiedName typeName, XmlSchemaSimpleTypeRestriction restriction) 1258XmlQualifiedName surrogateDataAnnotationName = SchemaExporter.SurrogateDataAnnotationName; 1358void CheckComplexType(XmlQualifiedName typeName, XmlSchemaComplexType type) 1366void CheckIfElementUsesUnsupportedConstructs(XmlQualifiedName typeName, XmlSchemaElement element) 1378void ImportAttributes(XmlQualifiedName typeName, XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute anyAttribute, out bool isReference) 1407bool TryCheckIfAttribute(XmlQualifiedName typeName, XmlSchemaAttribute attribute, XmlQualifiedName refName, ref bool foundAttribute) 1422string GetInnerText(XmlQualifiedName typeName, XmlElement xmlElement) 1438static XmlElement ImportAnnotation(XmlSchemaAnnotation annotation, XmlQualifiedName annotationQualifiedName)
System\Runtime\Serialization\ScopedKnownTypes.cs (2)
9using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 29internal DataContract GetDataContract(XmlQualifiedName qname)
System\Runtime\Serialization\XmlDataContract.cs (3)
15using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 203XmlQualifiedName stableName; 325internal void SetTopLevelElementName(XmlQualifiedName elementName)
System\Runtime\Serialization\XmlObjectSerializer.cs (1)
16using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>;
System\Runtime\Serialization\XmlObjectSerializerContext.cs (7)
13using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>; 227DataContract GetDataContractFromSerializerKnownTypes(XmlQualifiedName qname) 276DataContract ResolveDataContractFromKnownTypes(XmlQualifiedName typeName) 290DataContract ResolveDataContractFromDataContractResolver(XmlQualifiedName typeName, Type declaredType) 308internal Type ResolveNameFromKnownTypes(XmlQualifiedName typeName) 323XmlQualifiedName qname = new XmlQualifiedName(typeName, typeNs); 349protected virtual DataContract ResolveDataContractFromRootDataContract(XmlQualifiedName typeQName)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
235bool ReplaceScopedKnownTypesTop(Dictionary<XmlQualifiedName, DataContract> knownDataContracts, bool knownTypesAddedInCurrentScope)
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
15using DataContractDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, DataContract>;
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (3)
342public virtual void WriteQName(XmlWriterDelegator xmlWriter, XmlQualifiedName value) 346public virtual void WriteQName(XmlWriterDelegator xmlWriter, XmlQualifiedName value, XmlDictionaryString name, XmlDictionaryString ns) 349WriteNull(xmlWriter, typeof(XmlQualifiedName), true/*isMemberTypeSerializable*/, name, ns);
System\Runtime\Serialization\XmlObjectSerializerWriteContextComplex.cs (3)
216public override void WriteQName(XmlWriterDelegator xmlWriter, XmlQualifiedName value) 221public override void WriteQName(XmlWriterDelegator xmlWriter, XmlQualifiedName value, XmlDictionaryString name, XmlDictionaryString ns) 224WriteNull(xmlWriter, typeof(XmlQualifiedName), true/*isMemberTypeSerializable*/, name, ns);
System\Runtime\Serialization\XmlReaderDelegator.cs (5)
338return new DataNode<XmlQualifiedName>(ReadContentAsQName()); 797public XmlQualifiedName ReadElementContentAsQName() 800XmlQualifiedName obj = ReadContentAsQName(); 805internal virtual XmlQualifiedName ReadContentAsQName() 810XmlQualifiedName ParseQualifiedName(string str)
System\Runtime\Serialization\XmlSerializableServices.cs (1)
71public static void AddDefaultSchema(XmlSchemaSet schemas, XmlQualifiedName typeQName)
System\Runtime\Serialization\XmlWriterDelegator.cs (4)
356WriteQName((XmlQualifiedName)value); 435WriteQName(((DataNode<XmlQualifiedName>)dataNode).GetValue()); 654internal virtual void WriteQName(XmlQualifiedName value) 656if (value != XmlQualifiedName.Empty)
System\Runtime\Serialization\XsdDataContractExporter.cs (3)
188public XmlQualifiedName GetSchemaTypeName(Type type) 197return XmlQualifiedName.Empty; 214public XmlQualifiedName GetRootElementName(Type type)
System\Runtime\Serialization\XsdDataContractImporter.cs (19)
26static readonly XmlQualifiedName[] emptyTypeNameArray = new XmlQualifiedName[0]; 31XmlQualifiedName[] singleTypeNameArray; 88public void Import(XmlSchemaSet schemas, ICollection<XmlQualifiedName> typeNames) 99public void Import(XmlSchemaSet schemas, XmlQualifiedName typeName) 111public XmlQualifiedName Import(XmlSchemaSet schemas, XmlSchemaElement element) 134public bool CanImport(XmlSchemaSet schemas, ICollection<XmlQualifiedName> typeNames) 145public bool CanImport(XmlSchemaSet schemas, XmlQualifiedName typeName) 153return InternalCanImport(schemas, new XmlQualifiedName[] { typeName }, emptyElementArray, emptyTypeNameArray); 170public CodeTypeReference GetCodeTypeReference(XmlQualifiedName typeName) 177public CodeTypeReference GetCodeTypeReference(XmlQualifiedName typeName, XmlSchemaElement element) 189internal DataContract FindDataContract(XmlQualifiedName typeName) 204public ICollection<CodeTypeReference> GetKnownTypeReferences(XmlQualifiedName typeName) 221XmlQualifiedName[] SingleTypeNameArray 226singleTypeNameArray = new XmlQualifiedName[1]; 245void InternalImport(XmlSchemaSet schemas, ICollection<XmlQualifiedName> typeNames, ICollection<XmlSchemaElement> elements, XmlQualifiedName[] elementTypeNames/*filled on return*/) 295bool InternalCanImport(XmlSchemaSet schemas, ICollection<XmlQualifiedName> typeNames, ICollection<XmlSchemaElement> elements, XmlQualifiedName[] elementTypeNames)
System.ServiceModel (309)
System\ServiceModel\Channels\AddressHeader.cs (1)
254XmlQualifiedName rootName = new XsdDataContractExporter().GetRootElementName(type);
System\ServiceModel\Channels\CompositeDuplexBindingElement.cs (1)
123XmlQualifiedName refPropHeaderName = new XmlQualifiedName(XD.UtilityDictionary.UniqueEndpointHeaderName.Value,
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (4)
2868XmlQualifiedName[] wsrmMessageHeaders = new XmlQualifiedName[] 2987XmlQualifiedName[] wsrmMessageHeaders = new XmlQualifiedName[]
System\ServiceModel\Channels\TransportBindingElementImporter.cs (10)
124XmlQualifiedName wsdlBindingQName; 202static Dictionary<XmlQualifiedName, XmlQualifiedName> GetGeneratedTransportBindingElements(MetadataImporter importer) 207retValue = new Dictionary<XmlQualifiedName, XmlQualifiedName>(); 210return (Dictionary<XmlQualifiedName, XmlQualifiedName>)retValue; 213internal static void RegisterTransportBindingElement(MetadataImporter importer, XmlQualifiedName wsdlBindingQName) 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 (3)
16XmlQualifiedName wsdlBinding; 21internal protected UnrecognizedAssertionsBindingElement(XmlQualifiedName wsdlBinding, ICollection<XmlElement> bindingAsserions) 28internal XmlQualifiedName WsdlBinding
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (5)
38XmlQualifiedName contractQName = new XmlQualifiedName(contract.Name, contract.Namespace); 51XmlQualifiedName serviceQName = new XmlQualifiedName("comPlusService", serviceNs); 326public static void Trace(TraceEventType type, int traceCode, string description, XmlQualifiedName bindingQname, XmlQualifiedName contractQname, 336XmlQualifiedName serviceName = new XmlQualifiedName(name, wsdl.TargetNamespace);
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (8)
105XmlQualifiedName contractQname; 111XmlQualifiedName contractQname, string contract) 779XmlQualifiedName bindingQname; 782XmlQualifiedName contractQname; 785XmlQualifiedName serviceQname; 797XmlQualifiedName bindingQname, 798XmlQualifiedName contractQname, 799XmlQualifiedName serviceQname,
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
217XmlQualifiedName contractQName = new XmlQualifiedName(contract.Name, ns);
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
482ServiceEndpointCollection ImportWsdlPortType(XmlQualifiedName portTypeQName, WsdlImporter importer)
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (2)
279XmlQualifiedName contractQname = new XmlQualifiedName(portType, contractNamespace); 280XmlQualifiedName bindingQname = new XmlQualifiedName(bindingName, bindingNamespace);
System\ServiceModel\Configuration\UnrecognizedPolicyAssertionElement.cs (2)
18XmlQualifiedName wsdlBinding; 43return new UnrecognizedAssertionsBindingElement(XmlQualifiedName.Empty, null);
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 (30)
53XmlQualifiedName qname = new XmlQualifiedName(element.Name, elementNs); 186WsdlNS.MessagePart wsdlPart = AddMessagePart(message, partName, XmlQualifiedName.Empty, DataContractSerializerMessageContractImporter.GenericMessageTypeName); 215XmlQualifiedName elementName = ExportFaultElement(fault); 225XmlQualifiedName ExportFaultElement(FaultDescription fault) 228XmlQualifiedName typeName = ExportType(fault.DetailType, fault.Name, operation.Name, out xsdType); 229XmlQualifiedName elementName; 256protected XmlQualifiedName ExportType(Type type, string partName, string operationName, out XmlSchemaType xsdType) 265XmlQualifiedName typeName = DataContractExporter.GetSchemaTypeName(type); 279static protected WsdlNS.MessagePart AddMessagePart(WsdlNS.Message message, string partName, XmlQualifiedName elementName, XmlQualifiedName typeName) 346static protected bool IsNullOrEmpty(XmlQualifiedName qname) 351protected void ExportGlobalElement(string elementName, string elementNs, bool isNillable, XmlQualifiedName typeName, XmlSchemaType xsdType, XmlSchemaSet schemaSet) 368void ExportLocalElement(string wrapperNs, string elementName, string elementNs, XmlQualifiedName typeName, XmlSchemaType xsdType, bool multiple, bool isOptional, bool isNillable, XmlSchemaSequence sequence, XmlSchemaSet schemaSet) 410AddMessagePart(message, "parameters", new XmlQualifiedName(elementName, elementNs), XmlQualifiedName.Empty); 558protected void ExportMessagePart(WsdlNS.Message message, MessagePartDescription part, XmlQualifiedName typeName, XmlSchemaType xsdType, bool isOptional, bool isNillable, bool skipSchemaExport, bool generateElement, string wrapperNs, XmlSchemaSequence wrapperSequence, XmlSchemaSet schemaSet) 581wsdlPart = AddMessagePart(message, partName, new XmlQualifiedName(elementName, part.Namespace), XmlQualifiedName.Empty); 589wsdlPart = AddMessagePart(message, partName, XmlQualifiedName.Empty, typeName); 692XmlQualifiedName wsdlHeaderMessageName = new XmlQualifiedName(headerMessage.Name, headerMessage.ServiceDescription.TargetNamespace); 735void ExportMessageHeaderBinding(MessageHeaderDescription header, XmlQualifiedName messageName, bool isEncoded, WsdlNS.MessageBinding messageBinding) 791readonly internal Dictionary<XmlQualifiedName, OperationElement> ElementTypes = new Dictionary<XmlQualifiedName, OperationElement>(); 949XmlQualifiedName typeName = ExportType(dataContractType, header.Name, operation.Name, out xsdType); 979XmlQualifiedName typeName = ExportType(dataContractType, description.Body.ReturnValue.Name, operation.Name, out xsdType); 987XmlQualifiedName typeName = ExportType(dataContractType, bodyPart.Name, operation.Name, out xsdType); 1150XmlQualifiedName elementName = ExportFaultElement(fault, operationReflector); 1160XmlQualifiedName ExportFaultElement(FaultDescription fault, XmlSerializerOperationBehavior.Reflector.OperationReflector operationReflector) 1162XmlQualifiedName elementName; 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 (59)
27static readonly XmlQualifiedName AnyType = new XmlQualifiedName("anyType", XmlSchema.Namespace); 245XmlQualifiedName detailElementTypeName; 246XmlQualifiedName detailElementQname; 585XmlQualifiedName detailElementTypeName; 586XmlQualifiedName detailElementQname; 608out XmlQualifiedName detailElementTypeName, out XmlQualifiedName detailElementQname) 675XmlQualifiedName typeName = part.Type; 711XmlQualifiedName typeName = part.Type; 733XmlQualifiedName elementName = wsdlPart.Element; 795static XmlSchemaElement FindSchemaElement(XmlSchemaSet schemaSet, XmlQualifiedName elementName) 801static XmlSchemaElement FindSchemaElement(XmlSchemaSet schemaSet, XmlQualifiedName elementName, out XmlSchema containingSchema) 819static XmlSchemaType FindSchemaType(XmlSchemaSet schemaSet, XmlQualifiedName typeName) 827static XmlSchemaType FindSchemaType(XmlSchemaSet schemaSet, XmlQualifiedName typeName, out XmlSchema containingSchema) 855XmlQualifiedName[] wsdlPrefixNsPairs = wsdl.Namespaces.ToArray(); 861XmlQualifiedName[] xsdPrefixNsPairs = xsdNamespaces.ToArray(); 863foreach (XmlQualifiedName pair in xsdPrefixNsPairs) 865foreach (XmlQualifiedName pair in wsdlPrefixNsPairs) 1218static XmlQualifiedName GetTypeName(XmlSchemaElement element) 1221return XmlQualifiedName.Empty; 1228static bool IsNullOrEmpty(XmlQualifiedName qname) 1238static bool CheckAndAddPart(XmlQualifiedName typeNameFound, XmlQualifiedName typeNameRequired, string name, string ns, Type type, MessageDescription description, bool isReply) 1251static bool CheckPart(XmlQualifiedName typeNameFound, XmlQualifiedName typeNameRequired) 1256static XmlSchemaComplexType GetElementComplexType(XmlQualifiedName elementName, XmlSchemaSet schemaSet, out string ns, out XmlSchemaForm elementFormDefault) 1270XmlQualifiedName schemaTypeName = GetTypeName(schemaElement); 1462internal XmlQualifiedName GetPartName(WsdlNS.MessagePart part) 1499internal MessagePartDescription ImportParameterElement(XmlQualifiedName elementName, bool isHeader, bool isMultiple) 1517internal virtual bool CanImportFault(XmlSchemaElement detailElement, XmlQualifiedName detailElementTypeName) 1522internal virtual CodeTypeReference ImportFaultElement(XmlQualifiedName elementName, XmlSchemaElement element, bool isEncoded) 1527internal virtual CodeTypeReference ImportFaultType(XmlQualifiedName elementName, XmlQualifiedName typeName, bool isEncoded) 1542internal abstract bool CanImportType(XmlQualifiedName typeName); 1543internal abstract string ImportType(MessagePartDescription part, XmlQualifiedName typeName, bool isEncoded); 1546internal abstract bool CanImportWrapperElement(XmlQualifiedName elementName); 1547internal abstract MessagePartDescription[] ImportWrapperElement(XmlQualifiedName elementName); 1596internal override bool CanImportType(XmlQualifiedName typeName) 1600internal override bool CanImportWrapperElement(XmlQualifiedName elementName) 1628internal override bool CanImportFault(XmlSchemaElement detailElement, XmlQualifiedName detailElementTypeName) 1651internal override MessagePartDescription[] ImportWrapperElement(XmlQualifiedName elementName) 1678internal override string ImportType(MessagePartDescription part, XmlQualifiedName typeName, bool isEncoded) 1713XmlQualifiedName typeName = null; 1752private bool IsValueType(XmlQualifiedName typeName) 1788internal override CodeTypeReference ImportFaultElement(XmlQualifiedName elementName, XmlSchemaElement element, bool isEncoded) 1793XmlQualifiedName typeName = DataContractImporter.Import(schemaSet, element); 1815internal override CodeTypeReference ImportFaultType(XmlQualifiedName elementName, XmlQualifiedName typeName, bool isEncoded) 1829internal bool CanImportFaultType(XmlQualifiedName typeName) 1975internal override bool CanImportType(XmlQualifiedName typeName) 1980internal override bool CanImportWrapperElement(XmlQualifiedName elementName) 1990internal override bool CanImportFault(XmlSchemaElement detailElement, XmlQualifiedName detailElementTypeName) 2009internal override MessagePartDescription[] ImportWrapperElement(XmlQualifiedName elementName) 2025internal override CodeTypeReference ImportFaultElement(XmlQualifiedName elementName, XmlSchemaElement element, bool isEncoded) 2029XmlMembersMapping membersMapping = xmlImporter.ImportMembersMapping(new XmlQualifiedName[] { elementName }); 2034internal override CodeTypeReference ImportFaultType(XmlQualifiedName elementName, XmlQualifiedName typeName, bool isEncoded) 2055internal override string ImportType(MessagePartDescription part, XmlQualifiedName typeName, bool isEncoded) 2074XmlMembersMapping membersMapping = xmlImporter.ImportMembersMapping(new XmlQualifiedName[] { element.QualifiedName });
System\ServiceModel\Description\MessageDescription.cs (2)
25XmlQualifiedName xsdType; 175internal XmlQualifiedName XsdTypeName
System\ServiceModel\Description\MessageHeaderDescriptionCollection.cs (2)
15public class MessageHeaderDescriptionCollection : KeyedCollection<XmlQualifiedName, MessageHeaderDescription> 22protected override XmlQualifiedName GetKeyForItem(MessageHeaderDescription item)
System\ServiceModel\Description\MessagePartDescriptionCollection.cs (2)
14public class MessagePartDescriptionCollection : KeyedCollection<XmlQualifiedName, MessagePartDescription> 22protected override XmlQualifiedName GetKeyForItem(MessagePartDescription item)
System\ServiceModel\Description\MetadataImporter.cs (3)
19readonly Dictionary<XmlQualifiedName, ContractDescription> knownContracts = new Dictionary<XmlQualifiedName, ContractDescription>(); 66public Dictionary<XmlQualifiedName, ContractDescription> KnownContracts
System\ServiceModel\Description\MetadataResolver.cs (3)
283Collection<XmlQualifiedName> qnames = new Collection<XmlQualifiedName>(); 292XmlQualifiedName qname = WsdlExporter.WsdlNamingHelper.GetPortTypeQName(cd);
System\ServiceModel\Description\MetadataSet.cs (12)
457System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 462if (!processOuterElement || (xsiType == null || ((object)((System.Xml.XmlQualifiedName)xsiType).Name == (object)id3_MetadataSet && (object)((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item))) 466throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType)); 519System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 524if (xsiType == null || ((object)((System.Xml.XmlQualifiedName)xsiType).Name == (object)id4_MetadataSection && (object)((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) 528throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType)); 615System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 620if (xsiType == null || ((object)((System.Xml.XmlQualifiedName)xsiType).Name == (object)id14_MetadataLocation && (object)((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) 624throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType));
System\ServiceModel\Description\SchemaHelper.cs (1)
179XmlQualifiedName typeName = element.SchemaTypeName;
System\ServiceModel\Description\ServiceEndpointCollection.cs (5)
37public ServiceEndpoint Find(XmlQualifiedName contractName) 55public ServiceEndpoint Find(Type contractType, XmlQualifiedName bindingName) 79public ServiceEndpoint Find(XmlQualifiedName contractName, XmlQualifiedName bindingName) 142public Collection<ServiceEndpoint> FindAll(XmlQualifiedName contractName)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
473XmlQualifiedName serviceName = new XmlQualifiedName(this.description.Name, this.description.Namespace);
System\ServiceModel\Description\ServiceReflector.cs (3)
73internal static XmlQualifiedName GetContractName(Type contractType, string name, string ns) 95XmlQualifiedName contractQname = new XmlQualifiedName(contract.Name, contract.Namespace); 101internal static string GetMessageAction(XmlQualifiedName contractName, string opname, string action, bool isResponse)
System\ServiceModel\Description\TypeLoader.cs (6)
183XmlQualifiedName contractName = NamingHelper.GetContractName(channelType, null, NamingHelper.MSNamespace); 198XmlQualifiedName contractName = NamingHelper.GetContractName(channelType, null, NamingHelper.MSNamespace); 693XmlQualifiedName contractName = NamingHelper.GetContractName(contractType, contractAttr.Name, contractAttr.Namespace); 922XmlQualifiedName contractQname = new XmlQualifiedName(declaringContract.Name, declaringContract.Namespace); 1048XmlQualifiedName contractName, 1503void AddSortedParts<T>(List<T> partDescriptionList, KeyedCollection<XmlQualifiedName, T> partDescriptionCollection)
System\ServiceModel\Description\WsdlExporter.cs (19)
108public void ExportEndpoints(IEnumerable<ServiceEndpoint> endpoints, XmlQualifiedName wsdlServiceQName) 113internal void ExportEndpoints(IEnumerable<ServiceEndpoint> endpoints, XmlQualifiedName wsdlServiceQName, BindingParameterCollection bindingParameters) 145void ExportEndpoint(ServiceEndpoint endpoint, XmlQualifiedName wsdlServiceQName, BindingParameterCollection bindingParameters) 256XmlQualifiedName wsdlPortTypeQName = WsdlNamingHelper.GetPortTypeQName(contract); 307WsdlNS.Binding CreateWsdlBindingAndPort(ServiceEndpoint endpoint, XmlQualifiedName wsdlServiceQName, out WsdlNS.Port wsdlPort, out bool newBinding, out bool bindingNameWasUniquified) 312XmlQualifiedName wsdlBindingQName; 313XmlQualifiedName wsdlPortTypeQName; 502WsdlNS.Service GetOrCreateWsdlService(XmlQualifiedName wsdlServiceQName) 1003static bool PrefixExists(XmlQualifiedName[] prefixDefinitions, string prefix) 1005return Array.Exists<XmlQualifiedName>(prefixDefinitions, 1006delegate(XmlQualifiedName prefixDef) 1017static bool TryMatchNamespace(XmlQualifiedName[] prefixDefinitions, string ns, out string prefix) 1020Array.Find<XmlQualifiedName>(prefixDefinitions, 1021delegate(XmlQualifiedName prefixDef) 1038internal static XmlQualifiedName GetPortTypeQName(ContractDescription contract) 1043internal static XmlQualifiedName GetBindingQName(ServiceEndpoint endpoint, WsdlExporter exporter, out bool wasUniquified) 1061XmlQualifiedName wsdlBindingQName = new XmlQualifiedName(localName, bindingWsdlNamespace); 1256public readonly XmlQualifiedName ServiceQName; 1258public EndpointDictionaryKey(ServiceEndpoint endpoint, XmlQualifiedName serviceQName)
System\ServiceModel\Description\WsdlHelper.cs (9)
84Dictionary<XmlQualifiedName, XmlQualifiedName> bindingReferenceChanges = new Dictionary<XmlQualifiedName, XmlQualifiedName>(); 108private static void MergeWsdl(WsdlNS.ServiceDescription singleWsdl, WsdlNS.ServiceDescription wsdl, Dictionary<XmlQualifiedName, XmlQualifiedName> bindingReferenceChanges) 235private static void EnsureSingleNamespace(WsdlNS.ServiceDescription wsdl, Dictionary<XmlQualifiedName, XmlQualifiedName> bindingReferenceChanges) 276XmlQualifiedName newPortBinding;
System\ServiceModel\Description\WsdlImporter.cs (27)
26readonly Dictionary<XmlQualifiedName, WsdlContractConversionContext> importedPortTypes = new Dictionary<XmlQualifiedName, WsdlContractConversionContext>(); 27readonly Dictionary<XmlQualifiedName, WsdlEndpointConversionContext> importedBindings = new Dictionary<XmlQualifiedName, WsdlEndpointConversionContext>(); 303XmlQualifiedName wsdlPortTypeQName = new XmlQualifiedName(wsdlPortType.Name, wsdlPortType.ServiceDescription.TargetNamespace); 365XmlQualifiedName wsdlBindingQName = new XmlQualifiedName(wsdlBinding.Name, wsdlBinding.ServiceDescription.TargetNamespace); 416XmlQualifiedName bindingQName = WsdlNamingHelper.GetBindingName(wsdlBinding); 464XmlQualifiedName bindingQName = WsdlNamingHelper.GetBindingName(wsdlPort); 532ContractDescription CreateContractDescription(WsdlNS.PortType wsdlPortType, XmlQualifiedName wsdlPortTypeQName) 535XmlQualifiedName contractQName = WsdlNamingHelper.GetContractName(wsdlPortTypeQName); 550Binding CreateBinding(WsdlEndpointConversionContext endpointContext, XmlQualifiedName bindingQName) 573ContractDescription GetOrImportContractDescription(XmlQualifiedName wsdlPortTypeQName, out bool wasExistingContractDescription) 643bool TryFindExistingContract(XmlQualifiedName wsdlPortTypeQName, out ContractDescription existingContract) 645XmlQualifiedName contractQName = WsdlNamingHelper.GetContractName(wsdlPortTypeQName); 772XmlQualifiedName qName = GetUnhandledExtensionQName(ext, item); 810XmlQualifiedName GetUnhandledExtensionQName(object extension, WsdlNS.NamedItem item) 1184internal static XmlQualifiedName GetBindingName(WsdlNS.Binding wsdlBinding) 1190internal static XmlQualifiedName GetBindingName(WsdlNS.Port wsdlPort) 1202internal static XmlQualifiedName GetContractName(XmlQualifiedName wsdlPortTypeQName) 1323XmlQualifiedName wsdlBindingQName = new XmlQualifiedName(wsdlBinding.Name, wsdlBinding.ServiceDescription.TargetNamespace); 1328static public string FindAdHocTransportPolicy(PolicyConversionContext policyContext, out XmlQualifiedName wsdlBindingQName) 1333static public string FindAdHocPolicy(PolicyConversionContext policyContext, string key, out XmlQualifiedName wsdlBindingQName) 1435static void InsertPolicy(string key, string id, WsdlNS.ServiceDescription policyWsdl, string value, XmlQualifiedName wsdlBindingQName) 1453static XmlElement CreatePolicyElement(string elementName, string value, XmlQualifiedName wsdlBindingQName) 1525XmlQualifiedName qName = WsdlExporter.WsdlNamingHelper.GetPortTypeQName(contract); 1641XmlQualifiedName bindingQName = new XmlQualifiedName(endpointContext.WsdlBinding.Name, endpointContext.WsdlBinding.ServiceDescription.TargetNamespace);
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (5)
417XmlQualifiedName elementName; 608internal XmlMembersMapping ImportFaultElement(FaultDescription fault, out XmlQualifiedName elementName) 825XmlQualifiedName faultContractElementName; 829XmlQualifiedName faultContractElementName) 849internal XmlQualifiedName FaultContractElementName
System\ServiceModel\Dispatcher\UniqueContractNameValidationBehavior.cs (3)
15Dictionary<XmlQualifiedName, ContractDescription> contracts = new Dictionary<XmlQualifiedName, ContractDescription>(); 29XmlQualifiedName qname = new XmlQualifiedName(endpoint.Contract.Name, endpoint.Contract.Namespace);
System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (1)
28internal XmlSerializerObjectSerializer(Type type, XmlQualifiedName qualifiedName, XmlSerializer xmlSerializer)
System\ServiceModel\EndpointAddress10.cs (5)
19static XmlQualifiedName eprType; 58static XmlQualifiedName EprType 77public static XmlQualifiedName GetSchema(XmlSchemaSet xmlSchemaSet) 81XmlQualifiedName eprType = EprType; 101foreach (XmlQualifiedName prefixNsPair in eprSchema.Namespaces.ToArray())
System\ServiceModel\EndpointAddressAugust2004.cs (5)
19static XmlQualifiedName eprType; 58static XmlQualifiedName EprType 76public static XmlQualifiedName GetSchema(XmlSchemaSet xmlSchemaSet) 80XmlQualifiedName eprType = EprType; 100foreach (XmlQualifiedName prefixNsPair in eprSchema.Namespaces.ToArray())
System\ServiceModel\Security\ChannelProtectionRequirements.cs (2)
172foreach (XmlQualifiedName headerType in parts.HeaderTypes) 340XmlQualifiedName headerName = new XmlQualifiedName(header.Name, header.Namespace);
System\ServiceModel\Security\IssuedTokensHeader.cs (2)
183internal static Collection<RequestSecurityTokenResponse> ExtractIssuances(Message message, MessageSecurityVersion version, WSSecurityTokenSerializer tokenSerializer, string[] actors, XmlQualifiedName expectedAppliesToQName) 189internal static Collection<RequestSecurityTokenResponse> ExtractIssuances(Message message, SecurityStandardsManager standardsManager, string[] actors, XmlQualifiedName expectedAppliesToQName)
System\ServiceModel\Security\MessagePartSpecification.cs (15)
16List<XmlQualifiedName> headerTypes; 21public ICollection<XmlQualifiedName> HeaderTypes 27headerTypes = new List<XmlQualifiedName>(); 32return new ReadOnlyCollection<XmlQualifiedName>(headerTypes); 102List<XmlQualifiedName> headerTypes = specification.headerTypes; 107this.headerTypes = new List<XmlQualifiedName>(headerTypes.Count); 112XmlQualifiedName qname = headerTypes[i]; 125List<XmlQualifiedName> noDuplicates = new List<XmlQualifiedName>(headerTypes.Count); 128XmlQualifiedName qname = headerTypes[i]; 134XmlQualifiedName qname1 = noDuplicates[j]; 164public MessagePartSpecification(params XmlQualifiedName[] headerTypes) 170public MessagePartSpecification(bool isBodyIncluded, params XmlQualifiedName[] headerTypes) 175this.headerTypes = new List<XmlQualifiedName>(headerTypes.Length); 202XmlQualifiedName qname = this.headerTypes[i];
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
168foreach (XmlQualifiedName headerType in ChannelParts.HeaderTypes)
System\ServiceModel\Security\WSSecurityPolicy.cs (3)
277foreach (XmlQualifiedName header in parts.HeaderTypes) 305foreach (XmlQualifiedName header in parts.HeaderTypes) 387public virtual XmlElement CreateWsspHeaderAssertion(XmlQualifiedName header)
System\ServiceModel\Security\WSTrustServiceContract.cs (3)
1942XmlQualifiedName[] namespaces = context.WsdlBinding.ServiceDescription.Namespaces.ToArray(); 2096XmlQualifiedName inputMessageElement, 2097XmlQualifiedName outputMessageElement)
System\ServiceModel\Security\XmlHelper.cs (2)
35internal static XmlQualifiedName GetAttributeValueAsQName(XmlReader reader, string attributeName) 113internal static XmlQualifiedName GetValueAsQName(XmlReader reader, string value)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (11)
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); 597Dictionary<XmlQualifiedName, string> attrs = null; 617attrs = new Dictionary<XmlQualifiedName, string>(); 632foreach (XmlQualifiedName attr in attrs.Keys)
System\ServiceModel\Syndication\CategoriesDocument.cs (1)
26public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\ExtensibleSyndicationObject.cs (6)
16Dictionary<XmlQualifiedName, string> attributeExtensions; 23this.attributeExtensions = new Dictionary<XmlQualifiedName, string>(); 24foreach (XmlQualifiedName key in source.attributeExtensions.Keys) 43public Dictionary<XmlQualifiedName, string> AttributeExtensions 49this.attributeExtensions = new Dictionary<XmlQualifiedName, string>(); 112foreach (XmlQualifiedName qname in this.attributeExtensions.Keys)
System\ServiceModel\Syndication\IExtensibleSyndicationObject.cs (1)
15Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\ResourceCollectionInfo.cs (1)
86public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (4)
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);
System\ServiceModel\Syndication\ServiceDocument.cs (1)
38public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\SyndicationCategory.cs (1)
53public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\SyndicationContent.cs (5)
19Dictionary<XmlQualifiedName, string> attributeExtensions; 30public Dictionary<XmlQualifiedName, string> AttributeExtensions 36this.attributeExtensions = new Dictionary<XmlQualifiedName, string>(); 103foreach (XmlQualifiedName key in this.attributeExtensions.Keys) 128foreach (XmlQualifiedName key in source.attributeExtensions.Keys)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
284XmlQualifiedName qName = dcExporter.GetRootElementName(this.extensionData.GetType());
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
123public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\SyndicationItem.cs (1)
92public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\SyndicationLink.cs (1)
65public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\SyndicationPerson.cs (1)
55public Dictionary<XmlQualifiedName, string> AttributeExtensions
System\ServiceModel\Syndication\Workspace.cs (1)
44public Dictionary<XmlQualifiedName, string> AttributeExtensions
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\ContractValidationHelper.cs (2)
297XmlQualifiedName xmlQualifiedName = MessageBuilder.XsdDataContractExporter.GetRootElementName(declaredMessageType); 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\Activities\MessageBuilder.cs (1)
145XmlQualifiedName xmlQualifiedName = XsdDataContractExporter.GetRootElementName(type);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpTransportImporter.cs (1)
45XmlQualifiedName wsdlBindingQName;
System.ServiceModel.Discovery (62)
System\ServiceModel\Discovery\ContractTypeNameCollection.cs (3)
9internal class ContractTypeNameCollection : NonNullItemCollection<XmlQualifiedName> 11protected override void InsertItem(int index, XmlQualifiedName item) 20protected override void SetItem(int index, XmlQualifiedName item)
System\ServiceModel\Discovery\DiscoveryVersion.cs (16)
183public readonly XmlQualifiedName AppSequenceType; 184public readonly XmlQualifiedName AnyType; 185public readonly XmlQualifiedName AnyUriType; 186public readonly XmlQualifiedName EprElement; 187public readonly XmlQualifiedName MetadataVersionElement; 188public readonly XmlQualifiedName ProbeMatchType; 189public readonly XmlQualifiedName ProbeType; 190public readonly XmlQualifiedName QNameListType; 191public readonly XmlQualifiedName QNameType; 192public readonly XmlQualifiedName ResolveType; 193public readonly XmlQualifiedName ScopesElement; 194public readonly XmlQualifiedName ScopesType; 195public readonly XmlQualifiedName TypesElement; 196public readonly XmlQualifiedName UnsignedIntType; 197public readonly XmlQualifiedName UriListType; 198public readonly XmlQualifiedName XAddrsElement;
System\ServiceModel\Discovery\EndpointDiscoveryBehavior.cs (2)
42public Collection<XmlQualifiedName> ContractTypeNames 80internal Collection<XmlQualifiedName> InternalContractTypeNames
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (9)
19static XmlQualifiedName metadataContractName; 35public Collection<XmlQualifiedName> ContractTypeNames 124internal static XmlQualifiedName MetadataContractName 138internal Collection<XmlQualifiedName> InternalContractTypeNames 231foreach (XmlQualifiedName contractTypeName in endpointDiscoveryBehavior.InternalContractTypeNames) 253XmlQualifiedName defaultContractTypeName = new XmlQualifiedName(endpoint.Contract.Name, endpoint.Contract.Namespace); 520class OpenableContractTypeNameCollection : OpenableCollection<XmlQualifiedName> 528protected override void InsertItem(int index, XmlQualifiedName item) 537protected override void SetItem(int index, XmlQualifiedName item)
System\ServiceModel\Discovery\FindCriteria.cs (8)
62public Collection<XmlQualifiedName> ContractTypeNames 175public static FindCriteria CreateMetadataExchangeEndpointCriteria(IEnumerable<XmlQualifiedName> contractTypeNames) 183foreach (XmlQualifiedName item in contractTypeNames) 212static bool MatchTypes(EndpointDiscoveryMetadata endpointDiscoveryMetadata, Collection<XmlQualifiedName> contractTypeNames) 225foreach (XmlQualifiedName contractTypeName in contractTypeNames) 398internal static XmlQualifiedName GetContractTypeName(Type contractType) 409internal static Uri GetContractTypeNameScope(XmlQualifiedName contractTypeName) 425foreach (XmlQualifiedName contractTypeName in this.ContractTypeNames)
System\ServiceModel\Discovery\SchemaUtility.cs (4)
14public static XmlQualifiedName EnsureProbeMatchSchema(DiscoveryVersion discoveryVersion, XmlSchemaSet schemaSet) 71public static XmlQualifiedName EnsureProbeSchema(DiscoveryVersion discoveryVersion, XmlSchemaSet schemaSet) 113public static XmlQualifiedName EnsureResolveSchema(DiscoveryVersion discoveryVersion, XmlSchemaSet schemaSet) 168public static XmlQualifiedName EnsureAppSequenceSchema(DiscoveryVersion discoveryVersion, XmlSchemaSet schemaSet)
System\ServiceModel\Discovery\SerializationUtility.cs (8)
18public static XmlQualifiedName ParseQName(string prefixedQName, XmlReader reader) 50public static void ParseQNameList(string listOfQNamesAsString, Collection<XmlQualifiedName> qNameCollection, XmlReader reader) 120static void PrepareQNameString(StringBuilder listOfQNamesString, ref bool emptyNsDeclared, ref int prefixCount, XmlWriter writer, XmlQualifiedName qname) 154public static void WriteQName(XmlWriter writer, XmlQualifiedName qname) 166public static void WriteListOfQNames(XmlWriter writer, Collection<XmlQualifiedName> qnames) 174foreach (XmlQualifiedName qname in qnames) 293public static void ReadContractTypeNames(Collection<XmlQualifiedName> contractTypeNames, XmlReader reader) 416public static void WriteContractTypeNames(DiscoveryVersion discoveryVersion, Collection<XmlQualifiedName> contractTypeNames, XmlWriter writer)
System\ServiceModel\Discovery\Version11\DiscoveryMessageSequence11.cs (1)
37public static XmlQualifiedName GetSchema(XmlSchemaSet schemaSet)
System\ServiceModel\Discovery\Version11\EndpointDiscoveryMetadata11.cs (1)
38public static XmlQualifiedName GetSchema(XmlSchemaSet schemaSet)
System\ServiceModel\Discovery\Version11\FindCriteria11.cs (1)
38public static XmlQualifiedName GetSchema(XmlSchemaSet schemaSet)
System\ServiceModel\Discovery\Version11\ResolveCriteria11.cs (1)
37public static XmlQualifiedName GetSchema(XmlSchemaSet schemaSet)
System\ServiceModel\Discovery\VersionApril2005\DiscoveryMessageSequenceApril2005.cs (1)
37public static XmlQualifiedName GetSchema(XmlSchemaSet schemaSet)
System\ServiceModel\Discovery\VersionApril2005\EndpointDiscoveryMetadataApril2005.cs (1)
38public static XmlQualifiedName GetSchema(XmlSchemaSet schemaSet)
System\ServiceModel\Discovery\VersionApril2005\FindCriteriaApril2005.cs (1)
38public static XmlQualifiedName GetSchema(XmlSchemaSet schemaSet)
System\ServiceModel\Discovery\VersionApril2005\ResolveCriteriaApril2005.cs (1)
37public static XmlQualifiedName GetSchema(XmlSchemaSet schemaSet)
System\ServiceModel\Discovery\VersionCD1\DiscoveryMessageSequenceCD1.cs (1)
37public static XmlQualifiedName GetSchema(XmlSchemaSet schemaSet)
System\ServiceModel\Discovery\VersionCD1\EndpointDiscoveryMetadataCD1.cs (1)
38public static XmlQualifiedName GetSchema(XmlSchemaSet schemaSet)
System\ServiceModel\Discovery\VersionCD1\FindCriteriaCD1.cs (1)
38public static XmlQualifiedName GetSchema(XmlSchemaSet schemaSet)
System\ServiceModel\Discovery\VersionCD1\ResolveCriteriaCD1.cs (1)
37public static XmlQualifiedName GetSchema(XmlSchemaSet schemaSet)
System.ServiceModel.Web (9)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (4)
124public static void GenerateJsonSample(XmlSchemaSet schemaSet, XmlQualifiedName name, XmlWriter writer, IDictionary<XmlQualifiedName, Type> knownTypes) 144public static void GenerateXmlSample(XmlSchemaSet schemaSet, XmlQualifiedName name, XmlWriter writer) 800public IDictionary<XmlQualifiedName, Type> knownTypes;
System\ServiceModel\Dispatcher\HelpPage.cs (5)
358XmlQualifiedName name; 360IDictionary<XmlQualifiedName, Type> knownTypes = new Dictionary<XmlQualifiedName, Type>(); 392foreach (XmlQualifiedName dataContractName in typeDataContract.KnownDataContracts.Keys) 399XmlQualifiedName knownTypeName = exporter.GetSchemaTypeName(knownType);
System.Web.Extensions (91)
Compilation\WCFModel\SchemaMerger.cs (6)
84Dictionary<XmlQualifiedName, XmlSchemaObject>[] knownItemTables = new Dictionary<XmlQualifiedName, XmlSchemaObject>[schemaTopLevelItemTypes.Length]; 87knownItemTables[i] = new Dictionary<XmlQualifiedName, XmlSchemaObject>(); 98Dictionary<XmlQualifiedName, XmlSchemaObject> knownItemTable = knownItemTables[i]; 134Dictionary<XmlQualifiedName, XmlSchemaObject> knownItemTable, 150XmlQualifiedName combinedName = new XmlQualifiedName(GetSchemaItemName(item), targetNamespace);
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
587XmlQualifiedName qname = new XmlQualifiedName(contract.Name, contract.Namespace);
Compilation\WCFModel\WsdlInspector.cs (8)
33private Dictionary<XmlQualifiedName, PortType> portTypes; 34private Dictionary<XmlQualifiedName, Message> messages; 43this.portTypes = new Dictionary<XmlQualifiedName, PortType>(); 44this.messages = new Dictionary<XmlQualifiedName, Message>(); 76XmlQualifiedName portTypeName = new XmlQualifiedName(portType.Name, targetNamespace); 91XmlQualifiedName messageName = new XmlQualifiedName(message.Name, targetNamespace); 288private bool MatchXmlQualifiedNames(XmlQualifiedName x, XmlQualifiedName y)
Compilation\XmlSerializer\DataSvcMapFileSerializer.cs (20)
221System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 225if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id3_DataSvcMapFileImpl && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 228throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 416System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 420if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id13_Parameter && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 423throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 466System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 470if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id11_ExtensionFile && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 473throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 516System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 520if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id9_MetadataFile && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 523throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 602System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 606if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id7_MetadataSource && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 609throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType);
Compilation\XmlSerializer\SvcMapFileSerializer.cs (40)
408System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 412if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id3_SvcMapFileImpl && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 415throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 573System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 577if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id12_ExtensionFile && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 580throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 623System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 627if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id10_MetadataFile && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 630throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 709System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 713if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id8_MetadataSource && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 716throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 763System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 767if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id6_ClientOptions && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 770throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 1059System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 1063if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id45_ContractMapping && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 1066throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 1113System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 1117if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id48_ReferencedType && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 1120throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 1159System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 1163if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id40_ReferencedAssembly && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 1166throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 1214System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 1218if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id50_ReferencedCollectionType && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 1221throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 1273System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 1277if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id31_NamespaceMapping && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 1280throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType);
Script\Services\WebServiceTypeData.cs (16)
25static Dictionary<XmlQualifiedName, Type> _nameToType = new Dictionary<XmlQualifiedName, Type>(); 71private static XmlQualifiedName actualTypeAnnotationName; 72private static XmlQualifiedName ActualTypeAnnotationName { 80static XmlQualifiedName enumerationValueAnnotationName; 81private static XmlQualifiedName EnumerationValueAnnotationName { 109XmlQualifiedName stableName = new XmlQualifiedName(localName, XmlSchema.Namespace); 175if (restriction.BaseTypeName != XmlQualifiedName.Empty) { 184private static string GetInnerText(XmlQualifiedName typeName, XmlElement xmlElement) { 241XmlQualifiedName qname = exporter.GetSchemaTypeName(type); 254internal static XmlQualifiedName ImportActualType(XmlSchemaAnnotation annotation, XmlQualifiedName defaultTypeName, XmlQualifiedName typeName) { 274static XmlElement ImportAnnotation(XmlSchemaAnnotation annotation, XmlQualifiedName annotationQualifiedName) { 291static WebServiceEnumData ImportEnum(string typeName, string typeNamespace, XmlQualifiedName typeQualifiedName, XmlSchemaSimpleTypeRestriction restriction, XmlSchemaAnnotation annotation) { 293XmlQualifiedName baseTypeName = ImportActualType(annotation, new XmlQualifiedName("int", XmlSchema.Namespace), typeQualifiedName);
System.Web.Services (524)
System\Web\Services\Description\SchemaCompiler.cs (5)
100XmlQualifiedName parentName = GetParentName(o); 117XmlQualifiedName parentName = GetParentName(o); 127XmlQualifiedName parentName = GetParentName(o); 145internal static XmlQualifiedName GetParentName(XmlSchemaObject item) { 155return XmlQualifiedName.Empty;
System\Web\Services\Description\ServiceDescription.cs (17)
686XmlQualifiedName binding = XmlQualifiedName.Empty; 715public XmlQualifiedName Binding { 923XmlQualifiedName type = XmlQualifiedName.Empty; 961public XmlQualifiedName Type { 963if ((object)type == null) return XmlQualifiedName.Empty; 975XmlQualifiedName message = XmlQualifiedName.Empty; 995public XmlQualifiedName Message { 1308XmlQualifiedName type = XmlQualifiedName.Empty; 1309XmlQualifiedName element = XmlQualifiedName.Empty; 1339public XmlQualifiedName Element { 1349public XmlQualifiedName Type { 1351if ((object)type == null) return XmlQualifiedName.Empty;
System\Web\Services\Description\ServiceDescriptions.cs (6)
104Exception ItemNotFound(XmlQualifiedName name, string type) { 112public Message GetMessage(XmlQualifiedName name) { 127public PortType GetPortType(XmlQualifiedName name) { 142public Service GetService(XmlQualifiedName name) { 157public Binding GetBinding(XmlQualifiedName name) { 168ServiceDescription GetServiceDescription(XmlQualifiedName name) {
System\Web\Services\Description\ServiceDescriptionSerializer.cs (390)
184WriteAttribute(@"binding", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@Binding))); 318WriteAttribute(@"type", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@Type))); 952WriteAttribute(@"message", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@Message))); 985WriteAttribute(@"message", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@Message))); 1017WriteAttribute(@"message", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@Message))); 1050WriteAttribute(@"message", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@Message))); 1520WriteAttribute(@"message", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@Message))); 1568WriteAttribute(@"message", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@Message))); 1616WriteAttribute(@"message", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@Message))); 1719WriteAttribute(@"element", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@Element))); 1720WriteAttribute(@"type", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@Type))); 2252WriteAttribute(@"ref", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@RefName))); 2253WriteAttribute(@"substitutionGroup", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@SubstitutionGroup))); 2254WriteAttribute(@"type", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@SchemaTypeName))); 2436WriteAttribute(@"refer", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@Refer))); 2526WriteAttribute(@"itemType", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@ItemTypeName))); 2558WriteAttribute(@"base", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@BaseTypeName))); 3050global::System.Xml.XmlQualifiedName[] a = (global::System.Xml.XmlQualifiedName[])o.@MemberTypes; 3054global::System.Xml.XmlQualifiedName ai = (global::System.Xml.XmlQualifiedName)a[i]; 3265WriteAttribute(@"ref", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@RefName))); 3266WriteAttribute(@"type", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@SchemaTypeName))); 3322WriteAttribute(@"ref", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@RefName))); 3355WriteAttribute(@"ref", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@RefName))); 3532WriteAttribute(@"base", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@BaseTypeName))); 3604WriteAttribute(@"base", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@BaseTypeName))); 3719WriteAttribute(@"base", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@BaseTypeName))); 3824WriteAttribute(@"base", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@BaseTypeName))); 4132System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 4136if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id3_ServiceDescription && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 4139throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 4224System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 4228if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id14_Service && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 4231throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 4292System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 4296if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id16_Port && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 4299throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 4369System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 4373if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id21_Soap12AddressBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id20_Item)) { 4376throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 4419System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 4423if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id24_SoapAddressBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id19_Item)) { 4426throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 4469System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 4473if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id25_HttpAddressBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id18_Item)) { 4476throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 4519System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 4523if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id26_Binding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 4526throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 4600System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 4604if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id29_OperationBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 4607throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 4685System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 4689if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id33_FaultBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 4692throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 4755System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 4759if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id34_Soap12FaultBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id20_Item)) { 4762throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 4825System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 4829if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id38_SoapFaultBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id19_Item)) { 4832throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 4895System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 4899if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id39_OutputBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 4902throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 4983System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 4987if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id48_Soap12HeaderBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id20_Item)) { 4990throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 5055System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 5059if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id51_SoapHeaderFaultBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id20_Item)) { 5062throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 5121System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 5125if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id52_Soap12BodyBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id20_Item)) { 5128throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 5183System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 5187if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id54_SoapHeaderBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id19_Item)) { 5190throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 5255System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 5259if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id51_SoapHeaderFaultBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id19_Item)) { 5262throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 5321System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 5325if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id55_SoapBodyBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id19_Item)) { 5328throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 5383System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 5387if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id56_MimeTextBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id45_Item)) { 5390throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 5435System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 5439if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id58_MimeTextMatch && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id45_Item)) { 5442throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 5511System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 5515if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id64_MimeMultipartRelatedBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id41_Item)) { 5518throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 5563System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 5567if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id65_MimePart && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id41_Item)) { 5570throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 5627System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 5631if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id66_MimeXmlBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id41_Item)) { 5634throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 5677System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 5681if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id67_MimeContentBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id41_Item)) { 5684throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 5731System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 5735if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id68_InputBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 5738throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 5825System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 5829if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id71_HttpUrlReplacementBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id18_Item)) { 5832throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 5871System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 5875if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id72_HttpUrlEncodedBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id18_Item)) { 5878throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 5917System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 5921if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id73_Soap12OperationBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id20_Item)) { 5924throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 5983System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 5987if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id77_SoapOperationBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id19_Item)) { 5990throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 6045System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 6049if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id78_HttpOperationBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id18_Item)) { 6052throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 6095System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 6099if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id79_Soap12Binding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id20_Item)) { 6102throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 6149System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 6153if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id81_SoapBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id19_Item)) { 6156throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 6203System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 6207if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id82_HttpBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id18_Item)) { 6210throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 6253System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 6257if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id84_PortType && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 6260throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 6321System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 6325if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id85_Operation && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 6328throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 6400System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 6404if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id87_OperationFault && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 6407throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 6468System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 6472if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id88_OperationOutput && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 6475throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 6536System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 6540if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id89_OperationInput && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 6543throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 6604System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 6608if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id90_Message && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 6611throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 6672System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 6676if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id91_MessagePart && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 6679throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 6744System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 6748if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id93_Types && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 6751throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 6808System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 6812if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id96_XmlSchema && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 6815throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 6927System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 6931if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id111_XmlSchemaAttributeGroup && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 6934throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 7006System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 7010if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id113_XmlSchemaAnyAttribute && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 7013throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 7078System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 7082if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id115_XmlSchemaAnnotation && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 7085throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 7145System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 7149if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id117_XmlSchemaAppInfo && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 7152throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 7206System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 7210if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id119_XmlSchemaDocumentation && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 7213throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 7280System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 7284if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id122_XmlSchemaAttributeGroupRef && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 7287throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 7348System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 7352if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id124_XmlSchemaAttribute && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 7355throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 7444System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 7448if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id128_XmlSchemaSimpleType && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 7451throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 7528System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 7532if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id133_XmlSchemaSimpleTypeUnion && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 7535throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 7544global::System.Xml.XmlQualifiedName[] a_5 = null; 7556a_5 = (global::System.Xml.XmlQualifiedName[])EnsureArrayIndex(a_5, ca_5, typeof(global::System.Xml.XmlQualifiedName)); a_5[ca_5++] = ToXmlQualifiedName(vals[i]); 7570o.@MemberTypes = (global::System.Xml.XmlQualifiedName[])ShrinkArray(a_5, ca_5, typeof(global::System.Xml.XmlQualifiedName), true); 7575o.@MemberTypes = (global::System.Xml.XmlQualifiedName[])ShrinkArray(a_5, ca_5, typeof(global::System.Xml.XmlQualifiedName), true); 7602o.@MemberTypes = (global::System.Xml.XmlQualifiedName[])ShrinkArray(a_5, ca_5, typeof(global::System.Xml.XmlQualifiedName), true); 7608System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 7612if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id135_XmlSchemaSimpleTypeRestriction && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 7615throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 7717System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 7721if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id148_XmlSchemaMinLengthFacet && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 7724throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 7789System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 7793if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id150_XmlSchemaMinExclusiveFacet && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 7796throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 7861System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 7865if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id151_XmlSchemaWhiteSpaceFacet && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 7868throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 7933System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 7937if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id152_XmlSchemaMaxExclusiveFacet && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 7940throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 8005System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 8009if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id153_XmlSchemaMaxInclusiveFacet && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 8012throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 8077System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 8081if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id154_XmlSchemaEnumerationFacet && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 8084throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 8149System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 8153if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id155_XmlSchemaPatternFacet && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 8156throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 8221System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 8225if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id156_XmlSchemaTotalDigitsFacet && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 8228throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 8293System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 8297if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id157_XmlSchemaLengthFacet && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 8300throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 8365System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 8369if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id158_XmlSchemaMaxLengthFacet && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 8372throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 8437System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 8441if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id159_XmlSchemaMinInclusiveFacet && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 8444throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 8509System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 8513if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id160_XmlSchemaFractionDigitsFacet && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 8516throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 8581System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 8585if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id161_XmlSchemaSimpleTypeList && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 8588throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 8693System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 8697if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id163_XmlSchemaElement && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 8700throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 8827System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 8831if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id173_XmlSchemaKeyref && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 8834throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 8907System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 8911if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id177_XmlSchemaXPath && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 8914throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 8975System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 8979if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id179_XmlSchemaUnique && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 8982throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 9051System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 9055if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id180_XmlSchemaKey && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 9058throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 9127System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 9131if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id181_XmlSchemaComplexType && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 9134throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 9246System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 9250if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id188_XmlSchemaAll && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 9253throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 9322System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 9326if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id189_XmlSchemaChoice && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 9329throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 9410System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 9414if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id191_XmlSchemaGroupRef && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 9417throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 9486System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 9490if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id192_XmlSchemaSequence && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 9493throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 9574System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 9578if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id193_XmlSchemaAny && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 9581throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 9654System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 9658if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id194_XmlSchemaSimpleContent && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 9661throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 9726System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 9730if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id196_Item && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 9733throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 9805System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 9809if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id197_Item && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 9812throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 9925System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 9929if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id198_XmlSchemaComplexContent && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 9932throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 10001System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 10005if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id199_Item && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 10008throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 10096System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 10100if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id200_Item && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 10103throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 10191System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 10195if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id201_XmlSchemaGroup && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 10198throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 10271System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 10275if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id202_XmlSchemaNotation && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 10278throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 10347System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 10351if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id205_XmlSchemaRedefine && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 10354throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 10427System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 10431if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id207_XmlSchemaImport && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 10434throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 10499System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 10503if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id208_XmlSchemaInclude && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id95_Item)) { 10506throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 10567System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 10571if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id209_Import && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 10574throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType);
System\Web\Services\Description\Soap12ProtocolReflector.cs (3)
22XmlQualifiedName soap11PortType; 116protected override SoapHeaderBinding CreateSoapHeaderBinding(XmlQualifiedName message, string partName, SoapBindingUse use) { 120protected override SoapHeaderBinding CreateSoapHeaderBinding(XmlQualifiedName message, string partName, string ns, SoapBindingUse use) {
System\Web\Services\Description\SoapFormatExtensions.cs (6)
200XmlQualifiedName message = XmlQualifiedName.Empty; 217public XmlQualifiedName Message { 260XmlQualifiedName message = XmlQualifiedName.Empty; 268public XmlQualifiedName Message {
System\Web\Services\Description\SoapProtocolImporter.cs (2)
1171XmlQualifiedName[] names = new XmlQualifiedName[parts.Length];
System\Web\Services\Description\SoapProtocolReflector.cs (2)
307protected virtual SoapHeaderBinding CreateSoapHeaderBinding(XmlQualifiedName message, string partName, SoapBindingUse use) { 311protected virtual SoapHeaderBinding CreateSoapHeaderBinding(XmlQualifiedName message, string partName, string ns, SoapBindingUse use) {
System\Web\Services\Description\WebReferenceOptions.cs (4)
276System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 280if (xsiType == null || ((object)((System.Xml.XmlQualifiedName)xsiType).Name == (object)id1_webReferenceOptions && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 283throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType);
System\Web\Services\Description\WebServicesInteroperability.cs (1)
337XmlQualifiedName qname = part.Type == null || part.Type.IsEmpty ? part.Element : part.Type;
System\Web\Services\Discovery\DiscoveryDocumentSerializer.cs (21)
76WriteAttribute(@"binding", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@Binding))); 163System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 167if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id3_DiscoveryDocument && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 170throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 220System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 224if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id11_SoapBinding && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id10_Item)) { 227throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 270System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 274if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id15_SchemaReference && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id8_Item)) { 277throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 320System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 324if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id18_ContractReference && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id6_Item)) { 327throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 370System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 374if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id20_DiscoveryDocumentReference && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 377throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType);
System\Web\Services\Discovery\SoapBinding.cs (2)
27private XmlQualifiedName binding; 50public XmlQualifiedName Binding {
System\Web\Services\Protocols\Soap11ServerProtocol.cs (5)
82throw new SoapException(Res.GetString(Res.TheRequestElementXmlnsWasNotRecognized2, ((XmlQualifiedName) methodKey).Name, ((XmlQualifiedName) methodKey).Namespace), new XmlQualifiedName(Soap.Code.Client, Soap.Namespace)); 107XmlQualifiedName code = TranslateFaultCode(soapException.Code); 145private static XmlQualifiedName TranslateFaultCode(XmlQualifiedName code) {
System\Web\Services\Protocols\Soap12ServerProtocol.cs (5)
65XmlQualifiedName requestElement = XmlQualifiedName.Empty; 163private static void WriteFaultCodeValue(XmlWriter writer, XmlQualifiedName code, SoapFaultSubCode subcode) { 177private static XmlQualifiedName TranslateFaultCode(XmlQualifiedName code) {
System\Web\Services\Protocols\SoapClientProtocol.cs (5)
709XmlQualifiedName faultCode = XmlQualifiedName.Empty; 790private XmlQualifiedName ReadSoap12FaultCode(XmlReader reader, out SoapFaultSubCode subcode) { 808XmlQualifiedName code = null; 842private XmlQualifiedName ReadFaultCode(XmlReader reader) {
System\Web\Services\Protocols\SoapException.cs (24)
30XmlQualifiedName code = XmlQualifiedName.Empty; 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, ""); 67public static bool IsServerFaultCode(XmlQualifiedName code) { 72public static bool IsClientFaultCode(XmlQualifiedName code) { 77public static bool IsVersionMismatchFaultCode(XmlQualifiedName code) { 82public static bool IsMustUnderstandFaultCode(XmlQualifiedName code) { 95public SoapException(string message, XmlQualifiedName code, string actor) : base(message) { 107public SoapException(string message, XmlQualifiedName code, string actor, Exception innerException) : base(message, innerException) { 119public SoapException(string message, XmlQualifiedName code) : base(message) { 130public SoapException(string message, XmlQualifiedName code, Exception innerException) : base(message, innerException) { 138public SoapException(string message, XmlQualifiedName code, string actor, System.Xml.XmlNode detail) : base(message) { 148public SoapException(string message, XmlQualifiedName code, string actor, System.Xml.XmlNode detail, Exception innerException) : base(message, innerException) { 158public SoapException(string message, XmlQualifiedName code, SoapFaultSubCode subCode) : base(message) { 167public SoapException(string message, XmlQualifiedName code, string actor, string role, System.Xml.XmlNode detail, SoapFaultSubCode subCode, Exception innerException) : base(message, innerException) { 179public SoapException(string message, XmlQualifiedName code, string actor, string role, string lang, System.Xml.XmlNode detail, SoapFaultSubCode subCode, Exception innerException) : base(message, innerException) { 190code = (XmlQualifiedName)list["code"]; 215public XmlQualifiedName Code { 300internal static SoapException Create(SoapProtocolVersion soapVersion, string message, XmlQualifiedName code, 310internal static SoapException Create(SoapProtocolVersion soapVersion, string message, XmlQualifiedName code, Exception innerException) {
System\Web\Services\Protocols\SoapFaultCodes.cs (15)
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/"); 48XmlQualifiedName code; 52public SoapFaultSubCode(XmlQualifiedName code) : this(code, null) { 56public SoapFaultSubCode(XmlQualifiedName code, SoapFaultSubCode subCode) { 62public XmlQualifiedName Code {
System\Web\Services\Protocols\SoapHeaderException.cs (6)
33public SoapHeaderException(string message, XmlQualifiedName code, string actor) 41public SoapHeaderException(string message, XmlQualifiedName code, string actor, Exception innerException) 49public SoapHeaderException(string message, XmlQualifiedName code) 57public SoapHeaderException(string message, XmlQualifiedName code, Exception innerException) 62public SoapHeaderException(string message, XmlQualifiedName code, string actor, string role, SoapFaultSubCode subCode, Exception innerException) 67public SoapHeaderException(string message, XmlQualifiedName code, string actor, string role, string lang, SoapFaultSubCode subCode, Exception innerException)
System\Web\Services\Protocols\SoapReflector.cs (2)
91internal XmlQualifiedName requestElementName; 92internal XmlQualifiedName portType;
System\Web\Services\Protocols\SoapServerProtocol.cs (3)
977protected XmlQualifiedName GetRequestElement() { 1000XmlQualifiedName element; 1002element = XmlQualifiedName.Empty;
System.Workflow.ComponentModel (29)
AuthoringOM\Design\ActivityDesignerLayoutSerializers.cs (1)
29XmlQualifiedName xmlQualifiedName = serializationManager.GetXmlQualifiedName(typeof(Point), out prefix);
AuthoringOM\Serializer\CompositeActivityMarkupSerializer.cs (1)
26XmlQualifiedName xmlQualifiedName = serializationManager.GetXmlQualifiedName(compositeActivity.GetType(), out prefix);
AuthoringOM\Serializer\DictionaryMarkupSerializer.cs (1)
174private XmlQualifiedName OnGetXmlQualifiedName(ExtendedPropertyInfo extendedProperty, WorkflowMarkupSerializationManager manager, out string prefix)
AuthoringOM\Serializer\ExtendedPropertyInfo.cs (6)
29internal delegate XmlQualifiedName GetQualifiedNameHandler(ExtendedPropertyInfo extendedProperty, WorkflowMarkupSerializationManager manager, out string prefix); 134public XmlQualifiedName GetXmlQualifiedName(WorkflowMarkupSerializationManager manager, out string prefix) 191internal static bool IsExtendedProperty(WorkflowMarkupSerializationManager manager, XmlQualifiedName xmlQualifiedName) 200XmlQualifiedName qualifiedPropertyName = extendedProperty.GetXmlQualifiedName(manager, out prefix); 212internal static bool IsExtendedProperty(WorkflowMarkupSerializationManager manager, IList<PropertyInfo> propInfos, XmlQualifiedName xmlQualifiedName) 221XmlQualifiedName qualifiedPropertyName = extendedProperty.GetXmlQualifiedName(manager, out prefix);
AuthoringOM\Serializer\MarkupExtensionSerializer.cs (2)
43XmlQualifiedName qualifiedName = serializationManager.GetXmlQualifiedName(value.GetType(), out prefix); 81XmlQualifiedName typeQualifiedName = serializationManager.GetXmlQualifiedName(argType, out typePrefix);
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (4)
42private Dictionary<XmlQualifiedName, Type> cachedXmlQualifiedNameTypes = new Dictionary<XmlQualifiedName, Type>(); 150public virtual XmlQualifiedName GetXmlQualifiedName(Type type, out string prefix) 175public virtual Type GetType(XmlQualifiedName xmlQualifiedName)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (14)
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)); 736XmlQualifiedName qualifiedName = serializationManager.GetXmlQualifiedName(dependencyProperty.OwnerType, out prefix); 1440private XmlQualifiedName OnGetRuntimeQualifiedName(ExtendedPropertyInfo extendedProperty, WorkflowMarkupSerializationManager manager, out string prefix) 1682private static string GetClrFullName(WorkflowMarkupSerializationManager serializationManager, XmlQualifiedName xmlQualifiedName) 1704private object CreateInstance(WorkflowMarkupSerializationManager serializationManager, XmlQualifiedName xmlQualifiedName, XmlReader reader) 2357XmlQualifiedName qualifiedName = this.serializationManager.GetXmlQualifiedName(dependencyProperty.OwnerType, out prefix); 2367XmlQualifiedName qualifiedName = extendedProperty.GetXmlQualifiedName(this.serializationManager, out prefix); 2373XmlQualifiedName qualifiedName = this.serializationManager.GetXmlQualifiedName(owner.GetType(), out prefix); 2385XmlQualifiedName qualifiedName = this.serializationManager.GetXmlQualifiedName(owner.GetType(), out prefix); 3129internal static string EnsureMarkupExtensionTypeName(XmlQualifiedName xmlQualifiedName) 3147private static bool IsMarkupExtension(XmlQualifiedName xmlQualifiedName)
System.Xml (771)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
2897map[(int)BinXmlToken.XSD_QNAME] = typeof(XmlQualifiedName);
System\Xml\Cache\XPathDocumentBuilder.cs (2)
57private XmlQualifiedName idAttrName; // Cached name of an ID attribute 160this.idAttrName = (XmlQualifiedName) this.elemIdMap[new XmlQualifiedName(localName, prefix)];
System\Xml\Core\IDtdInfo.cs (1)
28XmlQualifiedName Name { get; }
System\Xml\Core\QueryOutputWriter.cs (4)
28private Dictionary<XmlQualifiedName, int> lookupCDataElems; 30private XmlQualifiedName qnameCData; 55this.lookupCDataElems = new Dictionary<XmlQualifiedName, int>(); 59foreach (XmlQualifiedName name in settings.CDataSectionElements) {
System\Xml\Core\QueryOutputWriterV1.cs (6)
30private Dictionary<XmlQualifiedName, XmlQualifiedName> lookupCDataElems; 32private XmlQualifiedName qnameCData; 70this.lookupCDataElems = new Dictionary<XmlQualifiedName, XmlQualifiedName>(); 74foreach (XmlQualifiedName name in settings.CDataSectionElements) {
System\Xml\Core\XmlWriterSettings.cs (6)
85List<XmlQualifiedName> cdataSections = new List<XmlQualifiedName>(); 316clonedSettings.cdataSections = new List<XmlQualifiedName>(cdataSections); 328internal List<XmlQualifiedName> CDataSectionElements { 800foreach (XmlQualifiedName qname in cdataSections) { 848cdataSections = new List<XmlQualifiedName>(length);
System\Xml\Dom\DocumentSchemaValidator.cs (2)
379XmlQualifiedName attrQName; 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\BaseProcessor.cs (1)
59protected void AddToTable(XmlSchemaObjectTable table, XmlQualifiedName qname, XmlSchemaObject item) {
System\Xml\Schema\BaseValidator.cs (1)
29protected XmlQualifiedName elementName;
System\Xml\Schema\CompiledidEntityConstraint.cs (4)
17internal XmlQualifiedName name = XmlQualifiedName.Empty; 21internal XmlQualifiedName refer = XmlQualifiedName.Empty;
System\Xml\Schema\ContentValidator.cs (16)
72public int AddName(XmlQualifiedName name, object particle) { 127foreach(XmlQualifiedName name in names.Keys) { 128if (name != XmlQualifiedName.Empty && list.Allows(name)) { 148public int this[XmlQualifiedName name] { 167public bool Exists(XmlQualifiedName name) { 189return ((XmlQualifiedName)de.Key).ToString(); 916public virtual object ValidateElement(XmlQualifiedName name, ValidationState context, out int errorCode) { 983public override object ValidateElement(XmlQualifiedName name, ValidationState context, out int errorCode) { 1027public bool Exists(XmlQualifiedName name) { 1034public void AddName(XmlQualifiedName name, object particle) { 1149LeafNode endMarker = new LeafNode(positions.Add(symbols.AddName(XmlQualifiedName.Empty, null), null)); 1442public override object ValidateElement(XmlQualifiedName name, ValidationState context, out int errorCode) { 1544public override object ValidateElement(XmlQualifiedName name, ValidationState context, out int errorCode) { 1684public override object ValidateElement(XmlQualifiedName name, ValidationState context, out int errorCode) { 1930public bool AddElement(XmlQualifiedName name, object particle, bool isEmptiable) { 1954public override object ValidateElement(XmlQualifiedName name, ValidationState context, out int errorCode) {
System\Xml\Schema\DataTypeImplementation.cs (18)
112internal static XmlQualifiedName QnAnySimpleType = new XmlQualifiedName("anySimpleType",XmlReservedNs.NsXs); 113internal static XmlQualifiedName QnAnyType = new XmlQualifiedName("anyType",XmlReservedNs.NsXs); 161internal static XmlSchemaSimpleType StartBuiltinType(XmlQualifiedName qname, XmlSchemaDatatype dataType) { 211XmlQualifiedName qname; 295internal static XmlSchemaSimpleType GetSimpleTypeFromXsdType(XmlQualifiedName qname) { 2456static readonly Type atomicValueType = typeof(XmlQualifiedName); 2457static readonly Type listValueType = typeof(XmlQualifiedName[]); 2498XmlQualifiedName qname = null; 2501qname = XmlQualifiedName.Parse(s, nsmgr, out prefix); 2773static readonly Type atomicValueType = typeof(XmlQualifiedName); 2774static readonly Type listValueType = typeof(XmlQualifiedName[]); 2815XmlQualifiedName qname = null; 2818qname = XmlQualifiedName.Parse(s, nsmgr, out prefix); 2847XmlQualifiedName notation = (XmlQualifiedName)dt.Restriction.Enumeration[i]; 3462static readonly Type atomicValueType = typeof(XmlQualifiedName); 3463static readonly Type listValueType = typeof(XmlQualifiedName[]); 3476return XmlQualifiedName.Parse(s.Trim(), nsmgr, out prefix);
System\Xml\Schema\DtdParser.cs (12)
624XmlQualifiedName elementName = GetNameQualified(true); 637XmlQualifiedName attrName = GetNameQualified(true); 887XmlQualifiedName name = GetNameQualified( true ); 1247XmlQualifiedName name = GetNameQualified( true ); 1282XmlQualifiedName entityName = GetNameQualified( false ); 1363XmlQualifiedName notationName = GetNameQualified( false ); 2470XmlQualifiedName entityName = ScanEntityName(); 2512private XmlQualifiedName ScanEntityName() { 2523XmlQualifiedName entityName = GetNameQualified( false ); 3009private XmlQualifiedName GetNameQualified( bool canHavePrefix ) { 3094private bool HandleEntityReference( XmlQualifiedName entityName, bool paramEntity, bool inLiteral, bool inAttribute ) { 3171private SchemaEntity VerifyEntityReference( XmlQualifiedName entityName, bool paramEntity, bool mustBeDeclared, bool inAttribute ) {
System\Xml\Schema\DtdParserAsync.cs (8)
269XmlQualifiedName elementName = GetNameQualified(true); 282XmlQualifiedName attrName = GetNameQualified(true); 532XmlQualifiedName name = GetNameQualified( true ); 871XmlQualifiedName name = GetNameQualified( true ); 906XmlQualifiedName entityName = GetNameQualified( false ); 989XmlQualifiedName notationName = GetNameQualified( false ); 1927XmlQualifiedName entityName = ScanEntityName(); 2460private async Task< bool > HandleEntityReferenceAsync( XmlQualifiedName entityName, bool paramEntity, bool inLiteral, bool inAttribute ) {
System\Xml\Schema\DtdValidator.cs (6)
31XmlQualifiedName name = XmlQualifiedName.Empty; 45name = XmlQualifiedName.Empty; 358private bool GenEntity(XmlQualifiedName qname) { 385private SchemaEntity GetEntity(XmlQualifiedName qname, bool fParameterEntity) { 414private void Push(XmlQualifiedName elementName) {
System\Xml\Schema\FacetChecker.cs (9)
683internal virtual Exception CheckValueFacets(XmlQualifiedName value, XmlSchemaDatatype datatype) { 1236XmlQualifiedName qualifiedNameValue = (XmlQualifiedName)datatype.ValueConverter.ChangeType(value, typeof(XmlQualifiedName)); 1240internal override Exception CheckValueFacets(XmlQualifiedName value, XmlSchemaDatatype datatype) { 1270return MatchEnumeration((XmlQualifiedName)datatype.ValueConverter.ChangeType(value, typeof(XmlQualifiedName)), enumeration); 1273private bool MatchEnumeration(XmlQualifiedName value, ArrayList enumeration) { 1275if (value.Equals((XmlQualifiedName)enumeration[i])) {
System\Xml\Schema\Inference\Infer.cs (27)
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); 50internal static XmlQualifiedName[] SimpleTypes = 907XmlQualifiedName qname = new XmlQualifiedName(xtr.LocalName, xtr.NamespaceURI); 924xse.SchemaTypeName = XmlQualifiedName.Empty; 1020else if (elem.SchemaTypeName != XmlQualifiedName.Empty) { 1264xse.SchemaTypeName = XmlQualifiedName.Empty; //re-set the name 1439internal XmlQualifiedName RefineSimpleType(string s, ref int iTypeFlags) 2399private static int GetSchemaType(XmlQualifiedName qname)
System\Xml\Schema\NamespaceList.cs (1)
100public bool Allows(XmlQualifiedName qname) {
System\Xml\Schema\Preprocessor.cs (6)
889private int CountGroupSelfReference(XmlSchemaObjectCollection items, XmlQualifiedName name, XmlSchemaGroup redefined) { 950XmlQualifiedName baseName; 1341XmlQualifiedName[] qNames = union1.MemberTypes; 1416if (complexType.QualifiedName == XmlQualifiedName.Empty) { 1459if (complexType.QualifiedName == XmlQualifiedName.Empty) { 1718private void ValidateQNameAttribute(XmlSchemaObject xso, string attributeName, XmlQualifiedName value) {
System\Xml\Schema\SchemaAttDef.cs (2)
49public SchemaAttDef(XmlQualifiedName name, String prefix) 54public SchemaAttDef(XmlQualifiedName name) : base(name, null) {
System\Xml\Schema\SchemaCollectionCompiler.cs (6)
204if (element.ElementSchemaType is XmlSchemaComplexType && element.SchemaTypeName == XmlQualifiedName.Empty) { // only local schemaTypes 504XmlQualifiedName[] mainMemberTypes = mainUnion.MemberTypes; 621if (!decl.AttDefs.ContainsKey(attribute.QualifiedName) && attribute.AttDef != null && attribute.AttDef.Name != XmlQualifiedName.Empty && attribute.AttDef != SchemaAttDef.Empty) { 2146private XmlSchemaSimpleType GetSimpleType(XmlQualifiedName name) { 2166private XmlSchemaComplexType GetComplexType(XmlQualifiedName name) { 2174private XmlSchemaType GetAnySchemaType(XmlQualifiedName name) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (8)
574redefine.Schema.Groups.Insert((XmlQualifiedName)entry.Key, (XmlSchemaObject)entry.Value); 577redefine.Schema.AttributeGroups.Insert((XmlQualifiedName)entry.Key, (XmlSchemaObject)entry.Value); 580redefine.Schema.SchemaTypes.Insert((XmlQualifiedName)entry.Key, (XmlSchemaObject)entry.Value); 584private int CountGroupSelfReference(XmlSchemaObjectCollection items, XmlQualifiedName name) { 642XmlQualifiedName baseName; 1102if (complexType.QualifiedName == XmlQualifiedName.Empty) { 1145if (complexType.QualifiedName == XmlQualifiedName.Empty) { 1401private void ValidateQNameAttribute(XmlSchemaObject xso, string attributeName, XmlQualifiedName value) {
System\Xml\Schema\SchemaDeclBase.cs (4)
22protected XmlQualifiedName name = XmlQualifiedName.Empty; 40protected SchemaDeclBase(XmlQualifiedName name, string prefix) { 54internal XmlQualifiedName Name {
System\Xml\Schema\SchemaElementDecl.cs (12)
16Dictionary<XmlQualifiedName, SchemaAttDef> attdefs = new Dictionary<XmlQualifiedName, SchemaAttDef>(); 26Dictionary<XmlQualifiedName, XmlQualifiedName> prohibitedAttributes = new Dictionary<XmlQualifiedName, XmlQualifiedName>(); 49internal SchemaElementDecl(XmlQualifiedName name, String prefix) 82XmlQualifiedName qname = new XmlQualifiedName(localName, prefix); 192internal SchemaAttDef GetAttDef(XmlQualifiedName qname) { 205internal Dictionary<XmlQualifiedName, SchemaAttDef> AttDefs { 209internal Dictionary<XmlQualifiedName, XmlQualifiedName> ProhibitedAttributes {
System\Xml\Schema\SchemaEntity.cs (6)
14private XmlQualifiedName qname; // Name of entity 18private XmlQualifiedName ndata = XmlQualifiedName.Empty; // NDATA identifier 31internal SchemaEntity(XmlQualifiedName qname, bool isParameter) { 104internal XmlQualifiedName Name { 128internal XmlQualifiedName NData {
System\Xml\Schema\SchemaInfo.cs (35)
31Dictionary<XmlQualifiedName, SchemaElementDecl> elementDecls = new Dictionary<XmlQualifiedName, SchemaElementDecl>(); 32Dictionary<XmlQualifiedName, SchemaElementDecl> undeclaredElementDecls = new Dictionary<XmlQualifiedName, SchemaElementDecl>(); 34Dictionary<XmlQualifiedName, SchemaEntity> generalEntities; 35Dictionary<XmlQualifiedName, SchemaEntity> parameterEntities; 37XmlQualifiedName docTypeName = XmlQualifiedName.Empty; 44Dictionary<XmlQualifiedName, SchemaAttDef> attributeDecls = new Dictionary<XmlQualifiedName, SchemaAttDef>(); 47Dictionary<XmlQualifiedName, SchemaElementDecl> elementDeclsByType = new Dictionary<XmlQualifiedName, SchemaElementDecl>(); 58public XmlQualifiedName DocTypeName { 68internal Dictionary<XmlQualifiedName, SchemaElementDecl> ElementDecls { 72internal Dictionary<XmlQualifiedName, SchemaElementDecl> UndeclaredElementDecls { 76internal Dictionary<XmlQualifiedName, SchemaEntity> GeneralEntities { 79this.generalEntities = new Dictionary<XmlQualifiedName, SchemaEntity>(); 85internal Dictionary<XmlQualifiedName, SchemaEntity> ParameterEntities { 88this.parameterEntities = new Dictionary<XmlQualifiedName, SchemaEntity>(); 104internal Dictionary<XmlQualifiedName, SchemaElementDecl> ElementDeclsByType { 108internal Dictionary<XmlQualifiedName, SchemaAttDef> AttributeDecls { 126internal SchemaElementDecl GetElementDecl(XmlQualifiedName qname) { 134internal SchemaElementDecl GetTypeDecl(XmlQualifiedName qname) { 143internal XmlSchemaElement GetElement(XmlQualifiedName qname) { 151internal XmlSchemaAttribute GetAttribute(XmlQualifiedName qname) { 159internal XmlSchemaElement GetType(XmlQualifiedName qname) { 175internal SchemaAttDef GetAttributeXdr(SchemaElementDecl ed, XmlQualifiedName qname) { 192internal SchemaAttDef GetAttributeXsd(SchemaElementDecl ed, XmlQualifiedName qname, XmlSchemaObject partialValidationType, out AttributeMatchState attributeMatchState) { 253internal SchemaAttDef GetAttributeXsd(SchemaElementDecl ed, XmlQualifiedName qname, ref bool skip) { 299foreach(KeyValuePair<XmlQualifiedName, SchemaElementDecl> entry in sinfo.elementDecls) { 304foreach(KeyValuePair<XmlQualifiedName, SchemaElementDecl> entry in sinfo.elementDeclsByType) { 324Dictionary<XmlQualifiedName, SchemaElementDecl> elements = elementDecls; 354XmlQualifiedName qname = new XmlQualifiedName(prefix, localName); 373XmlQualifiedName qname = new XmlQualifiedName(name); 381XmlQualifiedName IDtdInfo.Name {
System\Xml\Schema\SchemaNames.cs (128)
36public XmlQualifiedName QnPCData; 37public XmlQualifiedName QnXml; 38public XmlQualifiedName QnXmlNs; 39public XmlQualifiedName QnDtDt; 40public XmlQualifiedName QnXmlLang; 42public XmlQualifiedName QnName; 43public XmlQualifiedName QnType; 44public XmlQualifiedName QnMaxOccurs; 45public XmlQualifiedName QnMinOccurs; 46public XmlQualifiedName QnInfinite; 47public XmlQualifiedName QnModel; 48public XmlQualifiedName QnOpen; 49public XmlQualifiedName QnClosed; 50public XmlQualifiedName QnContent; 51public XmlQualifiedName QnMixed; 52public XmlQualifiedName QnEmpty; 53public XmlQualifiedName QnEltOnly; 54public XmlQualifiedName QnTextOnly; 55public XmlQualifiedName QnOrder; 56public XmlQualifiedName QnSeq; 57public XmlQualifiedName QnOne; 58public XmlQualifiedName QnMany; 59public XmlQualifiedName QnRequired; 60public XmlQualifiedName QnYes; 61public XmlQualifiedName QnNo; 62public XmlQualifiedName QnString; 63public XmlQualifiedName QnID; 64public XmlQualifiedName QnIDRef; 65public XmlQualifiedName QnIDRefs; 66public XmlQualifiedName QnEntity; 67public XmlQualifiedName QnEntities; 68public XmlQualifiedName QnNmToken; 69public XmlQualifiedName QnNmTokens; 70public XmlQualifiedName QnEnumeration; 71public XmlQualifiedName QnDefault; 72public XmlQualifiedName QnXdrSchema; 73public XmlQualifiedName QnXdrElementType; 74public XmlQualifiedName QnXdrElement; 75public XmlQualifiedName QnXdrGroup; 76public XmlQualifiedName QnXdrAttributeType; 77public XmlQualifiedName QnXdrAttribute; 78public XmlQualifiedName QnXdrDataType; 79public XmlQualifiedName QnXdrDescription; 80public XmlQualifiedName QnXdrExtends; 81public XmlQualifiedName QnXdrAliasSchema; 82public XmlQualifiedName QnDtType; 83public XmlQualifiedName QnDtValues; 84public XmlQualifiedName QnDtMaxLength; 85public XmlQualifiedName QnDtMinLength; 86public XmlQualifiedName QnDtMax; 87public XmlQualifiedName QnDtMin; 88public XmlQualifiedName QnDtMinExclusive; 89public XmlQualifiedName QnDtMaxExclusive; 91public XmlQualifiedName QnTargetNamespace; 92public XmlQualifiedName QnVersion; 93public XmlQualifiedName QnFinalDefault; 94public XmlQualifiedName QnBlockDefault; 95public XmlQualifiedName QnFixed; 96public XmlQualifiedName QnAbstract; 97public XmlQualifiedName QnBlock; 98public XmlQualifiedName QnSubstitutionGroup; 99public XmlQualifiedName QnFinal; 100public XmlQualifiedName QnNillable; 101public XmlQualifiedName QnRef; 102public XmlQualifiedName QnBase; 103public XmlQualifiedName QnDerivedBy; 104public XmlQualifiedName QnNamespace; 105public XmlQualifiedName QnProcessContents; 106public XmlQualifiedName QnRefer; 107public XmlQualifiedName QnPublic; 108public XmlQualifiedName QnSystem; 109public XmlQualifiedName QnSchemaLocation; 110public XmlQualifiedName QnValue; 111public XmlQualifiedName QnUse; 112public XmlQualifiedName QnForm; 113public XmlQualifiedName QnElementFormDefault; 114public XmlQualifiedName QnAttributeFormDefault; 115public XmlQualifiedName QnItemType; 116public XmlQualifiedName QnMemberTypes; 117public XmlQualifiedName QnXPath; 118public XmlQualifiedName QnXsdSchema; 119public XmlQualifiedName QnXsdAnnotation; 120public XmlQualifiedName QnXsdInclude; 121public XmlQualifiedName QnXsdImport; 122public XmlQualifiedName QnXsdElement; 123public XmlQualifiedName QnXsdAttribute; 124public XmlQualifiedName QnXsdAttributeGroup; 125public XmlQualifiedName QnXsdAnyAttribute; 126public XmlQualifiedName QnXsdGroup; 127public XmlQualifiedName QnXsdAll; 128public XmlQualifiedName QnXsdChoice; 129public XmlQualifiedName QnXsdSequence ; 130public XmlQualifiedName QnXsdAny; 131public XmlQualifiedName QnXsdNotation; 132public XmlQualifiedName QnXsdSimpleType; 133public XmlQualifiedName QnXsdComplexType; 134public XmlQualifiedName QnXsdUnique; 135public XmlQualifiedName QnXsdKey; 136public XmlQualifiedName QnXsdKeyRef; 137public XmlQualifiedName QnXsdSelector; 138public XmlQualifiedName QnXsdField; 139public XmlQualifiedName QnXsdMinExclusive; 140public XmlQualifiedName QnXsdMinInclusive; 141public XmlQualifiedName QnXsdMaxInclusive; 142public XmlQualifiedName QnXsdMaxExclusive; 143public XmlQualifiedName QnXsdTotalDigits; 144public XmlQualifiedName QnXsdFractionDigits; 145public XmlQualifiedName QnXsdLength; 146public XmlQualifiedName QnXsdMinLength; 147public XmlQualifiedName QnXsdMaxLength; 148public XmlQualifiedName QnXsdEnumeration; 149public XmlQualifiedName QnXsdPattern; 150public XmlQualifiedName QnXsdDocumentation; 151public XmlQualifiedName QnXsdAppinfo; 152public XmlQualifiedName QnSource; 153public XmlQualifiedName QnXsdComplexContent; 154public XmlQualifiedName QnXsdSimpleContent; 155public XmlQualifiedName QnXsdRestriction; 156public XmlQualifiedName QnXsdExtension; 157public XmlQualifiedName QnXsdUnion; 158public XmlQualifiedName QnXsdList; 159public XmlQualifiedName QnXsdWhiteSpace; 160public XmlQualifiedName QnXsdRedefine; 161public XmlQualifiedName QnXsdAnyType; 163internal XmlQualifiedName[] TokenToQName = new XmlQualifiedName[(int)Token.XmlLang + 1]; 448TokenToQName[(int)Token.Empty] = XmlQualifiedName.Empty; 471public XmlQualifiedName GetName(SchemaNames.Token token) {
System\Xml\Schema\SchemaNotation.cs (3)
17private XmlQualifiedName name; 21internal SchemaNotation(XmlQualifiedName name) { 25internal XmlQualifiedName Name {
System\Xml\Schema\SchemaSetCompiler.cs (8)
204if (localComplexType != null && element.SchemaTypeName == XmlQualifiedName.Empty) { // only local schemaTypes 571XmlQualifiedName[] mainMemberTypes = mainUnion.MemberTypes; 678if (!decl.AttDefs.ContainsKey(attribute.QualifiedName) && attribute.AttDef != null && attribute.AttDef.Name != XmlQualifiedName.Empty && attribute.AttDef != SchemaAttDef.Empty) { 912if (localComplexType != null && localElement.SchemaTypeName == XmlQualifiedName.Empty && localElement.RefName == XmlQualifiedName.Empty) { //Only local elements 2520private XmlSchemaSimpleType GetSimpleType(XmlQualifiedName name) { 2531private XmlSchemaComplexType GetComplexType(XmlQualifiedName name) { 2539private XmlSchemaType GetAnySchemaType(XmlQualifiedName name) {
System\Xml\Schema\XdrBuilder.cs (43)
52internal XmlQualifiedName _Name; 54internal XmlQualifiedName _TypeName; 72_Name = XmlQualifiedName.Empty; 74 _TypeName = XmlQualifiedName.Empty; 139internal XmlQualifiedName _Name; 411XmlQualifiedName qname = new XmlQualifiedName(name, XmlSchemaDatatype.XdrCanonizeUri(ns, _NameTable, _SchemaNames)); 421SendValidationEvent(Res.Sch_UnsupportedElement, XmlQualifiedName.ToString(name, prefix)); 432XmlQualifiedName qname = new XmlQualifiedName(name, XmlSchemaDatatype.XdrCanonizeUri(ns, _NameTable, _SchemaNames)); 439XmlQualifiedName qnameValue = XmlQualifiedName.Parse(value, _CurNsMgr, out prefixValue); 468XmlQualifiedName.ToString(qname.Name, prefix)); 618XmlQualifiedName gname = builder._UndefinedAttributeTypes._TypeName; 639builder.SendValidationEvent(Res.Sch_UndeclaredElement, XmlQualifiedName.ToString(ed.Name.Name, ed.Prefix)); 672XmlQualifiedName qname = (XmlQualifiedName) obj; 675builder.SendValidationEvent(Res.Sch_DupElementDecl, XmlQualifiedName.ToString(qname.Name, prefix)); 686builder._ElementDef._ContentAttr = builder.GetContent((XmlQualifiedName)obj); 690builder._contentValidator.IsOpen = builder.GetModel((XmlQualifiedName)obj); 694builder._ElementDef._OrderAttr = builder._GroupDef._Order = builder.GetOrder((XmlQualifiedName)obj); 828XmlQualifiedName pName = patt._TypeName; 907ad._AttDef = new SchemaAttDef(XmlQualifiedName.Empty, null); 926XmlQualifiedName qname = (XmlQualifiedName) obj; 937builder.SendValidationEvent(Res.Sch_DupAttribute, XmlQualifiedName.ToString(qname.Name, prefix)); 948builder.SendValidationEvent(Res.Sch_DupAttribute, XmlQualifiedName.ToString(qname.Name, prefix)); 962XmlQualifiedName qname = (XmlQualifiedName)obj; 1054XmlQualifiedName qname = (XmlQualifiedName) obj; 1111builder._BaseDecl._TypeName = (XmlQualifiedName)obj; 1131XmlQualifiedName qname = builder._BaseDecl._TypeName; 1144XmlQualifiedName gname = qname; 1153builder.SendValidationEvent(Res.Sch_UndeclaredAttribute, XmlQualifiedName.ToString(qname.Name, prefix)); 1211builder._GroupDef._Order = builder.GetOrder((XmlQualifiedName)obj); 1316private bool GetNextState(XmlQualifiedName qname) { 1329private bool IsSkipableElement(XmlQualifiedName qname) { 1342private bool IsSkipableAttribute(XmlQualifiedName qname) { 1364private int GetOrder(XmlQualifiedName qname) { 1399XmlQualifiedName qname = (XmlQualifiedName)obj; 1505private int GetContent(XmlQualifiedName qname) { 1528private bool GetModel(XmlQualifiedName qname) { 1548XmlQualifiedName.ToString(_ElementDef._ElementDecl.Name.Name, _ElementDef._ElementDecl.Prefix));
System\Xml\Schema\XdrValidator.cs (6)
23private XmlQualifiedName name = XmlQualifiedName.Empty; 47name = XmlQualifiedName.Empty; 49Push(XmlQualifiedName.Empty); 536private void Push(XmlQualifiedName elementName) { 570private XmlQualifiedName QualifiedName(string name, string ns) {
System\Xml\Schema\XmlAtomicValue.cs (2)
136XmlQualifiedName qname = this.objVal as XmlQualifiedName;
System\Xml\Schema\XmlSchemaAny.cs (1)
108internal bool Allows(XmlQualifiedName qname) {
System\Xml\Schema\XmlSchemaAnyAttribute.cs (1)
72internal bool Allows(XmlQualifiedName qname) {
System\Xml\Schema\XmlSchemaAttribute.cs (12)
26XmlQualifiedName refName = XmlQualifiedName.Empty; 27XmlQualifiedName typeName = XmlQualifiedName.Empty; 28XmlQualifiedName qualifiedName = XmlQualifiedName.Empty; 82public XmlQualifiedName RefName { 84set { refName = (value == null ? XmlQualifiedName.Empty : value); } 92public XmlQualifiedName SchemaTypeName { 94set { typeName = (value == null ? XmlQualifiedName.Empty : value); } 122public XmlQualifiedName QualifiedName { 174internal void SetQualifiedName(XmlQualifiedName value) {
System\Xml\Schema\XmlSchemaAttributeGroup.cs (4)
21XmlQualifiedName qname = XmlQualifiedName.Empty; 58public XmlQualifiedName QualifiedName { 102internal void SetQualifiedName(XmlQualifiedName value) {
System\Xml\Schema\XmlSchemaAttributeGroupref.cs (4)
18XmlQualifiedName refName = XmlQualifiedName.Empty; 25public XmlQualifiedName RefName { 27set { refName = (value == null ? XmlQualifiedName.Empty : value); }
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (4)
21XmlQualifiedName baseTypeName = XmlQualifiedName.Empty; 28public XmlQualifiedName BaseTypeName { 30set { baseTypeName = (value == null ? XmlQualifiedName.Empty : value); }
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (4)
21XmlQualifiedName baseTypeName = XmlQualifiedName.Empty; 28public XmlQualifiedName BaseTypeName { 30set { baseTypeName = (value == null ? XmlQualifiedName.Empty : value); }
System\Xml\Schema\XmlSchemaComplexType.cs (3)
314internal override XmlQualifiedName DerivedFrom { 318return XmlQualifiedName.Empty; 329return XmlQualifiedName.Empty;
System\Xml\Schema\XmlSchemaElement.cs (16)
33XmlQualifiedName refName = XmlQualifiedName.Empty; 34XmlQualifiedName substitutionGroup = XmlQualifiedName.Empty; 35XmlQualifiedName typeName = XmlQualifiedName.Empty; 38XmlQualifiedName qualifiedName = XmlQualifiedName.Empty; 145public XmlQualifiedName RefName { 147set { refName = (value == null ? XmlQualifiedName.Empty : value); } 155public XmlQualifiedName SubstitutionGroup { 157set { substitutionGroup = (value == null ? XmlQualifiedName.Empty : value); } 165public XmlQualifiedName SchemaTypeName { 167set { typeName = (value == null ? XmlQualifiedName.Empty : value); } 202public XmlQualifiedName QualifiedName { 262internal void SetQualifiedName(XmlQualifiedName value) {
System\Xml\Schema\XmlSchemaGroup.cs (4)
20XmlQualifiedName qname = XmlQualifiedName.Empty; 47public XmlQualifiedName QualifiedName { 75internal void SetQualifiedName(XmlQualifiedName value) {
System\Xml\Schema\XmlSchemaGroupRef.cs (4)
17XmlQualifiedName refName = XmlQualifiedName.Empty; 26public XmlQualifiedName RefName { 28set { refName = (value == null ? XmlQualifiedName.Empty : value); }
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (8)
22 XmlQualifiedName qualifiedName = XmlQualifiedName.Empty; 59 public XmlQualifiedName QualifiedName { 63 internal void SetQualifiedName(XmlQualifiedName value) { 116XmlQualifiedName refer = XmlQualifiedName.Empty; 123public XmlQualifiedName Refer { 125set { refer = (value == null ? XmlQualifiedName.Empty : value); }
System\Xml\Schema\XmlSchemaNotation.cs (3)
20XmlQualifiedName qname = XmlQualifiedName.Empty; 53internal XmlQualifiedName QualifiedName {
System\Xml\Schema\XmlSchemaObjectTable.cs (11)
16Dictionary<XmlQualifiedName, XmlSchemaObject> table = new Dictionary<XmlQualifiedName,XmlSchemaObject>(); 22internal void Add(XmlQualifiedName name, XmlSchemaObject value) { 28internal void Insert(XmlQualifiedName name, XmlSchemaObject value) { 45internal void Replace(XmlQualifiedName name, XmlSchemaObject value) { 61internal void Remove(XmlQualifiedName name) { 90public bool Contains(XmlQualifiedName name) { 95public XmlSchemaObject this[XmlQualifiedName name] { 131internal XmlQualifiedName qname; 134public XmlSchemaObjectEntry(XmlQualifiedName name, XmlSchemaObject value) { 247protected XmlQualifiedName currentKey;
System\Xml\Schema\XmlSchemaParticle.cs (2)
132internal XmlQualifiedName GetQualifiedName() { 150return XmlQualifiedName.Empty; //If ever called on other particles
System\Xml\Schema\XmlSchemaSet.cs (2)
953XmlQualifiedName head = substGroup.Examplar; 1295private bool AddToTable(XmlSchemaObjectTable table, XmlQualifiedName qname, XmlSchemaObject item) {
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (4)
19XmlQualifiedName baseTypeName = XmlQualifiedName.Empty; 26public XmlQualifiedName BaseTypeName { 28set { baseTypeName = (value == null ? XmlQualifiedName.Empty : value); }
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (4)
17XmlQualifiedName baseTypeName = XmlQualifiedName.Empty; 28public XmlQualifiedName BaseTypeName { 30set { baseTypeName = (value == null ? XmlQualifiedName.Empty : value); }
System\Xml\Schema\XmlSchemaSimpleType.cs (3)
38internal override XmlQualifiedName DerivedFrom { 42return XmlQualifiedName.Empty; 47return XmlQualifiedName.Empty;
System\Xml\Schema\XmlSchemaSimpleTypeList.cs (4)
17XmlQualifiedName itemTypeName = XmlQualifiedName.Empty; 26public XmlQualifiedName ItemTypeName { 28set { itemTypeName = (value == null ? XmlQualifiedName.Empty : value); }
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (4)
18XmlQualifiedName baseTypeName = XmlQualifiedName.Empty; 27public XmlQualifiedName BaseTypeName { 29set { baseTypeName = (value == null ? XmlQualifiedName.Empty : value); }
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (4)
18XmlQualifiedName[] memberTypes; 32public XmlQualifiedName[] MemberTypes { 51XmlQualifiedName[] newQNames = new XmlQualifiedName[memberTypes.Length];
System\Xml\Schema\XmlSchemaSubstitutionGroup.cs (3)
15XmlQualifiedName examplar = XmlQualifiedName.Empty; 23internal XmlQualifiedName Examplar {
System\Xml\Schema\XmlSchemaType.cs (8)
27volatile XmlQualifiedName qname = XmlQualifiedName.Empty; 37public static XmlSchemaSimpleType GetBuiltInSimpleType(XmlQualifiedName qualifiedName) { 67public static XmlSchemaComplexType GetBuiltInComplexType(XmlQualifiedName qualifiedName) { 105public XmlQualifiedName QualifiedName { 213internal void SetQualifiedName(XmlQualifiedName value) { 244internal virtual XmlQualifiedName DerivedFrom { 245get { return XmlQualifiedName.Empty; }
System\Xml\Schema\XmlSchemaValidator.cs (22)
96XmlQualifiedName contextQName; 200Push(XmlQualifiedName.Empty); 381XmlQualifiedName elementName = contextQName; 482XmlQualifiedName attQName = new XmlQualifiedName(lName, ns); 1117private object ValidateElementContext(XmlQualifiedName elementName, out bool invalidElementInContext) { 1120XmlQualifiedName head; 1186private XmlSchemaElement GetSubstitutionGroupHead(XmlQualifiedName member) { 1189XmlQualifiedName head = memberElem.SubstitutionGroup; 1290private void Push(XmlQualifiedName elementName) { 1344private SchemaElementDecl FastGetElementDecl(XmlQualifiedName elementName, object particle) { 1384XmlQualifiedName xsiTypeName = XmlQualifiedName.Empty; 1392xsiTypeName = typedVal as XmlQualifiedName; 1493private SchemaAttDef CheckIsXmlAttribute(XmlQualifiedName attQName) { 1763Dictionary<XmlQualifiedName, SchemaAttDef> attributeDefs = currentElementDecl.AttDefs; 1780xsiElement.SchemaTypeName = XmlQualifiedName.Empty; //Reset typeName on element as this might be different 2101internal static void ElementValidationError(XmlQualifiedName name, ValidationState context, ValidationEventHandler eventHandler, object sender, string sourceUri, int lineNo, int linePos, XmlSchemaSet schemaSet) { 2179XmlQualifiedName currentQName; 2227XmlQualifiedName name = null; 2228name = expected[0] as XmlQualifiedName; 2247name = expected[i] as XmlQualifiedName; 2296internal static string BuildElementName(XmlQualifiedName qname) {
System\Xml\Schema\XmlValueConverter.cs (10)
358protected static readonly Type XmlQualifiedNameType = typeof(XmlQualifiedName); 553protected static string QNameToString(XmlQualifiedName name) { 659protected static XmlQualifiedName StringToQName(string value, IXmlNamespaceResolver nsResolver) { 775protected static string QNameToString(XmlQualifiedName qname, IXmlNamespaceResolver nsResolver) { 1893case XmlTypeCode.Notation: return QNameToString((XmlQualifiedName) value, nsResolver); 1894case XmlTypeCode.QName: return QNameToString((XmlQualifiedName) value, nsResolver); 1967case XmlTypeCode.Notation: return ((XmlQualifiedName) value); 1968case XmlTypeCode.QName: return ((XmlQualifiedName) value); 2396if (IsDerivedFrom(sourceType, XmlQualifiedNameType)) return QNameToString((XmlQualifiedName) value, nsResolver); 3184if (itemTypeDst == XmlQualifiedNameType) return ToArray<XmlQualifiedName>(value, nsResolver);
System\Xml\Schema\XsdBuilder.cs (8)
695XmlQualifiedName qname = new XmlQualifiedName(name, ns); 714XmlQualifiedName qname = new XmlQualifiedName(name, ns); 1415builder.simpleTypeUnion.MemberTypes = (XmlQualifiedName[])dt.ParseValue(value, builder.nameTable, builder.namespaceManager); 2221private bool GetNextState(XmlQualifiedName qname) { 2235private bool IsSkipableElement(XmlQualifiedName qname) { 2278private XmlQualifiedName ParseQName(string value, string attributeName) { 2282return XmlQualifiedName.Parse(value, this.namespaceManager, out prefix); 2286return XmlQualifiedName.Empty;
System\Xml\Schema\XsdValidator.cs (8)
69Push (XmlQualifiedName.Empty); 187XmlQualifiedName xsiType; 223private void ProcessXsiAttributes(out XmlQualifiedName xsiType, out string xsiNil) { 226xsiType = XmlQualifiedName.Empty; 257xsiType = (XmlQualifiedName)dtQName.ParseValue(reader.Value, NameTable, nsManager); 321private SchemaElementDecl ThoroughGetElementDecl(SchemaElementDecl elementDecl, XmlQualifiedName xsiType, string xsiNil) { 401XmlQualifiedName attQName = new XmlQualifiedName(reader.LocalName, reader.NamespaceURI); 651private void Push(XmlQualifiedName elementName) {
System\Xml\Serialization\ImportContext.cs (5)
126internal XmlSchemaObject AddItem(XmlSchemaObject item, XmlQualifiedName qname, XmlSchemas schemas) { 289XmlQualifiedName baseName = XmlQualifiedName.Empty; 353XmlQualifiedName[] memberTypes = ((XmlSchemaSimpleTypeUnion)item).MemberTypes; 441XmlQualifiedName qname = TypeScope.ParseWsdlArrayType(attribute.Value, out dims, item);
System\Xml\Serialization\Mappings.cs (7)
938XmlQualifiedName xsiType; 957internal SerializableMapping(XmlQualifiedName xsiType, XmlSchemaSet schemas) { 1048internal XmlQualifiedName XsiType { 1133xsiType = XmlQualifiedName.Empty; 1141else if (typeof(XmlQualifiedName).IsAssignableFrom(getSchemaMethod.ReturnType)) { 1142xsiType = (XmlQualifiedName)typeInfo; 1148throw new InvalidOperationException(Res.GetString(Res.XmlGetSchemaMethodReturnType, type.Name, getSchemaMethod.Name, typeof(XmlSchemaProviderAttribute).Name, typeof(XmlQualifiedName).FullName));
System\Xml\Serialization\NameTable.cs (2)
37internal void Add(XmlQualifiedName qname, object value) { 46internal object this[XmlQualifiedName qname] {
System\Xml\Serialization\PrimitiveXmlSerializers.cs (1)
185WriteNullableQualifiedNameLiteral(@"QName", @"", ((global::System.Xml.XmlQualifiedName)o));
System\Xml\Serialization\SchemaImporter.cs (4)
184ImportDerivedTypes(XmlQualifiedName.Empty); 189internal abstract void ImportDerivedTypes(XmlQualifiedName baseName); 191internal void AddReference(XmlQualifiedName name, NameTable references, string error) { 200internal void RemoveReference(XmlQualifiedName name, NameTable references) {
System\Xml\Serialization\SchemaObjectWriter.cs (10)
41XmlQualifiedName qn1 = (XmlQualifiedName)o1; 42XmlQualifiedName qn2 = (XmlQualifiedName)o2; 57internal static XmlQualifiedName NameOf(XmlSchemaObject o) { 109internal static XmlQualifiedName NameOf(XmlSchemaObjectCollection items) { 116return (XmlQualifiedName)list[0]; 147protected void WriteAttribute(string localName, string ns, XmlQualifiedName value) { 501XmlQualifiedName q = (XmlQualifiedName)list[i];
System\Xml\Serialization\SoapSchemaExporter.cs (11)
27static XmlQualifiedName ArrayQName = new XmlQualifiedName(Soap.Array, Soap.Encoding); 28static XmlQualifiedName ArrayTypeQName = new XmlQualifiedName(Soap.ArrayType, Soap.Encoding); 151XmlQualifiedName ExportTypeMapping(TypeMapping mapping, string ns) { 175XmlQualifiedName ExportNonXsdPrimitiveMapping(PrimitiveMapping mapping, string ns) { 186XmlQualifiedName ExportPrimitiveMapping(PrimitiveMapping mapping) { 190XmlQualifiedName ExportArrayMapping(ArrayMapping mapping, string ns) { 212XmlQualifiedName qname = ExportTypeMapping(mapping.Elements[0].Mapping, mapping.Namespace); 268XmlQualifiedName ExportRootMapping(StructMapping mapping) { 276XmlQualifiedName ExportStructMapping(StructMapping mapping, string ns) { 304XmlQualifiedName ExportMembersMapping(MembersMapping mapping, string ns) { 350XmlQualifiedName ExportEnumMapping(EnumMapping mapping, string ns) {
System\Xml\Serialization\SoapSchemaImporter.cs (14)
60public XmlTypeMapping ImportDerivedTypeMapping(XmlQualifiedName name, Type baseType, bool baseTypeCanBeIndirect) 166XmlQualifiedName parentType = XmlSchemas.GetParentName(element); 186XmlQualifiedName parentType = XmlSchemas.GetParentName(element); 198XmlQualifiedName parentType = XmlSchemas.GetParentName(element); 202XmlQualifiedName parentType = XmlSchemas.GetParentName(element); 212internal override void ImportDerivedTypes(XmlQualifiedName baseName) { 228TypeMapping ImportType(XmlQualifiedName name, bool excludeFromImport) { 273XmlQualifiedName parentType = XmlSchemas.GetParentName(element); 352XmlQualifiedName parentType = XmlSchemas.GetParentName(group); 360XmlQualifiedName parentType = XmlSchemas.GetParentName(particle); 444XmlQualifiedName typeName = TypeScope.ParseWsdlArrayType(arrayType, out dims, attribute); 627XmlSchemaSimpleType FindDataType(XmlQualifiedName name) { 641object FindType(XmlQualifiedName name) { 648XmlQualifiedName baseType = encType.DerivedFrom;
System\Xml\Serialization\SoapSchemamember.cs (3)
16XmlQualifiedName type = XmlQualifiedName.Empty; 22public XmlQualifiedName MemberType {
System\Xml\Serialization\Types.cs (7)
461AddPrimitive(typeof(XmlQualifiedName), "QName", "XmlQualifiedName", TypeFlags.CanBeAttributeValue | TypeFlags.HasCustomFormatter | TypeFlags.HasIsEmpty | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired | TypeFlags.Reference); 526if (type == typeof(XmlQualifiedName)) 557AddSoapEncodedPrimitive(typeof(XmlQualifiedName), "QName", ns, "XmlQualifiedName", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.HasCustomFormatter | TypeFlags.HasIsEmpty | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired | TypeFlags.Reference); 590static void AddNonXsdPrimitive(Type type, string dataTypeName, string ns, string formatterName, XmlQualifiedName baseTypeName, XmlSchemaFacet[] facets, TypeFlags flags) { 606static void AddSoapEncodedPrimitive(Type type, string dataTypeName, string ns, string formatterName, XmlQualifiedName baseTypeName, TypeFlags flags) { 747else if (type == typeof(XmlQualifiedName)) { 1203static internal XmlQualifiedName ParseWsdlArrayType(string type, out string dims, XmlSchemaObject parent) {
System\Xml\Serialization\XmlReflectionImporter.cs (4)
438if (!(typeof(XmlQualifiedName).IsAssignableFrom(getMethod.ReturnType)) && !(typeof(XmlSchemaType).IsAssignableFrom(getMethod.ReturnType))) 439throw new InvalidOperationException(Res.GetString(Res.XmlGetSchemaMethodReturnType, type.Name, provider.MethodName, typeof(XmlSchemaProviderAttribute).Name, typeof(XmlQualifiedName).FullName, typeof(XmlSchemaType).FullName)); 464XmlQualifiedName qname = serializableMapping.XsiType; 516internal void SetBase(SerializableMapping mapping, XmlQualifiedName baseQname) {
System\Xml\Serialization\XmlSchemaExporter.cs (8)
54public XmlQualifiedName ExportTypeMapping(XmlMembersMapping xmlMembersMapping) { 382XmlQualifiedName ExportNonXsdPrimitiveMapping(PrimitiveMapping mapping, string ns) { 524XmlQualifiedName ExportPrimitiveMapping(PrimitiveMapping mapping, string ns) { 525XmlQualifiedName qname; 857XmlQualifiedName ExportStructMapping(StructMapping mapping, string ns, XmlSchemaElement element) { 860return XmlQualifiedName.Empty; 913return XmlQualifiedName.Empty; 916XmlQualifiedName qname = new XmlQualifiedName(type.Name, mapping.Namespace);
System\Xml\Serialization\XmlSchemaImporter.cs (31)
70public XmlTypeMapping ImportDerivedTypeMapping(XmlQualifiedName name, Type baseType) { 90public XmlTypeMapping ImportDerivedTypeMapping(XmlQualifiedName name, Type baseType, bool baseTypeCanBeIndirect) { 114public XmlTypeMapping ImportSchemaType(XmlQualifiedName typeName) { 123public XmlTypeMapping ImportSchemaType(XmlQualifiedName typeName, Type baseType) { 131public XmlTypeMapping ImportSchemaType(XmlQualifiedName typeName, Type baseType, bool baseTypeCanBeIndirect) { 167public XmlTypeMapping ImportTypeMapping(XmlQualifiedName name) { 175public XmlMembersMapping ImportMembersMapping(XmlQualifiedName name) { 180public XmlMembersMapping ImportAnyType(XmlQualifiedName typeName, string elementName) { 219public XmlMembersMapping ImportMembersMapping(XmlQualifiedName[] names) { 227public XmlMembersMapping ImportMembersMapping(XmlQualifiedName[] names, Type baseType, bool baseTypeCanBeIndirect) { 232XmlQualifiedName name = names[i]; 274ElementAccessor ImportElement(XmlQualifiedName name, Type desiredMappingType, Type baseType) { 301XmlQualifiedName parentType = XmlSchemas.GetParentName(element); 377void RunSchemaExtensions(TypeMapping mapping, XmlQualifiedName qname, XmlSchemaType type, XmlSchemaObject context, TypeFlags flags) { 433XmlQualifiedName qname = new XmlQualifiedName(typeName, ns); 447internal override void ImportDerivedTypes(XmlQualifiedName baseName) { 463TypeMapping ImportType(XmlQualifiedName name, Type desiredMappingType, Type baseType, TypeFlags flags, bool addref) { 646internal XmlQualifiedName baseSimpleType; 676XmlQualifiedName groupName = ((XmlSchemaAttributeGroupRef)item).RefName; 1050void ImportTextMember(CodeIdentifiers members, CodeIdentifiers membersScope, XmlQualifiedName simpleContentType) { 1135RunSchemaExtensions(mapping, XmlQualifiedName.Empty, null, any, flags); 1312RunSchemaExtensions(mapping, XmlQualifiedName.Empty, null, any, flags); 1474AttributeAccessor ImportSpecialAttribute(XmlQualifiedName name, string identifier) { 1703XmlSchemaGroup FindGroup(XmlQualifiedName name) { 1711XmlSchemaAttributeGroup FindAttributeGroup(XmlQualifiedName name) { 1719internal static XmlQualifiedName BaseTypeName(XmlSchemaSimpleType dataType) { 1741XmlQualifiedName qname = BaseTypeName(dataType); 1750XmlSchemaSimpleType FindDataType(XmlQualifiedName name, TypeFlags flags) { 1773XmlSchemaType FindType(XmlQualifiedName name, TypeFlags flags) { 1784XmlSchemaElement FindElement(XmlQualifiedName name) { 1791XmlSchemaAttribute FindAttribute(XmlQualifiedName name) {
System\Xml\Serialization\XmlSchemas.cs (7)
274public object Find(XmlQualifiedName name, Type type) { 277internal object Find(XmlQualifiedName name, Type type, bool checkCache) { 479internal static XmlQualifiedName GetParentName(XmlSchemaObject item) { 489return XmlQualifiedName.Empty; 518XmlQualifiedName parentName = XmlSchemas.GetParentName(o); 535XmlQualifiedName parentName = XmlSchemas.GetParentName(o); 545XmlQualifiedName parentName = XmlSchemas.GetParentName(o);
System\Xml\Serialization\XmlSerializationGeneratedCode.cs (1)
69qnameTypeDesc = scopes[0].GetTypeDesc(typeof(XmlQualifiedName));
System\Xml\Serialization\XmlSerializationILGen.cs (1)
42qnameTypeDesc = scopes[0].GetTypeDesc(typeof(XmlQualifiedName));
System\Xml\Serialization\XmlSerializationReader.cs (29)
272protected XmlQualifiedName GetXsiType() { 288Type GetPrimitiveType(XmlQualifiedName typeName, bool throwOnUnknown) { 336return typeof(XmlQualifiedName); 403return typeof(XmlQualifiedName); 455private XmlQualifiedName ReadXmlQualifiedName(){ 466XmlQualifiedName retVal = ToXmlQualifiedName(s); 516protected object ReadTypedPrimitive(XmlQualifiedName type) { 520private object ReadTypedPrimitive(XmlQualifiedName type, bool elementCanBeType) { 677protected object ReadTypedNull(XmlQualifiedName type) { 841protected XmlQualifiedName ReadNullableQualifiedName() { 850protected XmlQualifiedName ReadElementQualifiedName() { 852XmlQualifiedName empty = new XmlQualifiedName(string.Empty, r.LookupNamespace("")); 856XmlQualifiedName qname = ToXmlQualifiedName(CollapseWhitespace(r.ReadString())); 934XmlQualifiedName qname = ToXmlQualifiedName(arrayInfo.qname, false); 1109protected XmlQualifiedName ToXmlQualifiedName(string value) { 1113internal XmlQualifiedName ToXmlQualifiedName(string value, bool decodeName) { 1249protected Exception CreateUnknownTypeException(XmlQualifiedName type) { 1522XmlQualifiedName qname; 1525XmlQualifiedName urTypeName = new XmlQualifiedName(urTypeID, schemaNsID); 1557XmlQualifiedName newQname = (XmlQualifiedName)typesReverse[elementType]; 1719XmlQualifiedName urType = new XmlQualifiedName(urTypeID, r.NameTable.Add(XmlSchema.Namespace)); 1735XmlQualifiedName typeId = GetXsiType(); 1757XmlQualifiedName typeName = new XmlQualifiedName(r.NameTable.Add(name), r.NameTable.Add(ns)); 3021Writer.Write(typeof(XmlQualifiedName).FullName); 3064Writer.Write(typeof(XmlQualifiedName).FullName); 3384Writer.Write(typeof(XmlQualifiedName).FullName); 3390Writer.Write(typeof(XmlQualifiedName).FullName); 4425Writer.Write(typeof(XmlQualifiedName).FullName);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (8)
1373LocalBuilder locXsiType = ilg.DeclareLocal(typeof(XmlQualifiedName), "xsiType"); 1446ilg.Ldloc(typeof(XmlQualifiedName), "xsiType"); 1463ConstructorInfo XmlQualifiedName_ctor = typeof(XmlQualifiedName).GetConstructor( 1473new Type[] { typeof(XmlQualifiedName) }, 1506new Type[] { typeof(XmlQualifiedName) }, 1734MethodInfo XmlQualifiedName_get_Name = typeof(XmlQualifiedName).GetMethod( 1741MethodInfo XmlQualifiedName_get_Namespace = typeof(XmlQualifiedName).GetMethod( 3236LocalBuilder tserLoc = ilg.DeclareOrGetLocal(typeof(XmlQualifiedName), "tser");
System\Xml\Serialization\XmlSerializationWriter.cs (34)
84XmlQualifiedName[] qnames = (XmlQualifiedName[])value.ToArray(typeof(XmlQualifiedName)); 165XmlQualifiedName GetPrimitiveTypeName(Type type) { 169XmlQualifiedName GetPrimitiveTypeName(Type type, bool throwIfUnknown) { 170XmlQualifiedName qname = GetPrimitiveTypeNameInternal(type); 176internal static XmlQualifiedName GetPrimitiveTypeNameInternal(Type type) { 200if (type == typeof(XmlQualifiedName)) typeName = "QName"; 293if (t == typeof(XmlQualifiedName)) { 302value = FromXmlQualifiedName((XmlQualifiedName)o, false); 380protected string FromXmlQualifiedName(XmlQualifiedName xmlQualifiedName) { 385protected string FromXmlQualifiedName(XmlQualifiedName xmlQualifiedName, bool ignoreEmpty) { 591protected void WriteNullableStringEncoded(string name, string ns, string value, XmlQualifiedName xsiType) { 608protected void WriteNullableStringEncodedRaw(string name, string ns, string value, XmlQualifiedName xsiType) { 616protected void WriteNullableStringEncodedRaw(string name, string ns, byte[] value, XmlQualifiedName xsiType) { 643protected void WriteNullableQualifiedNameEncoded(string name, string ns, XmlQualifiedName value, XmlQualifiedName xsiType) { 654protected void WriteNullableQualifiedNameLiteral(string name, string ns, XmlQualifiedName value) { 818XmlQualifiedName qname = TypeScope.ParseWsdlArrayType(attr.Value, out dims, (container is XmlSchemaObject) ? (XmlSchemaObject)container : null); 937protected void WriteElementString(String localName, String value, XmlQualifiedName xsiType) { 942protected void WriteElementString(String localName, String ns, String value, XmlQualifiedName xsiType) { 975protected void WriteElementStringRaw(String localName, String value, XmlQualifiedName xsiType) { 980protected void WriteElementStringRaw(String localName, byte[] value, XmlQualifiedName xsiType) { 985protected void WriteElementStringRaw(String localName, String ns, String value, XmlQualifiedName xsiType) { 995protected void WriteElementStringRaw(String localName, String ns, byte[] value, XmlQualifiedName xsiType) { 1014protected void WriteElementQualifiedName(String localName, XmlQualifiedName value) { 1019protected void WriteElementQualifiedName(string localName, XmlQualifiedName value, XmlQualifiedName xsiType) { 1027protected void WriteElementQualifiedName(String localName, String ns, XmlQualifiedName value) { 1032protected void WriteElementQualifiedName(string localName, string ns, XmlQualifiedName value, XmlQualifiedName xsiType) { 1080XmlQualifiedName qualName = GetPrimitiveTypeName(elementType, false); 1103XmlQualifiedName qualName = GetPrimitiveTypeName(elementType); 1180if (Convert.GetTypeCode(o) == TypeCode.Object && !(o is Guid) && (t != typeof(XmlQualifiedName)) && !(o is XmlNode[]) && (t != typeof(byte[]))) {
System\Xml\Serialization\XmlSerializationWriterILGen.cs (2)
227argTypes.Add(typeof(XmlQualifiedName)); 228ConstructorInfo XmlQualifiedName_ctor = typeof(XmlQualifiedName).GetConstructor(
System\Xml\Serialization\XmlSerializer.cs (2)
787if (primitiveType == typeof(XmlQualifiedName)) { 858if (primitiveType == typeof(XmlQualifiedName)) {
System\Xml\Serialization\XmlSerializerNamespaces.cs (6)
44public XmlSerializerNamespaces(XmlQualifiedName[] namespaces) { 46XmlQualifiedName qname = namespaces[i]; 73public XmlQualifiedName[] ToArray() { 75return new XmlQualifiedName[0]; 76return (XmlQualifiedName[])NamespaceList.ToArray(typeof(XmlQualifiedName));
System\Xml\XmlQualifiedName.cs (12)
42public static readonly XmlQualifiedName Empty = new XmlQualifiedName(string.Empty); 122XmlQualifiedName qname; 128qname = other as XmlQualifiedName; 139public static bool operator ==(XmlQualifiedName a, XmlQualifiedName b) { 153public static bool operator !=(XmlQualifiedName a, XmlQualifiedName b) { 245internal static XmlQualifiedName Parse(string s, IXmlNamespaceResolver nsmgr, out string prefix) { 261internal XmlQualifiedName Clone() { 262return (XmlQualifiedName)MemberwiseClone(); 265internal static int Compare(XmlQualifiedName a, XmlQualifiedName b) {
System\Xml\Xslt\XsltArgumentList.cs (2)
41XmlQualifiedName qname = new XmlQualifiedName(name, namespaceUri); 53XmlQualifiedName qname = new XmlQualifiedName(name, namespaceUri);
System.Xml.Linq (2)
System\Xml\Linq\XNodeValidator.cs (2)
105XmlQualifiedName name = sa.RefName; 116XmlQualifiedName name = se.RefName;