356 references to XmlQualifiedName
PresentationFramework (9)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
457
private static readonly XmlQualifiedName DataIdElementName = new
XmlQualifiedName
("DataId", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
348
private static readonly XmlQualifiedName PageNumberElementName = new
XmlQualifiedName
("PageNumber", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
627
private static readonly XmlQualifiedName FixedTextElementName = new
XmlQualifiedName
("FixedTextRange", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
423
internal static readonly XmlQualifiedName CharacterRangeElementName = new
XmlQualifiedName
("CharacterRange", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
659
private static readonly XmlQualifiedName _name = new
XmlQualifiedName
("Highlight", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1165
public static readonly XmlQualifiedName TextSchemaName = new
XmlQualifiedName
("TextStickyNote", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
1170
public static readonly XmlQualifiedName InkSchemaName = new
XmlQualifiedName
("InkStickyNote", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
System\Windows\Annotations\Annotation.cs (1)
657
_typeName = new
XmlQualifiedName
(typeName[1], reader.LookupNamespace(typeName[0]));
System\Windows\Annotations\LocatorPartList.cs (1)
232
ContentLocatorPart part = new ContentLocatorPart(new
XmlQualifiedName
(reader.LocalName, reader.NamespaceURI));
System.Data.Common (17)
System\Data\SQLTypes\SQLBinary.cs (1)
460
return new
XmlQualifiedName
("base64Binary", XmlSchema.Namespace);
System\Data\SQLTypes\SQLBoolean.cs (1)
510
return new
XmlQualifiedName
("boolean", XmlSchema.Namespace);
System\Data\SQLTypes\SQLByte.cs (1)
520
return new
XmlQualifiedName
("unsignedByte", XmlSchema.Namespace);
System\Data\SQLTypes\SQLBytes.cs (1)
571
return new
XmlQualifiedName
("base64Binary", XmlSchema.Namespace);
System\Data\SQLTypes\SQLChars.cs (1)
524
return new
XmlQualifiedName
("string", XmlSchema.Namespace);
System\Data\SQLTypes\SQLDateTime.cs (1)
674
return new
XmlQualifiedName
("dateTime", XmlSchema.Namespace);
System\Data\SQLTypes\SQLDecimal.cs (1)
3386
return new
XmlQualifiedName
("decimal", XmlSchema.Namespace);
System\Data\SQLTypes\SQLDouble.cs (1)
436
return new
XmlQualifiedName
("double", XmlSchema.Namespace);
System\Data\SQLTypes\SQLGuid.cs (1)
324
return new
XmlQualifiedName
("string", XmlSchema.Namespace);
System\Data\SQLTypes\SQLInt16.cs (1)
521
return new
XmlQualifiedName
("short", XmlSchema.Namespace);
System\Data\SQLTypes\SQLInt32.cs (1)
536
return new
XmlQualifiedName
("int", XmlSchema.Namespace);
System\Data\SQLTypes\SQLInt64.cs (1)
595
return new
XmlQualifiedName
("long", XmlSchema.Namespace);
System\Data\SQLTypes\SQLMoney.cs (1)
593
return new
XmlQualifiedName
("decimal", XmlSchema.Namespace);
System\Data\SQLTypes\SQLSingle.cs (1)
446
return new
XmlQualifiedName
("float", XmlSchema.Namespace);
System\Data\SQLTypes\SQLString.cs (1)
952
return new
XmlQualifiedName
("string", XmlSchema.Namespace);
System\Data\SQLTypes\SqlXml.cs (1)
257
return new
XmlQualifiedName
("anyType", XmlSchema.Namespace);
System\Data\XMLSchema.cs (1)
1022
if (attributeGroup.RedefinedAttributeGroup != null && attributeGroupRef.RefName == new
XmlQualifiedName
(attributeGroup.Name, attributeGroupRef.RefName.Namespace))
System.Private.DataContractSerialization (43)
System\Runtime\Serialization\ClassDataContract.cs (1)
727
XmlName = new
XmlQualifiedName
(GetXmlNameAndSetHasDataContract(type).Name, ns.Value);
System\Runtime\Serialization\DataContract.cs (4)
598
XmlQualifiedName qname = new
XmlQualifiedName
(name, ns);
1446
return new
XmlQualifiedName
(name, ns);
1580
return new
XmlQualifiedName
(localName, GetNamespace(ns));
2379
return new
XmlQualifiedName
(DataContract.EncodeLocalName(DataContract.ExpandGenericParameters(XmlConvert.DecodeName(_xmlName.Name), this)), _xmlName.Namespace);
System\Runtime\Serialization\Globals.cs (2)
28
s_idQualifiedName ??= new
XmlQualifiedName
(Globals.IdLocalName, Globals.SerializationNamespace);
32
s_refQualifiedName ??= new
XmlQualifiedName
(Globals.RefLocalName, Globals.SerializationNamespace);
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (1)
54
return new
XmlQualifiedName
(name, ns);
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
244
return new
XmlQualifiedName
(name, ns);
System\Runtime\Serialization\KnownTypeDataContractResolver.cs (1)
59
return _context.ResolveNameFromKnownTypes(new
XmlQualifiedName
(typeName, typeNamespace));
System\Runtime\Serialization\SchemaExporter.cs (18)
292
dcqname = new
XmlQualifiedName
(collectionName, DataContract.GetCollectionNamespace(dcqname.Namespace));
525
new
XmlQualifiedName
(dataContract.TopLevelElementName!.Value, dataContract.TopLevelElementNamespace!.Value),
570
qname = new
XmlQualifiedName
(((XmlSchemaElement)item).Name, schema.TargetNamespace);
575
qname = new
XmlQualifiedName
(((XmlSchemaType)item).Name, schema.TargetNamespace);
662
xmlName = new
XmlQualifiedName
(typeName, typeNs);
683
xmlName = new
XmlQualifiedName
(typeName, typeNs);
766
typeName = new
XmlQualifiedName
(name, DataContract.GetDefaultXmlNamespace(type));
779
schemaRefElement.RefName = new
XmlQualifiedName
(Globals.SchemaLocalName, XmlSchema.Namespace);
875
internal static XmlQualifiedName AnytypeQualifiedName => s_anytypeQualifiedName ??= new
XmlQualifiedName
(Globals.AnyTypeLocalName, Globals.SchemaNamespace);
878
internal static XmlQualifiedName StringQualifiedName => s_stringQualifiedName ??= new
XmlQualifiedName
(Globals.StringLocalName, Globals.SchemaNamespace);
881
internal static XmlQualifiedName DefaultEnumBaseTypeName => s_defaultEnumBaseTypeName ??= new
XmlQualifiedName
(Globals.IntLocalName, Globals.SchemaNamespace);
884
internal static XmlQualifiedName EnumerationValueAnnotationName => s_enumerationValueAnnotationName ??= new
XmlQualifiedName
(Globals.EnumerationValueLocalName, Globals.SerializationNamespace);
887
internal static XmlQualifiedName SurrogateDataAnnotationName => s_surrogateDataAnnotationName ??= new
XmlQualifiedName
(Globals.SurrogateDataLocalName, Globals.SerializationNamespace);
890
internal static XmlQualifiedName DefaultValueAnnotation => s_defaultValueAnnotation ??= new
XmlQualifiedName
(Globals.DefaultValueLocalName, Globals.SerializationNamespace);
893
internal static XmlQualifiedName ActualTypeAnnotationName => s_actualTypeAnnotationName ??= new
XmlQualifiedName
(Globals.ActualTypeLocalName, Globals.SerializationNamespace);
896
internal static XmlQualifiedName IsDictionaryAnnotationName => s_isDictionaryAnnotationName ??= new
XmlQualifiedName
(Globals.IsDictionaryLocalName, Globals.SerializationNamespace);
899
internal static XmlQualifiedName IsValueTypeName => s_isValueTypeName ??= new
XmlQualifiedName
(Globals.IsValueTypeLocalName, Globals.SerializationNamespace);
908
iSerializableFactoryTypeAttribute.RefName = new
XmlQualifiedName
(Globals.ISerializableFactoryTypeLocalName, Globals.SerializationNamespace);
System\Runtime\Serialization\SchemaHelper.cs (1)
221
return new
XmlQualifiedName
(schemaElement.Name, schema.TargetNamespace);
System\Runtime\Serialization\SchemaImporter.cs (11)
258
XmlQualifiedName currentTypeName = new
XmlQualifiedName
(schemaType.Name, schema.TargetNamespace);
291
XmlQualifiedName currentElementName = new
XmlQualifiedName
(schemaElement.Name, schema.TargetNamespace);
355
xmlDataContract.SetTopLevelElementName(new
XmlQualifiedName
(element.Name, ns));
369
typeQName = new
XmlQualifiedName
(typeQName.Name + i.ToString(NumberFormatInfo.InvariantInfo), typeQName.Namespace);
738
XmlQualifiedName xlinqTypeName = new
XmlQualifiedName
("XElement", "http://schemas.datacontract.org/2004/07/System.Xml.Linq");
974
memberTypeContract = ImportAnonymousElement(element, new
XmlQualifiedName
(string.Format(CultureInfo.InvariantCulture, "{0}.{1}Type", typeName.Name, element.Name), typeName.Namespace));
1044
return new
XmlQualifiedName
(nameAttribute.Value, nsAttribute.Value);
1080
XmlQualifiedName shortName = new
XmlQualifiedName
(element.Name, typeName.Namespace);
1088
XmlQualifiedName fullName = new
XmlQualifiedName
(string.Format(CultureInfo.InvariantCulture, "{0}.{1}Type", typeName.Name, element.Name), typeName.Namespace);
1126
dataContract.ItemContract.XmlName = new
XmlQualifiedName
(genericInfo.GetExpandedXmlName().Name, typeName.Namespace);
1295
GenericInfo genInfo = new GenericInfo(new
XmlQualifiedName
(name, ns), type.Name);
System\Runtime\Serialization\XmlObjectSerializerContext.cs (1)
253
XmlQualifiedName qname = new
XmlQualifiedName
(typeName, typeNs);
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
780
return new
XmlQualifiedName
(name, ns);
System\Runtime\Serialization\XsdDataContractExporter.cs (1)
236
return new
XmlQualifiedName
(dataContract.TopLevelElementName!.Value, dataContract.TopLevelElementNamespace!.Value);
System.Private.Xml (248)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
4168
return new
XmlQualifiedName
(qname.localname, qname.namespaceUri);
4367
new
XmlQualifiedName
(qname.localname, qname.namespaceUri),
System\Xml\Cache\XPathDocumentBuilder.cs (3)
173
_idAttrName = (XmlQualifiedName?)_elemIdMap[new
XmlQualifiedName
(localName, prefix)];
606
_elemIdMap.Add(new
XmlQualifiedName
(attrList.LocalName, attrList.Prefix),
607
new
XmlQualifiedName
(idAttribute.LocalName, idAttribute.Prefix));
System\Xml\Core\XmlWriterSettings.cs (1)
680
CDataSectionElements.Add(new
XmlQualifiedName
(reader.ReadString(), reader.ReadString()));
System\Xml\Dom\DocumentSchemaValidator.cs (1)
559
XmlQualifiedName attName = new
XmlQualifiedName
(attributeToValidate.LocalName, attributeToValidate.NamespaceURI);
System\Xml\Dom\XmlDocument.cs (1)
698
XmlQualifiedName qname = new
XmlQualifiedName
(elem.LocalName, schInfo.SchemaType == SchemaType.DTD ? elem.Prefix : elem.NamespaceURI);
System\Xml\Schema\DataTypeImplementation.cs (10)
117
internal static readonly XmlQualifiedName QnAnySimpleType = new
XmlQualifiedName
("anySimpleType", XmlReservedNs.NsXs);
118
internal static readonly XmlQualifiedName QnAnyType = new
XmlQualifiedName
("anyType", XmlReservedNs.NsXs);
229
qname = new
XmlQualifiedName
(sdm.Name, XmlReservedNs.NsXs);
245
qname = new
XmlQualifiedName
(sdm.Name, XmlReservedNs.NsXs);
266
XmlSchemaSimpleType derivedType = (XmlSchemaSimpleType)s_builtinTypes[new
XmlQualifiedName
(sdm.Name, XmlReservedNs.NsXs)]!;
275
baseType = (XmlSchemaSimpleType)s_builtinTypes[new
XmlQualifiedName
(((SchemaDatatypeMap)(s_xsdTypes[sdm.ParentIndex])).Name, XmlReservedNs.NsXs)]!;
281
qname = new
XmlQualifiedName
("anyAtomicType", XmlReservedNs.NsXQueryDataType);
289
qname = new
XmlQualifiedName
("untypedAtomic", XmlReservedNs.NsXQueryDataType);
297
qname = new
XmlQualifiedName
("yearMonthDuration", XmlReservedNs.NsXQueryDataType);
305
qname = new
XmlQualifiedName
("dayTimeDuration", XmlReservedNs.NsXQueryDataType);
System\Xml\Schema\DtdParser.cs (2)
283
_schemaInfo.DocTypeName = new
XmlQualifiedName
(_nameTable.Add(docTypeName.Substring(0, colonPos)),
3159
return new
XmlQualifiedName
(_nameTable.Add(_chars, _colonPos + 1, _curPos - _colonPos - 1),
System\Xml\Schema\DtdValidator.cs (2)
86
if (!GenEntity(new
XmlQualifiedName
(reader.LocalName, reader.Prefix)))
185
SchemaAttDef? attnDef = context.ElementDecl!.GetAttDef(new
XmlQualifiedName
(reader.LocalName, reader.Prefix));
System\Xml\Schema\Inference\Infer.cs (24)
18
internal static readonly XmlQualifiedName ST_boolean = new
XmlQualifiedName
("boolean", XmlSchema.Namespace);
19
internal static readonly XmlQualifiedName ST_byte = new
XmlQualifiedName
("byte", XmlSchema.Namespace);
20
internal static readonly XmlQualifiedName ST_unsignedByte = new
XmlQualifiedName
("unsignedByte", XmlSchema.Namespace);
21
internal static readonly XmlQualifiedName ST_short = new
XmlQualifiedName
("short", XmlSchema.Namespace);
22
internal static readonly XmlQualifiedName ST_unsignedShort = new
XmlQualifiedName
("unsignedShort", XmlSchema.Namespace);
23
internal static readonly XmlQualifiedName ST_int = new
XmlQualifiedName
("int", XmlSchema.Namespace);
24
internal static readonly XmlQualifiedName ST_unsignedInt = new
XmlQualifiedName
("unsignedInt", XmlSchema.Namespace);
25
internal static readonly XmlQualifiedName ST_long = new
XmlQualifiedName
("long", XmlSchema.Namespace);
26
internal static readonly XmlQualifiedName ST_unsignedLong = new
XmlQualifiedName
("unsignedLong", XmlSchema.Namespace);
27
internal static readonly XmlQualifiedName ST_integer = new
XmlQualifiedName
("integer", XmlSchema.Namespace);
28
internal static readonly XmlQualifiedName ST_decimal = new
XmlQualifiedName
("decimal", XmlSchema.Namespace);
29
internal static readonly XmlQualifiedName ST_float = new
XmlQualifiedName
("float", XmlSchema.Namespace);
30
internal static readonly XmlQualifiedName ST_double = new
XmlQualifiedName
("double", XmlSchema.Namespace);
31
internal static readonly XmlQualifiedName ST_duration = new
XmlQualifiedName
("duration", XmlSchema.Namespace);
32
internal static readonly XmlQualifiedName ST_dateTime = new
XmlQualifiedName
("dateTime", XmlSchema.Namespace);
33
internal static readonly XmlQualifiedName ST_time = new
XmlQualifiedName
("time", XmlSchema.Namespace);
34
internal static readonly XmlQualifiedName ST_date = new
XmlQualifiedName
("date", XmlSchema.Namespace);
35
internal static readonly XmlQualifiedName ST_gYearMonth = new
XmlQualifiedName
("gYearMonth", XmlSchema.Namespace);
36
internal static readonly XmlQualifiedName ST_string = new
XmlQualifiedName
("string", XmlSchema.Namespace);
37
internal static readonly XmlQualifiedName ST_anySimpleType = new
XmlQualifiedName
("anySimpleType", XmlSchema.Namespace);
308
attributeReference.RefName = new
XmlQualifiedName
(localName, childURI);
368
attributeReference.RefName = new
XmlQualifiedName
(localName, childURI);
598
elementReference.RefName = new
XmlQualifiedName
(localName, childURI);
891
XmlQualifiedName qname = new
XmlQualifiedName
(_xtr.LocalName, _xtr.NamespaceURI);
System\Xml\Schema\Preprocessor.cs (16)
431
lang.SchemaTypeName = new
XmlQualifiedName
("language", XmlReservedNs.NsXs);
436
xmlbase.SchemaTypeName = new
XmlQualifiedName
("anyURI", XmlReservedNs.NsXs);
443
r.BaseTypeName = new
XmlQualifiedName
("NCName", XmlReservedNs.NsXs);
458
langRef.RefName = new
XmlQualifiedName
("lang", XmlReservedNs.NsXml);
461
spaceRef.RefName = new
XmlQualifiedName
("space", XmlReservedNs.NsXml);
464
baseRef.RefName = new
XmlQualifiedName
("base", XmlReservedNs.NsXml);
1152
attribute.SetQualifiedName(new
XmlQualifiedName
(attribute.Name, _targetNamespace));
1176
attribute.SetQualifiedName(new
XmlQualifiedName
(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));
1248
attributeGroup.SetQualifiedName(new
XmlQualifiedName
(attributeGroup.Name, _targetNamespace));
1264
element.SetQualifiedName(new
XmlQualifiedName
(element.Name, _targetNamespace));
1320
element.SetQualifiedName(new
XmlQualifiedName
(element.Name, (element.Form == XmlSchemaForm.Qualified || (element.Form == XmlSchemaForm.None && _elementFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));
1441
constraint.SetQualifiedName(new
XmlQualifiedName
(constraint.Name, _targetNamespace));
1512
simpleType.SetQualifiedName(new
XmlQualifiedName
(simpleType.Name, _targetNamespace));
1651
complexType.SetQualifiedName(new
XmlQualifiedName
(complexType.Name, _targetNamespace));
1842
group.SetQualifiedName(new
XmlQualifiedName
(group.Name, _targetNamespace));
1872
notation.QualifiedName = new
XmlQualifiedName
(notation.Name, _targetNamespace);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (10)
826
attribute.SetQualifiedName(new
XmlQualifiedName
(attribute.Name, _targetNamespace));
850
attribute.SetQualifiedName(new
XmlQualifiedName
(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));
920
attributeGroup.SetQualifiedName(new
XmlQualifiedName
(attributeGroup.Name, _targetNamespace));
937
element.SetQualifiedName(new
XmlQualifiedName
(element.Name, _targetNamespace));
993
element.SetQualifiedName(new
XmlQualifiedName
(element.Name, (element.Form == XmlSchemaForm.Qualified || (element.Form == XmlSchemaForm.None && _elementFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));
1112
constraint.SetQualifiedName(new
XmlQualifiedName
(constraint.Name, _targetNamespace));
1179
simpleType.SetQualifiedName(new
XmlQualifiedName
(simpleType.Name, _targetNamespace));
1316
complexType.SetQualifiedName(new
XmlQualifiedName
(complexType.Name, _targetNamespace));
1506
group.SetQualifiedName(new
XmlQualifiedName
(group.Name, _targetNamespace));
1536
notation.QualifiedName = new
XmlQualifiedName
(notation.Name, _targetNamespace);
System\Xml\Schema\SchemaElementDecl.cs (1)
81
XmlQualifiedName qname = new
XmlQualifiedName
(localName, prefix);
System\Xml\Schema\SchemaInfo.cs (1)
370
XmlQualifiedName qname = new
XmlQualifiedName
(prefix, localName);
System\Xml\Schema\SchemaNames.cs (64)
180
QnXmlNs = new
XmlQualifiedName
(nameTable.Add("xmlns"), NsXmlNs);
181
QnDtDt = new
XmlQualifiedName
(nameTable.Add("dt"), NsDataType);
182
QnXmlLang = new
XmlQualifiedName
(nameTable.Add("lang"), NsXml);
247
QnXdrSchema = new
XmlQualifiedName
(XdrSchema, NsXdr);
248
QnXdrElementType = new
XmlQualifiedName
(nameTable.Add("ElementType"), NsXdr);
249
QnXdrElement = new
XmlQualifiedName
(nameTable.Add("element"), NsXdr);
250
QnXdrGroup = new
XmlQualifiedName
(nameTable.Add("group"), NsXdr);
251
QnXdrAttributeType = new
XmlQualifiedName
(nameTable.Add("AttributeType"), NsXdr);
252
QnXdrAttribute = new
XmlQualifiedName
(nameTable.Add("attribute"), NsXdr);
253
QnXdrDataType = new
XmlQualifiedName
(nameTable.Add("datatype"), NsXdr);
254
QnXdrDescription = new
XmlQualifiedName
(nameTable.Add("description"), NsXdr);
255
QnXdrExtends = new
XmlQualifiedName
(nameTable.Add("extends"), NsXdr);
258
QnXdrAliasSchema = new
XmlQualifiedName
(nameTable.Add("Schema"), NsDataTypeAlias);
261
QnDtType = new
XmlQualifiedName
(nameTable.Add("type"), NsDataType);
262
QnDtValues = new
XmlQualifiedName
(nameTable.Add("values"), NsDataType);
263
QnDtMaxLength = new
XmlQualifiedName
(nameTable.Add("maxLength"), NsDataType);
264
QnDtMinLength = new
XmlQualifiedName
(nameTable.Add("minLength"), NsDataType);
265
QnDtMax = new
XmlQualifiedName
(nameTable.Add("max"), NsDataType);
266
QnDtMin = new
XmlQualifiedName
(nameTable.Add("min"), NsDataType);
267
QnDtMinExclusive = new
XmlQualifiedName
(nameTable.Add("minExclusive"), NsDataType);
268
QnDtMaxExclusive = new
XmlQualifiedName
(nameTable.Add("maxExclusive"), NsDataType);
271
QnXsdSchema = new
XmlQualifiedName
(XsdSchema, NsXs);
272
QnXsdAnnotation = new
XmlQualifiedName
(nameTable.Add("annotation"), NsXs);
273
QnXsdInclude = new
XmlQualifiedName
(nameTable.Add("include"), NsXs);
274
QnXsdImport = new
XmlQualifiedName
(nameTable.Add("import"), NsXs);
275
QnXsdElement = new
XmlQualifiedName
(nameTable.Add("element"), NsXs);
276
QnXsdAttribute = new
XmlQualifiedName
(nameTable.Add("attribute"), NsXs);
277
QnXsdAttributeGroup = new
XmlQualifiedName
(nameTable.Add("attributeGroup"), NsXs);
278
QnXsdAnyAttribute = new
XmlQualifiedName
(nameTable.Add("anyAttribute"), NsXs);
279
QnXsdGroup = new
XmlQualifiedName
(nameTable.Add("group"), NsXs);
280
QnXsdAll = new
XmlQualifiedName
(nameTable.Add("all"), NsXs);
281
QnXsdChoice = new
XmlQualifiedName
(nameTable.Add("choice"), NsXs);
282
QnXsdSequence = new
XmlQualifiedName
(nameTable.Add("sequence"), NsXs);
283
QnXsdAny = new
XmlQualifiedName
(nameTable.Add("any"), NsXs);
284
QnXsdNotation = new
XmlQualifiedName
(nameTable.Add("notation"), NsXs);
285
QnXsdSimpleType = new
XmlQualifiedName
(nameTable.Add("simpleType"), NsXs);
286
QnXsdComplexType = new
XmlQualifiedName
(nameTable.Add("complexType"), NsXs);
287
QnXsdUnique = new
XmlQualifiedName
(nameTable.Add("unique"), NsXs);
288
QnXsdKey = new
XmlQualifiedName
(nameTable.Add("key"), NsXs);
289
QnXsdKeyRef = new
XmlQualifiedName
(nameTable.Add("keyref"), NsXs);
290
QnXsdSelector = new
XmlQualifiedName
(nameTable.Add("selector"), NsXs);
291
QnXsdField = new
XmlQualifiedName
(nameTable.Add("field"), NsXs);
292
QnXsdMinExclusive = new
XmlQualifiedName
(nameTable.Add("minExclusive"), NsXs);
293
QnXsdMinInclusive = new
XmlQualifiedName
(nameTable.Add("minInclusive"), NsXs);
294
QnXsdMaxInclusive = new
XmlQualifiedName
(nameTable.Add("maxInclusive"), NsXs);
295
QnXsdMaxExclusive = new
XmlQualifiedName
(nameTable.Add("maxExclusive"), NsXs);
296
QnXsdTotalDigits = new
XmlQualifiedName
(nameTable.Add("totalDigits"), NsXs);
297
QnXsdFractionDigits = new
XmlQualifiedName
(nameTable.Add("fractionDigits"), NsXs);
298
QnXsdLength = new
XmlQualifiedName
(nameTable.Add("length"), NsXs);
299
QnXsdMinLength = new
XmlQualifiedName
(nameTable.Add("minLength"), NsXs);
300
QnXsdMaxLength = new
XmlQualifiedName
(nameTable.Add("maxLength"), NsXs);
301
QnXsdEnumeration = new
XmlQualifiedName
(nameTable.Add("enumeration"), NsXs);
302
QnXsdPattern = new
XmlQualifiedName
(nameTable.Add("pattern"), NsXs);
303
QnXsdDocumentation = new
XmlQualifiedName
(nameTable.Add("documentation"), NsXs);
304
QnXsdAppinfo = new
XmlQualifiedName
(nameTable.Add("appinfo"), NsXs);
305
QnXsdComplexContent = new
XmlQualifiedName
(nameTable.Add("complexContent"), NsXs);
306
QnXsdSimpleContent = new
XmlQualifiedName
(nameTable.Add("simpleContent"), NsXs);
307
QnXsdRestriction = new
XmlQualifiedName
(nameTable.Add("restriction"), NsXs);
308
QnXsdExtension = new
XmlQualifiedName
(nameTable.Add("extension"), NsXs);
309
QnXsdUnion = new
XmlQualifiedName
(nameTable.Add("union"), NsXs);
310
QnXsdList = new
XmlQualifiedName
(nameTable.Add("list"), NsXs);
311
QnXsdWhiteSpace = new
XmlQualifiedName
(nameTable.Add("whiteSpace"), NsXs);
312
QnXsdRedefine = new
XmlQualifiedName
(nameTable.Add("redefine"), NsXs);
313
QnXsdAnyType = new
XmlQualifiedName
(nameTable.Add("anyType"), NsXs);
System\Xml\Schema\XdrBuilder.cs (6)
424
XmlQualifiedName qname = new
XmlQualifiedName
(name, XmlSchemaDatatype.XdrCanonizeUri(ns, _NameTable, _SchemaNames));
448
XmlQualifiedName qname = new
XmlQualifiedName
(name, XmlSchemaDatatype.XdrCanonizeUri(ns, _NameTable, _SchemaNames));
469
qnameValue = new
XmlQualifiedName
(qnameValue.Name, _TargetNamespace);
678
gname = new
XmlQualifiedName
(gname.Name, builder._TargetNamespace);
1052
qname = new
XmlQualifiedName
(qname.Name, builder._TargetNamespace);
1288
gname = new
XmlQualifiedName
(qname.Name, builder._TargetNamespace);
System\Xml\Schema\XdrValidator.cs (1)
696
return new
XmlQualifiedName
(name, XmlSchemaDatatype.XdrCanonizeUri(ns, NameTable, SchemaNames));
System\Xml\Schema\XmlSchemaComplexType.cs (1)
42
untypedAny.SetQualifiedName(new
XmlQualifiedName
("untypedAny", XmlReservedNs.NsXQueryDataType));
System\Xml\Schema\XmlSchemaDocumentation.cs (1)
16
private static readonly XmlSchemaSimpleType s_languageType = DatatypeImplementation.GetSimpleTypeFromXsdType(new
XmlQualifiedName
("language", XmlReservedNs.NsXs))!;
System\Xml\Schema\XmlSchemaParticle.cs (1)
157
return new
XmlQualifiedName
("*", ns.Length == 0 ? "##any" : ns);
System\Xml\Schema\XmlSchemaValidator.cs (5)
515
XmlQualifiedName attQName = new
XmlQualifiedName
(localName, namespaceUri);
2478
tempXsiTypeSO.SetQualifiedName(new
XmlQualifiedName
("type", XmlReservedNs.NsXsi));
2486
tempxsiNilSO.SetQualifiedName(new
XmlQualifiedName
("nil", XmlReservedNs.NsXsi));
2495
tempxsiSLSO.SetQualifiedName(new
XmlQualifiedName
("schemaLocation", XmlReservedNs.NsXsi));
2504
tempxsiNoNsSLSO.SetQualifiedName(new
XmlQualifiedName
("noNamespaceSchemaLocation", XmlReservedNs.NsXsi));
System\Xml\Schema\XmlValueConverter.cs (1)
647
return new
XmlQualifiedName
(localName, ns);
System\Xml\Schema\XsdBuilder.cs (1)
754
_namespaces.Add(new
XmlQualifiedName
((name == _schemaNames.QnXmlNs.Name) ? string.Empty : name, value));
System\Xml\Schema\XsdValidator.cs (2)
402
XmlSchemaSimpleType? simpleType = DatatypeImplementation.GetSimpleTypeFromXsdType(new
XmlQualifiedName
(xsiType.Name, _nsXs));
484
XmlQualifiedName attQName = new
XmlQualifiedName
(reader.LocalName, reader.NamespaceURI);
System\Xml\Serialization\Mappings.cs (1)
121
return new
XmlQualifiedName
(XmlConvert.EncodeLocalName(name.Substring(colon + 1)), XmlConvert.EncodeLocalName(name.Substring(0, colon))).ToString();
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (1)
1537
return ReadTypedPrimitive(new
XmlQualifiedName
(Soap.UrType, XmlReservedNs.NsXs));
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (3)
487
WriteNullableQualifiedNameEncoded(name, ns, o, new
XmlQualifiedName
(mapping.TypeName, mapping.Namespace));
491
WriteElementQualifiedName(name, ns, o, new
XmlQualifiedName
(mapping.TypeName, mapping.Namespace));
960
xmlQualifiedName = new
XmlQualifiedName
(mapping.TypeName, mapping.Namespace);
System\Xml\Serialization\SchemaObjectWriter.cs (5)
101
return new
XmlQualifiedName
(".sequence", Namespace(o));
107
return new
XmlQualifiedName
(".all", Namespace(o));
113
return new
XmlQualifiedName
(".choice", Namespace(o));
118
return new
XmlQualifiedName
("*", SchemaObjectWriter.ToString(((XmlSchemaAny)o).NamespaceList));
124
return new
XmlQualifiedName
("?", Namespace(o));
System\Xml\Serialization\SoapReflectionImporter.cs (1)
174
throw new InvalidOperationException(SR.Format(SR.XmlInvalidXsdDataType, dataType, "SoapElementAttribute.DataType", new
XmlQualifiedName
(dataType, XmlSchema.Namespace).ToString()));
System\Xml\Serialization\Types.cs (32)
529
AddNonXsdPrimitive(typeof(Guid), "guid", UrtTypes.Namespace, "Guid", new
XmlQualifiedName
("string", XmlSchema.Namespace), new XmlSchemaFacet[] { guidPattern }, TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired | TypeFlags.IgnoreDefault);
530
AddNonXsdPrimitive(typeof(char), "char", UrtTypes.Namespace, "Char", new
XmlQualifiedName
("unsignedShort", XmlSchema.Namespace), Array.Empty<XmlSchemaFacet>(), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.IgnoreDefault);
531
AddNonXsdPrimitive(typeof(TimeSpan), "TimeSpan", UrtTypes.Namespace, "TimeSpan", new
XmlQualifiedName
("duration", XmlSchema.Namespace), Array.Empty<XmlSchemaFacet>(), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
532
AddNonXsdPrimitive(typeof(DateTimeOffset), "dateTimeOffset", UrtTypes.Namespace, "DateTimeOffset", new
XmlQualifiedName
("dateTime", XmlSchema.Namespace), Array.Empty<XmlSchemaFacet>(), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
590
AddSoapEncodedPrimitive(typeof(string), "normalizedString", ns, "String", new
XmlQualifiedName
("normalizedString", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.Reference | TypeFlags.HasDefaultConstructor);
593
AddSoapEncodedPrimitive(typeof(string), s_unsupportedTypes[i], ns, "String", new
XmlQualifiedName
(s_unsupportedTypes[i], XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.Reference | TypeFlags.CollapseWhitespace);
596
AddSoapEncodedPrimitive(typeof(string), "string", ns, "String", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue | TypeFlags.Reference);
597
AddSoapEncodedPrimitive(typeof(int), "int", ns, "Int32", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
598
AddSoapEncodedPrimitive(typeof(bool), "boolean", ns, "Boolean", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
599
AddSoapEncodedPrimitive(typeof(short), "short", ns, "Int16", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
600
AddSoapEncodedPrimitive(typeof(long), "long", ns, "Int64", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
601
AddSoapEncodedPrimitive(typeof(float), "float", ns, "Single", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
602
AddSoapEncodedPrimitive(typeof(double), "double", ns, "Double", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
603
AddSoapEncodedPrimitive(typeof(decimal), "decimal", ns, "Decimal", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
604
AddSoapEncodedPrimitive(typeof(DateTime), "dateTime", ns, "DateTime", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.XmlEncodingNotRequired);
605
AddSoapEncodedPrimitive(typeof(XmlQualifiedName), "QName", ns, "XmlQualifiedName", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.HasCustomFormatter | TypeFlags.HasIsEmpty | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired | TypeFlags.Reference);
606
AddSoapEncodedPrimitive(typeof(byte), "unsignedByte", ns, "Byte", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
607
AddSoapEncodedPrimitive(typeof(sbyte), "byte", ns, "SByte", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
608
AddSoapEncodedPrimitive(typeof(ushort), "unsignedShort", ns, "UInt16", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
609
AddSoapEncodedPrimitive(typeof(uint), "unsignedInt", ns, "UInt32", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
610
AddSoapEncodedPrimitive(typeof(ulong), "unsignedLong", ns, "UInt64", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
613
AddSoapEncodedPrimitive(typeof(DateTime), "date", ns, "Date", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.XmlEncodingNotRequired);
614
AddSoapEncodedPrimitive(typeof(DateTime), "time", ns, "Time", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.XmlEncodingNotRequired);
616
AddSoapEncodedPrimitive(typeof(string), "Name", ns, "XmlName", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference);
617
AddSoapEncodedPrimitive(typeof(string), "NCName", ns, "XmlNCName", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference);
618
AddSoapEncodedPrimitive(typeof(string), "NMTOKEN", ns, "XmlNmToken", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference);
619
AddSoapEncodedPrimitive(typeof(string), "NMTOKENS", ns, "XmlNmTokens", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference);
621
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);
622
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);
624
AddSoapEncodedPrimitive(typeof(string), "arrayCoordinate", ns, "String", new
XmlQualifiedName
("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue);
625
AddSoapEncodedPrimitive(typeof(byte[]), "base64", ns, "ByteArrayBase64", new
XmlQualifiedName
("base64Binary", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.IgnoreDefault | TypeFlags.Reference);
1404
return new
XmlQualifiedName
(name, ns);
System\Xml\Serialization\XmlReflectionImporter.cs (1)
412
throw new InvalidOperationException(SR.Format(SR.XmlInvalidXsdDataType, dataType, "XmlElementAttribute.DataType", new
XmlQualifiedName
(dataType, XmlSchema.Namespace).ToString()));
System\Xml\Serialization\XmlSchemaExporter.cs (11)
55
return (new
XmlQualifiedName
(xmlMembersMapping.Accessor.Name, xmlMembersMapping.Accessor.Namespace));
409
return new
XmlQualifiedName
(mapping.TypeDesc.DataType!.Name, UrtTypes.Namespace);
525
schemaElement.RefName = new
XmlQualifiedName
("schema", XmlSchema.Namespace);
572
qname = new
XmlQualifiedName
(type.Name, mapping.Namespace);
578
qname = new
XmlQualifiedName
(mapping.TypeDesc.DataType!.Name, XmlSchema.Namespace);
643
element.SchemaTypeName = new
XmlQualifiedName
(type.Name, mapping.Namespace);
696
attribute.RefName = new
XmlQualifiedName
(accessor.Name, XmlReservedNs.NsXml);
757
refAttribute.RefName = new
XmlQualifiedName
(accessor.Name, accessor.Namespace);
850
refElement.RefName = new
XmlQualifiedName
(accessor.Name, accessor.Namespace);
1031
XmlQualifiedName qname = new
XmlQualifiedName
(type.Name, mapping.Namespace);
1156
restriction.BaseTypeName = new
XmlQualifiedName
("string", XmlSchema.Namespace);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
377
XmlQualifiedName qname = new
XmlQualifiedName
(typeName, ns);
467
ImportDerivedTypes(new
XmlQualifiedName
(identifier, typeNs));
1326
ImportDerivedTypes(new
XmlQualifiedName
(identifier, ns));
1889
return new
XmlQualifiedName
("string", XmlSchema.Namespace);
System\Xml\Serialization\XmlSerializationReader.cs (9)
863
XmlQualifiedName empty = new
XmlQualifiedName
(string.Empty, _r.LookupNamespace(""));
1152
return new
XmlQualifiedName
(_r.NameTable.Add(value), _r.LookupNamespace(string.Empty));
1162
return new
XmlQualifiedName
(_r.NameTable.Add(localName), ns);
1562
Type? arrayType = (Type?)_types[new
XmlQualifiedName
(typeName, typeNs)];
1588
XmlQualifiedName urTypeName = new
XmlQualifiedName
(_urTypeID, _schemaNsID);
1822
typeId = new
XmlQualifiedName
(_r.NameTable.Add(_r.LocalName), _r.NameTable.Add(_r.NamespaceURI));
1824
typeId = new
XmlQualifiedName
(_r.NameTable.Add(name), _r.NameTable.Add(ns!));
1849
XmlQualifiedName urType = new
XmlQualifiedName
(_urTypeID, _r.NameTable.Add(XmlSchema.Namespace));
1859
XmlQualifiedName typeName = new
XmlQualifiedName
(_r.NameTable.Add(name), _r.NameTable.Add(ns));
System\Xml\Serialization\XmlSerializationWriter.cs (2)
253
return new
XmlQualifiedName
(typeName, typeNs);
1135
WriteElementQualifiedName(Soap12.RpcResult, Soap12.RpcNamespace, new
XmlQualifiedName
(name, ns), null);
System\Xml\Serialization\XmlSerializerNamespaces.cs (1)
77
NamespacesInternal[prefix] = new
XmlQualifiedName
(prefix, ns);
System\Xml\XmlQualifiedName.cs (3)
23
public XmlQualifiedName() :
this
(string.Empty, string.Empty) { }
28
public XmlQualifiedName(string? name) :
this
(name, string.Empty) { }
164
return new
XmlQualifiedName
(localName, uri);
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
868
qname = new
XmlQualifiedName
(_attrNames.Add(ndName.LocalName), _attrNames.Add(ndName.NamespaceUri));
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
373
return new
XmlQualifiedName
(localName, ns);
386
return new
XmlQualifiedName
(localName, ns);
System\Xml\Xsl\XmlQualifiedNameTest.cs (1)
41
private XmlQualifiedNameTest(string? name, string? ns, bool exclude) :
base
(name, ns)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
649
return new
XmlQualifiedName
(local, nsUri);
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
2821
return new
XmlQualifiedName
(localName, namespaceName);
2884
return new
XmlQualifiedName
(localName, namespaceName);
System\Xml\Xsl\XsltOld\Compiler.cs (3)
94
public static readonly XmlQualifiedName BuiltInMode = new
XmlQualifiedName
("*", string.Empty);
520
return new
XmlQualifiedName
(local, _scopeManager.ResolveXPathNamespace(prefix));
528
return new
XmlQualifiedName
(local, _scopeManager.ResolveXmlNamespace(prefix));
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
148
if (_cdataElements != null && _cdataElements.Contains(new
XmlQualifiedName
(mainNode.LocalName, mainNode.NamespaceURI)) && _isXmlOutput)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (3)
70
XmlQualifiedName qname = new
XmlQualifiedName
(name, namespaceURI);
393
DecimalFormat? formatInfo = _processor!.RootAction!.GetDecimalFormat(new
XmlQualifiedName
(local, ns));
863
XmlQualifiedName keyName = new
XmlQualifiedName
(local, ns);
System\Xml\Xslt\XsltArgumentList.cs (3)
32
return _parameters[new
XmlQualifiedName
(name, namespaceUri)];
47
XmlQualifiedName qname = new
XmlQualifiedName
(name, namespaceUri);
63
XmlQualifiedName qname = new
XmlQualifiedName
(name, namespaceUri);
System.Runtime.Serialization.Schema (5)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
478
DataContract? containingDataContract = _dataContractSet.GetDataContract(new
XmlQualifiedName
(containingTypeName, dataContract.XmlName.Namespace));
System\Runtime\Serialization\Schema\ImportGlobals.cs (2)
91
internal static XmlQualifiedName IdQualifiedName => s_idQualifiedName ??= new
XmlQualifiedName
(ImportGlobals.IdLocalName, ImportGlobals.SerializationNamespace);
94
internal static XmlQualifiedName RefQualifiedName => s_refQualifiedName ??= new
XmlQualifiedName
(ImportGlobals.RefLocalName, ImportGlobals.SerializationNamespace);
System\Runtime\Serialization\Schema\XsdDataContractImporter.cs (2)
362
internal static XmlQualifiedName ActualTypeAnnotationName => s_actualTypeAnnotationName ??= new
XmlQualifiedName
(ImportGlobals.ActualTypeLocalName, ImportGlobals.SerializationNamespace);
376
return new
XmlQualifiedName
(nameAttribute.Value, nsAttribute.Value);
System.ServiceModel.Syndication (34)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (15)
21
private static readonly XmlQualifiedName s_atom10Href = new
XmlQualifiedName
(Atom10Constants.HrefTag, string.Empty);
22
private static readonly XmlQualifiedName s_atom10Label = new
XmlQualifiedName
(Atom10Constants.LabelTag, string.Empty);
23
private static readonly XmlQualifiedName s_atom10Length = new
XmlQualifiedName
(Atom10Constants.LengthTag, string.Empty);
24
private static readonly XmlQualifiedName s_atom10Relative = new
XmlQualifiedName
(Atom10Constants.RelativeTag, string.Empty);
25
private static readonly XmlQualifiedName s_atom10Scheme = new
XmlQualifiedName
(Atom10Constants.SchemeTag, string.Empty);
26
private static readonly XmlQualifiedName s_atom10Term = new
XmlQualifiedName
(Atom10Constants.TermTag, string.Empty);
27
private static readonly XmlQualifiedName s_atom10Title = new
XmlQualifiedName
(Atom10Constants.TitleTag, string.Empty);
28
private static readonly XmlQualifiedName s_atom10Type = new
XmlQualifiedName
(Atom10Constants.TypeTag, string.Empty);
162
category.AttributeExtensions.Add(new
XmlQualifiedName
(name, ns), val);
583
attrs.Add(new
XmlQualifiedName
(name, ns), value);
677
result.AttributeExtensions.Add(new
XmlQualifiedName
(reader.LocalName, reader.NamespaceURI), reader.Value);
737
result.AttributeExtensions.Add(new
XmlQualifiedName
(reader.LocalName, reader.NamespaceURI), reader.Value);
851
result.AttributeExtensions.Add(new
XmlQualifiedName
(reader.LocalName, reader.NamespaceURI), reader.Value);
944
link.AttributeExtensions.Add(new
XmlQualifiedName
(reader.LocalName, reader.NamespaceURI), reader.Value);
1038
result.AttributeExtensions.Add(new
XmlQualifiedName
(reader.LocalName, reader.NamespaceURI), reader.Value);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (5)
204
inlineCategories.AttributeExtensions.Add(new
XmlQualifiedName
(reader.LocalName, reader.NamespaceURI), reader.Value);
274
referencedCategories.AttributeExtensions.Add(new
XmlQualifiedName
(reader.LocalName, reader.NamespaceURI), reader.Value);
380
result.AttributeExtensions.Add(new
XmlQualifiedName
(reader.LocalName, reader.NamespaceURI), reader.Value);
458
result.AttributeExtensions.Add(new
XmlQualifiedName
(reader.LocalName, reader.NamespaceURI), reader.Value);
528
result.AttributeExtensions.Add(new
XmlQualifiedName
(reader.LocalName, reader.NamespaceURI), reader.Value);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (11)
17
private static readonly XmlQualifiedName s_rss20Domain = new
XmlQualifiedName
(Rss20Constants.DomainTag, string.Empty);
18
private static readonly XmlQualifiedName s_rss20Length = new
XmlQualifiedName
(Rss20Constants.LengthTag, string.Empty);
19
private static readonly XmlQualifiedName s_rss20Type = new
XmlQualifiedName
(Rss20Constants.TypeTag, string.Empty);
20
private static readonly XmlQualifiedName s_rss20Url = new
XmlQualifiedName
(Rss20Constants.UrlTag, string.Empty);
240
link.AttributeExtensions.Add(new
XmlQualifiedName
(reader.LocalName, reader.NamespaceURI), reader.Value);
288
category.AttributeExtensions.Add(new
XmlQualifiedName
(name, ns), val);
334
result.AttributeExtensions.Add(new
XmlQualifiedName
(name, ns), val);
437
feed.AttributeExtensions.Add(new
XmlQualifiedName
(name, ns), val);
539
link.AttributeExtensions.Add(new
XmlQualifiedName
(name, ns), val);
584
person.AttributeExtensions.Add(new
XmlQualifiedName
(name, ns), val);
649
result.AttributeExtensions.Add(new
XmlQualifiedName
(name, ns), val);
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (2)
424
var elementQualifiedName = new
XmlQualifiedName
(localName, namespaceURI);
452
var elementQualifiedName = new
XmlQualifiedName
(reader.LocalName, reader.NamespaceURI);
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
41
AttributeExtensions.Add(new
XmlQualifiedName
(name, ns), value);