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