93 references to Empty
System.Data.Common (1)
System\Data\DataTable.cs (1)
4923get { return ((_typeName == null) ? XmlQualifiedName.Empty : (XmlQualifiedName)_typeName); }
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\Json\JsonWriterDelegator.cs (1)
41if (value != XmlQualifiedName.Empty)
System\Runtime\Serialization\SchemaImporter.cs (2)
482if (type.QualifiedName != XmlQualifiedName.Empty) 551if (restriction.BaseTypeName != XmlQualifiedName.Empty)
System\Runtime\Serialization\XmlWriterDelegator.cs (1)
656if (value != XmlQualifiedName.Empty)
System\Runtime\Serialization\XsdDataContractExporter.cs (1)
197return XmlQualifiedName.Empty;
System.Private.Xml (87)
System\Xml\Schema\CompiledidEntityConstraint.cs (2)
14internal XmlQualifiedName name = XmlQualifiedName.Empty; 18internal XmlQualifiedName refer = XmlQualifiedName.Empty;
System\Xml\Schema\ContentValidator.cs (2)
139if (name != XmlQualifiedName.Empty && list.Allows(name)) 1251LeafNode endMarker = new LeafNode(_positions!.Add(_symbols!.AddName(XmlQualifiedName.Empty, null), null));
System\Xml\Schema\DtdValidator.cs (2)
30private XmlQualifiedName _name = XmlQualifiedName.Empty; 49_name = XmlQualifiedName.Empty;
System\Xml\Schema\Inference\Infer.cs (3)
908xse.SchemaTypeName = XmlQualifiedName.Empty; 1008else if (elem.SchemaTypeName != XmlQualifiedName.Empty) 1250xse.SchemaTypeName = XmlQualifiedName.Empty; //re-set the name
System\Xml\Schema\Preprocessor.cs (2)
1710if (complexType.QualifiedName == XmlQualifiedName.Empty) 1764if (complexType.QualifiedName == XmlQualifiedName.Empty)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
265if (element!.ElementSchemaType is XmlSchemaComplexType && element.SchemaTypeName == XmlQualifiedName.Empty) 788if (!decl.AttDefs.ContainsKey(attribute.QualifiedName) && attribute.AttDef != null && attribute.AttDef.Name != XmlQualifiedName.Empty && attribute.AttDef != SchemaAttDef.Empty)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1375if (complexType.QualifiedName == XmlQualifiedName.Empty) 1429if (complexType.QualifiedName == XmlQualifiedName.Empty)
System\Xml\Schema\SchemaDeclBase.cs (1)
21protected XmlQualifiedName name = XmlQualifiedName.Empty;
System\Xml\Schema\SchemaEntity.cs (1)
15private XmlQualifiedName _ndata = XmlQualifiedName.Empty; // NDATA identifier
System\Xml\Schema\SchemaInfo.cs (1)
33private XmlQualifiedName _docTypeName = XmlQualifiedName.Empty;
System\Xml\Schema\SchemaNames.cs (1)
443TokenToQName[(int)Token.Empty] = XmlQualifiedName.Empty;
System\Xml\Schema\SchemaSetCompiler.cs (4)
265if (localComplexType != null && element.SchemaTypeName == XmlQualifiedName.Empty) 864if (!decl.AttDefs.ContainsKey(attribute.QualifiedName) && attribute.AttDef != null && attribute.AttDef.Name != XmlQualifiedName.Empty && attribute.AttDef != SchemaAttDef.Empty) 1155if (localComplexType != null && localElement.SchemaTypeName == XmlQualifiedName.Empty && localElement.RefName == XmlQualifiedName.Empty)
System\Xml\Schema\XdrBuilder.cs (3)
75_Name = XmlQualifiedName.Empty; 77_TypeName = XmlQualifiedName.Empty; 1012ad._AttDef = new SchemaAttDef(XmlQualifiedName.Empty, null);
System\Xml\Schema\XdrValidator.cs (3)
20private XmlQualifiedName _name = XmlQualifiedName.Empty; 52_name = XmlQualifiedName.Empty; 54Push(XmlQualifiedName.Empty);
System\Xml\Schema\XmlSchemaAttribute.cs (5)
20private XmlQualifiedName _refName = XmlQualifiedName.Empty; 21private XmlQualifiedName _typeName = XmlQualifiedName.Empty; 22private XmlQualifiedName _qualifiedName = XmlQualifiedName.Empty; 63set { _refName = value ?? XmlQualifiedName.Empty; } 70set { _typeName = value ?? XmlQualifiedName.Empty; }
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
14private XmlQualifiedName _qname = XmlQualifiedName.Empty;
System\Xml\Schema\XmlSchemaAttributeGroupref.cs (2)
12private XmlQualifiedName _refName = XmlQualifiedName.Empty; 19set { _refName = value ?? XmlQualifiedName.Empty; }
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (2)
14private XmlQualifiedName _baseTypeName = XmlQualifiedName.Empty; 20set { _baseTypeName = value ?? XmlQualifiedName.Empty; }
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (2)
14private XmlQualifiedName _baseTypeName = XmlQualifiedName.Empty; 20set { _baseTypeName = value ?? XmlQualifiedName.Empty; }
System\Xml\Schema\XmlSchemaComplexType.cs (2)
275return XmlQualifiedName.Empty; 286return XmlQualifiedName.Empty;
System\Xml\Schema\XmlSchemaElement.cs (7)
26private XmlQualifiedName _refName = XmlQualifiedName.Empty; 27private XmlQualifiedName _substitutionGroup = XmlQualifiedName.Empty; 28private XmlQualifiedName _typeName = XmlQualifiedName.Empty; 31private XmlQualifiedName _qualifiedName = XmlQualifiedName.Empty; 118set { _refName = value ?? XmlQualifiedName.Empty; } 126set { _substitutionGroup = value ?? XmlQualifiedName.Empty; } 134set { _typeName = value ?? XmlQualifiedName.Empty; }
System\Xml\Schema\XmlSchemaGroup.cs (1)
13private XmlQualifiedName _qname = XmlQualifiedName.Empty;
System\Xml\Schema\XmlSchemaGroupRef.cs (2)
10private XmlQualifiedName _refName = XmlQualifiedName.Empty; 18set { _refName = value ?? XmlQualifiedName.Empty; }
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (3)
15private XmlQualifiedName _qualifiedName = XmlQualifiedName.Empty; 86private XmlQualifiedName _refer = XmlQualifiedName.Empty; 92set { _refer = value ?? XmlQualifiedName.Empty; }
System\Xml\Schema\XmlSchemaNotation.cs (1)
13private XmlQualifiedName _qname = XmlQualifiedName.Empty;
System\Xml\Schema\XmlSchemaParticle.cs (1)
160return XmlQualifiedName.Empty; //If ever called on other particles
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (2)
12private XmlQualifiedName _baseTypeName = XmlQualifiedName.Empty; 18set { _baseTypeName = value ?? XmlQualifiedName.Empty; }
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (2)
10private XmlQualifiedName _baseTypeName = XmlQualifiedName.Empty; 20set { _baseTypeName = value ?? XmlQualifiedName.Empty; }
System\Xml\Schema\XmlSchemaSimpleType.cs (2)
34return XmlQualifiedName.Empty; 40return XmlQualifiedName.Empty;
System\Xml\Schema\XmlSchemaSimpleTypeList.cs (2)
10private XmlQualifiedName _itemTypeName = XmlQualifiedName.Empty; 18set { _itemTypeName = value ?? XmlQualifiedName.Empty; }
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (2)
11private XmlQualifiedName _baseTypeName = XmlQualifiedName.Empty; 19set { _baseTypeName = value ?? XmlQualifiedName.Empty; }
System\Xml\Schema\XmlSchemaSubstitutionGroup.cs (1)
12private XmlQualifiedName _examplar = XmlQualifiedName.Empty;
System\Xml\Schema\XmlSchemaType.cs (2)
23private volatile XmlQualifiedName _qname = XmlQualifiedName.Empty; 269get { return XmlQualifiedName.Empty; }
System\Xml\Schema\XmlSchemaValidator.cs (3)
210Push(XmlQualifiedName.Empty); 1631XmlQualifiedName xsiTypeName = XmlQualifiedName.Empty; 2111xsiElement.SchemaTypeName = XmlQualifiedName.Empty; //Reset typeName on element as this might be different
System\Xml\Schema\XsdBuilder.cs (1)
2514return XmlQualifiedName.Empty;
System\Xml\Schema\XsdValidator.cs (2)
83Push(XmlQualifiedName.Empty); 259xsiType = XmlQualifiedName.Empty;
System\Xml\Serialization\ImportContext.cs (1)
262XmlQualifiedName baseName = XmlQualifiedName.Empty;
System\Xml\Serialization\Mappings.cs (1)
1279_xsiType = XmlQualifiedName.Empty;
System\Xml\Serialization\SchemaImporter.cs (1)
131ImportDerivedTypes(XmlQualifiedName.Empty);
System\Xml\Serialization\SoapSchemamember.cs (1)
13private XmlQualifiedName? _type = XmlQualifiedName.Empty;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
964return XmlQualifiedName.Empty; 1027return XmlQualifiedName.Empty;
System\Xml\Serialization\XmlSchemas.cs (1)
478return XmlQualifiedName.Empty;
System\Xml\Xsl\XsltOld\Stylesheet.cs (2)
190mode ??= XmlQualifiedName.Empty; 343Debug.Assert(_templates == null && _modeManagers == null || _templates == _modeManagers![XmlQualifiedName.Empty]);
System\Xml\Xsl\XsltOld\TemplateManager.cs (1)
61(template.Mode == null && _mode.Equals(XmlQualifiedName.Empty)) ||