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