8 references to TextOnly
System.Private.Xml (8)
System\Xml\Schema\ContentValidator.cs (1)
1239return IsOpen ? ContentValidator.Any : ContentValidator.TextOnly;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
622decl.ContentValidator = ContentValidator.TextOnly; 2351return ContentValidator.TextOnly;
System\Xml\Schema\SchemaElementDecl.cs (1)
41_contentValidator = ContentValidator.TextOnly;
System\Xml\Schema\SchemaSetCompiler.cs (2)
712decl.ContentValidator = ContentValidator.TextOnly; 2820return ContentValidator.TextOnly;
System\Xml\Schema\XdrBuilder.cs (2)
853builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.TextOnly; 1439builder._ElementDef._ElementDecl!.ContentValidator = ContentValidator.TextOnly;