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