119 references to Empty
System.Data (1)
fx\src\data\System\Data\DataTable.cs (1)
4413
return ((typeName == null) ? XmlQualifiedName.
Empty
: (XmlQualifiedName)typeName);
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Stylesheet.cs (2)
169
mode = XmlQualifiedName.
Empty
;
303
Debug.Assert(this.templates == null && this.modeManagers == null || this.templates == this.modeManagers[XmlQualifiedName.
Empty
]);
System\Xml\Xsl\XsltOld\Templatemanager.cs (1)
57
(template.Mode == null && this.mode.Equals(XmlQualifiedName.
Empty
)) ||
System.Runtime.Serialization (5)
System\Runtime\Serialization\Json\JsonWriterDelegator.cs (1)
47
if (value != XmlQualifiedName.
Empty
)
System\Runtime\Serialization\SchemaImporter.cs (2)
490
if (type.QualifiedName != XmlQualifiedName.
Empty
)
555
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.ServiceModel (9)
System\ServiceModel\Configuration\UnrecognizedPolicyAssertionElement.cs (1)
43
return new UnrecognizedAssertionsBindingElement(XmlQualifiedName.
Empty
, null);
System\ServiceModel\Description\MessageContractExporter.cs (7)
186
WsdlNS.MessagePart wsdlPart = AddMessagePart(message, partName, XmlQualifiedName.
Empty
, DataContractSerializerMessageContractImporter.GenericMessageTypeName);
410
AddMessagePart(message, "parameters", new XmlQualifiedName(elementName, elementNs), XmlQualifiedName.
Empty
);
581
wsdlPart = AddMessagePart(message, partName, new XmlQualifiedName(elementName, part.Namespace), XmlQualifiedName.
Empty
);
589
wsdlPart = AddMessagePart(message, partName, XmlQualifiedName.
Empty
, typeName);
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 (1)
1221
return XmlQualifiedName.
Empty
;
System.Web.Extensions (1)
Script\Services\WebServiceTypeData.cs (1)
175
if (restriction.BaseTypeName != XmlQualifiedName.
Empty
) {
System.Web.Services (14)
System\Web\Services\Description\SchemaCompiler.cs (1)
155
return XmlQualifiedName.
Empty
;
System\Web\Services\Description\ServiceDescription.cs (7)
686
XmlQualifiedName binding = XmlQualifiedName.
Empty
;
923
XmlQualifiedName type = XmlQualifiedName.
Empty
;
963
if ((object)type == null) return XmlQualifiedName.
Empty
;
975
XmlQualifiedName message = XmlQualifiedName.
Empty
;
1308
XmlQualifiedName type = XmlQualifiedName.
Empty
;
1309
XmlQualifiedName element = XmlQualifiedName.
Empty
;
1351
if ((object)type == null) return XmlQualifiedName.
Empty
;
System\Web\Services\Description\SoapFormatExtensions.cs (2)
200
XmlQualifiedName message = XmlQualifiedName.
Empty
;
260
XmlQualifiedName message = XmlQualifiedName.
Empty
;
System\Web\Services\Protocols\Soap12ServerProtocol.cs (1)
65
XmlQualifiedName requestElement = XmlQualifiedName.
Empty
;
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
709
XmlQualifiedName faultCode = XmlQualifiedName.
Empty
;
System\Web\Services\Protocols\SoapException.cs (1)
30
XmlQualifiedName code = XmlQualifiedName.
Empty
;
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
1002
element = XmlQualifiedName.
Empty
;
System.Xml (86)
System\Xml\Schema\CompiledidEntityConstraint.cs (2)
17
internal XmlQualifiedName name = XmlQualifiedName.
Empty
;
21
internal XmlQualifiedName refer = XmlQualifiedName.
Empty
;
System\Xml\Schema\ContentValidator.cs (2)
128
if (name != XmlQualifiedName.
Empty
&& list.Allows(name)) {
1149
LeafNode endMarker = new LeafNode(positions.Add(symbols.AddName(XmlQualifiedName.
Empty
, null), null));
System\Xml\Schema\DtdValidator.cs (2)
31
XmlQualifiedName name = XmlQualifiedName.
Empty
;
45
name = XmlQualifiedName.
Empty
;
System\Xml\Schema\Inference\Infer.cs (3)
924
xse.SchemaTypeName = XmlQualifiedName.
Empty
;
1020
else if (elem.SchemaTypeName != XmlQualifiedName.
Empty
) {
1264
xse.SchemaTypeName = XmlQualifiedName.
Empty
; //re-set the name
System\Xml\Schema\Preprocessor.cs (2)
1416
if (complexType.QualifiedName == XmlQualifiedName.
Empty
) {
1459
if (complexType.QualifiedName == XmlQualifiedName.
Empty
) {
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
204
if (element.ElementSchemaType is XmlSchemaComplexType && element.SchemaTypeName == XmlQualifiedName.
Empty
) { // only local schemaTypes
621
if (!decl.AttDefs.ContainsKey(attribute.QualifiedName) && attribute.AttDef != null && attribute.AttDef.Name != XmlQualifiedName.
Empty
&& attribute.AttDef != SchemaAttDef.Empty) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1102
if (complexType.QualifiedName == XmlQualifiedName.
Empty
) {
1145
if (complexType.QualifiedName == XmlQualifiedName.
Empty
) {
System\Xml\Schema\SchemaDeclBase.cs (1)
22
protected XmlQualifiedName name = XmlQualifiedName.
Empty
;
System\Xml\Schema\SchemaEntity.cs (1)
18
private XmlQualifiedName ndata = XmlQualifiedName.
Empty
; // NDATA identifier
System\Xml\Schema\SchemaInfo.cs (1)
37
XmlQualifiedName docTypeName = XmlQualifiedName.
Empty
;
System\Xml\Schema\SchemaNames.cs (1)
448
TokenToQName[(int)Token.Empty] = XmlQualifiedName.
Empty
;
System\Xml\Schema\SchemaSetCompiler.cs (4)
204
if (localComplexType != null && element.SchemaTypeName == XmlQualifiedName.
Empty
) { // only local schemaTypes
678
if (!decl.AttDefs.ContainsKey(attribute.QualifiedName) && attribute.AttDef != null && attribute.AttDef.Name != XmlQualifiedName.
Empty
&& attribute.AttDef != SchemaAttDef.Empty) {
912
if (localComplexType != null && localElement.SchemaTypeName == XmlQualifiedName.
Empty
&& localElement.RefName == XmlQualifiedName.
Empty
) { //Only local elements
System\Xml\Schema\XdrBuilder.cs (3)
72
_Name = XmlQualifiedName.
Empty
;
74
_TypeName = XmlQualifiedName.
Empty
;
907
ad._AttDef = new SchemaAttDef(XmlQualifiedName.
Empty
, null);
System\Xml\Schema\XdrValidator.cs (3)
23
private XmlQualifiedName name = XmlQualifiedName.
Empty
;
47
name = XmlQualifiedName.
Empty
;
49
Push(XmlQualifiedName.
Empty
);
System\Xml\Schema\XmlSchemaAttribute.cs (5)
26
XmlQualifiedName refName = XmlQualifiedName.
Empty
;
27
XmlQualifiedName typeName = XmlQualifiedName.
Empty
;
28
XmlQualifiedName qualifiedName = XmlQualifiedName.
Empty
;
84
set { refName = (value == null ? XmlQualifiedName.
Empty
: value); }
94
set { typeName = (value == null ? XmlQualifiedName.
Empty
: value); }
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
21
XmlQualifiedName qname = XmlQualifiedName.
Empty
;
System\Xml\Schema\XmlSchemaAttributeGroupref.cs (2)
18
XmlQualifiedName refName = XmlQualifiedName.
Empty
;
27
set { refName = (value == null ? XmlQualifiedName.
Empty
: value); }
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (2)
21
XmlQualifiedName baseTypeName = XmlQualifiedName.
Empty
;
30
set { baseTypeName = (value == null ? XmlQualifiedName.
Empty
: value); }
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (2)
21
XmlQualifiedName baseTypeName = XmlQualifiedName.
Empty
;
30
set { baseTypeName = (value == null ? XmlQualifiedName.
Empty
: value); }
System\Xml\Schema\XmlSchemaComplexType.cs (2)
318
return XmlQualifiedName.
Empty
;
329
return XmlQualifiedName.
Empty
;
System\Xml\Schema\XmlSchemaElement.cs (7)
33
XmlQualifiedName refName = XmlQualifiedName.
Empty
;
34
XmlQualifiedName substitutionGroup = XmlQualifiedName.
Empty
;
35
XmlQualifiedName typeName = XmlQualifiedName.
Empty
;
38
XmlQualifiedName qualifiedName = XmlQualifiedName.
Empty
;
147
set { refName = (value == null ? XmlQualifiedName.
Empty
: value); }
157
set { substitutionGroup = (value == null ? XmlQualifiedName.
Empty
: value); }
167
set { typeName = (value == null ? XmlQualifiedName.
Empty
: value); }
System\Xml\Schema\XmlSchemaGroup.cs (1)
20
XmlQualifiedName qname = XmlQualifiedName.
Empty
;
System\Xml\Schema\XmlSchemaGroupRef.cs (2)
17
XmlQualifiedName refName = XmlQualifiedName.
Empty
;
28
set { refName = (value == null ? XmlQualifiedName.
Empty
: value); }
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (3)
22
XmlQualifiedName qualifiedName = XmlQualifiedName.
Empty
;
116
XmlQualifiedName refer = XmlQualifiedName.
Empty
;
125
set { refer = (value == null ? XmlQualifiedName.
Empty
: value); }
System\Xml\Schema\XmlSchemaNotation.cs (1)
20
XmlQualifiedName qname = XmlQualifiedName.
Empty
;
System\Xml\Schema\XmlSchemaParticle.cs (1)
150
return XmlQualifiedName.
Empty
; //If ever called on other particles
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (2)
19
XmlQualifiedName baseTypeName = XmlQualifiedName.
Empty
;
28
set { baseTypeName = (value == null ? XmlQualifiedName.
Empty
: value); }
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (2)
17
XmlQualifiedName baseTypeName = XmlQualifiedName.
Empty
;
30
set { baseTypeName = (value == null ? XmlQualifiedName.
Empty
: value); }
System\Xml\Schema\XmlSchemaSimpleType.cs (2)
42
return XmlQualifiedName.
Empty
;
47
return XmlQualifiedName.
Empty
;
System\Xml\Schema\XmlSchemaSimpleTypeList.cs (2)
17
XmlQualifiedName itemTypeName = XmlQualifiedName.
Empty
;
28
set { itemTypeName = (value == null ? XmlQualifiedName.
Empty
: value); }
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (2)
18
XmlQualifiedName baseTypeName = XmlQualifiedName.
Empty
;
29
set { baseTypeName = (value == null ? XmlQualifiedName.
Empty
: value); }
System\Xml\Schema\XmlSchemaSubstitutionGroup.cs (1)
15
XmlQualifiedName examplar = XmlQualifiedName.
Empty
;
System\Xml\Schema\XmlSchemaType.cs (2)
27
volatile XmlQualifiedName qname = XmlQualifiedName.
Empty
;
245
get { return XmlQualifiedName.
Empty
; }
System\Xml\Schema\XmlSchemaValidator.cs (3)
200
Push(XmlQualifiedName.
Empty
);
1384
XmlQualifiedName xsiTypeName = XmlQualifiedName.
Empty
;
1780
xsiElement.SchemaTypeName = XmlQualifiedName.
Empty
; //Reset typeName on element as this might be different
System\Xml\Schema\XsdBuilder.cs (1)
2286
return XmlQualifiedName.
Empty
;
System\Xml\Schema\XsdValidator.cs (2)
69
Push (XmlQualifiedName.
Empty
);
226
xsiType = XmlQualifiedName.
Empty
;
System\Xml\Serialization\ImportContext.cs (1)
289
XmlQualifiedName baseName = XmlQualifiedName.
Empty
;
System\Xml\Serialization\Mappings.cs (1)
1133
xsiType = XmlQualifiedName.
Empty
;
System\Xml\Serialization\SchemaImporter.cs (1)
184
ImportDerivedTypes(XmlQualifiedName.
Empty
);
System\Xml\Serialization\SoapSchemamember.cs (1)
16
XmlQualifiedName type = XmlQualifiedName.
Empty
;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
860
return XmlQualifiedName.
Empty
;
913
return XmlQualifiedName.
Empty
;
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1135
RunSchemaExtensions(mapping, XmlQualifiedName.
Empty
, null, any, flags);
1312
RunSchemaExtensions(mapping, XmlQualifiedName.
Empty
, null, any, flags);
System\Xml\Serialization\XmlSchemas.cs (1)
489
return XmlQualifiedName.
Empty
;