9 references to Empty
System.Private.Xml (9)
System\Xml\Schema\ContentValidator.cs (1)
1244return ContentValidator.Empty;
System\Xml\Schema\DtdParser.cs (1)
965elementDecl.ContentValidator = ContentValidator.Empty;
System\Xml\Schema\DtdParserAsync.cs (1)
609elementDecl.ContentValidator = ContentValidator.Empty;
System\Xml\Schema\DtdValidator.cs (1)
124if (context!.ElementDecl!.ContentValidator == ContentValidator.Empty)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
2347return ContentValidator.Empty; 2358return ContentValidator.Empty;
System\Xml\Schema\SchemaSetCompiler.cs (2)
2816return ContentValidator.Empty; 2827return ContentValidator.Empty;
System\Xml\Schema\XdrBuilder.cs (1)
868builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.Empty;