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