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