22 references to Empty
System.Private.Xml (22)
System\Xml\Schema\BaseValidator.cs (2)
195
else if (contentType == XmlSchemaContentType.
Empty
)
218
if (contentType == XmlSchemaContentType.
Empty
)
System\Xml\Schema\ContentValidator.cs (3)
932
public static readonly ContentValidator Empty = new ContentValidator(XmlSchemaContentType.
Empty
);
969
if (_contentType == XmlSchemaContentType.TextOnly || _contentType == XmlSchemaContentType.
Empty
)
984
if (_contentType == XmlSchemaContentType.TextOnly || _contentType == XmlSchemaContentType.
Empty
)
System\Xml\Schema\DtdParser.cs (1)
794
elementDecl.ContentValidator.ContentType == XmlSchemaContentType.
Empty
&&
System\Xml\Schema\DtdParserAsync.cs (1)
438
elementDecl.ContentValidator.ContentType == XmlSchemaContentType.
Empty
&&
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
973
if (contentType == XmlSchemaContentType.
Empty
)
1026
if (complexType.ContentType == XmlSchemaContentType.
Empty
)
1710
return XmlSchemaContentType.
Empty
;
2345
if (complexType.ContentType == XmlSchemaContentType.
Empty
)
System\Xml\Schema\SchemaSetCompiler.cs (5)
1055
if (contentType == XmlSchemaContentType.
Empty
)
1069
if (baseType.ContentType != XmlSchemaContentType.
Empty
&& complexType.ContentType != baseType.ContentType)
1108
case XmlSchemaContentType.
Empty
:
2061
return XmlSchemaContentType.
Empty
;
2814
if (complexType.ContentType == XmlSchemaContentType.
Empty
)
System\Xml\Schema\XmlSchemaInfo.cs (2)
93
_contentType = XmlSchemaContentType.
Empty
;
183
_contentType = XmlSchemaContentType.
Empty
;
System\Xml\Schema\XmlSchemaValidator.cs (4)
754
case XmlSchemaContentType.
Empty
:
833
case XmlSchemaContentType.
Empty
:
1118
return XmlSchemaContentType.
Empty
;
2556
if (contentType == XmlSchemaContentType.
Empty
)