8 references to TextOnly
System.Xml (8)
System\Xml\Schema\ContentValidator.cs (1)
1131return IsOpen ? ContentValidator.Any : ContentValidator.TextOnly;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
490decl.ContentValidator = ContentValidator.TextOnly; 1930return ContentValidator.TextOnly;
System\Xml\Schema\SchemaElementDecl.cs (1)
45contentValidator = ContentValidator.TextOnly;
System\Xml\Schema\SchemaSetCompiler.cs (2)
557decl.ContentValidator = ContentValidator.TextOnly; 2285return ContentValidator.TextOnly;
System\Xml\Schema\XdrBuilder.cs (2)
774builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.TextOnly; 1277builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.TextOnly;