4 references to CurrentContentType
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (3)
236
if (nodeType == XmlNodeType.Whitespace && (_validator.
CurrentContentType
== XmlSchemaContentType.TextOnly || _validator.
CurrentContentType
== XmlSchemaContentType.Mixed))
2286
if (_validator.
CurrentContentType
== XmlSchemaContentType.TextOnly)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (1)
706
if (_validator.
CurrentContentType
== XmlSchemaContentType.TextOnly)