5 references to Any
System.Xml (5)
System\Xml\Schema\ContentValidator.cs (1)
1131
return IsOpen ? ContentValidator.
Any
: ContentValidator.TextOnly;
System\Xml\Schema\DtdParser.cs (1)
934
elementDecl.ContentValidator = ContentValidator.
Any
;
System\Xml\Schema\DtdParserAsync.cs (1)
579
elementDecl.ContentValidator = ContentValidator.
Any
;
System\Xml\Schema\XdrBuilder.cs (1)
861
builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.
Any
;
System\Xml\Schema\XmlSchemaValidator.cs (1)
2106
if (contentType == XmlSchemaContentType.ElementOnly || (contentType == XmlSchemaContentType.Mixed && contentValidator != ContentValidator.Mixed && contentValidator != ContentValidator.
Any
)) {