8 references to TextOnly
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
1325return IsOpen ? ContentValidator.Any : ContentValidator.TextOnly;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
613decl.ContentValidator = ContentValidator.TextOnly; 2435return ContentValidator.TextOnly;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaElementDecl.cs (1)
42_contentValidator = ContentValidator.TextOnly;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
698decl.ContentValidator = ContentValidator.TextOnly; 2878return ContentValidator.TextOnly;
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
861builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.TextOnly; 1450builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.TextOnly;