9 references to Empty
System.Xml (9)
System\Xml\Schema\ContentValidator.cs (1)
1136return ContentValidator.Empty;
System\Xml\Schema\DtdParser.cs (1)
931elementDecl.ContentValidator = ContentValidator.Empty;
System\Xml\Schema\DtdParserAsync.cs (1)
576elementDecl.ContentValidator = ContentValidator.Empty;
System\Xml\Schema\DtdValidator.cs (1)
108if (context.ElementDecl.ContentValidator == ContentValidator.Empty) {
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
1927return ContentValidator.Empty; 1935return ContentValidator.Empty;
System\Xml\Schema\SchemaSetCompiler.cs (2)
2282return ContentValidator.Empty; 2290return ContentValidator.Empty;
System\Xml\Schema\XdrBuilder.cs (1)
788builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.Empty;