30 references to TextOnly
dotnet-svcutil-lib (30)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (6)
236
if (nodeType == XmlNodeType.Whitespace && (_validator.CurrentContentType == XmlSchemaContentType.
TextOnly
|| _validator.CurrentContentType == XmlSchemaContentType.Mixed))
416
if (_xmlSchemaInfo.ContentType == XmlSchemaContentType.
TextOnly
)
423
if (_attributePSVI != null && AttributeSchemaInfo.ContentType == XmlSchemaContentType.
TextOnly
)
2286
if (_validator.CurrentContentType == XmlSchemaContentType.
TextOnly
)
2329
if (_xmlSchemaInfo.ContentType == XmlSchemaContentType.
TextOnly
)
2350
if (_xmlSchemaInfo.ContentType == XmlSchemaContentType.
TextOnly
)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (3)
706
if (_validator.CurrentContentType == XmlSchemaContentType.
TextOnly
)
756
if (_xmlSchemaInfo.ContentType == XmlSchemaContentType.
TextOnly
)
778
if (_xmlSchemaInfo.ContentType == XmlSchemaContentType.
TextOnly
)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (4)
1013
public static readonly ContentValidator TextOnly = new ContentValidator(XmlSchemaContentType.
TextOnly
, false, false);
1037
get { return _contentType == XmlSchemaContentType.
TextOnly
|| _contentType == XmlSchemaContentType.Mixed; }
1049
if (_contentType == XmlSchemaContentType.
TextOnly
|| _contentType == XmlSchemaContentType.Empty)
1064
if (_contentType == XmlSchemaContentType.
TextOnly
|| _contentType == XmlSchemaContentType.Empty)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (7)
711
complexType.SetContentType(XmlSchemaContentType.
TextOnly
);
822
if (baseType.ContentType != XmlSchemaContentType.
TextOnly
)
849
if (baseType.ContentType == XmlSchemaContentType.
TextOnly
)
935
if (baseType.ContentType == XmlSchemaContentType.
TextOnly
)
1001
if (baseType.ContentType == XmlSchemaContentType.
TextOnly
)
2373
if (decl.ContentValidator.ContentType == XmlSchemaContentType.
TextOnly
)
2433
else if (complexType.ContentType == XmlSchemaContentType.
TextOnly
)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (6)
798
complexType.SetContentType(XmlSchemaContentType.
TextOnly
);
900
if (baseType.ContentType != XmlSchemaContentType.
TextOnly
)
927
if (baseType.ContentType == XmlSchemaContentType.
TextOnly
)
1044
if (contentType == XmlSchemaContentType.
TextOnly
)
2805
if (decl.ContentValidator.ContentType == XmlSchemaContentType.
TextOnly
|| (decl.ContentValidator.ContentType == XmlSchemaContentType.Mixed && decl.ContentValidator.IsEmptiable))
2876
else if (complexType.ContentType == XmlSchemaContentType.
TextOnly
)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleType.cs (1)
29
Debug.Assert(SchemaContentType == XmlSchemaContentType.
TextOnly
);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (3)
804
case XmlSchemaContentType.
TextOnly
:
886
case XmlSchemaContentType.
TextOnly
:
1225
case XmlSchemaContentType.
TextOnly
: