2 writes to _contentType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
1019
_contentType
= contentType;
1025
_contentType
= contentType;
7 references to _contentType
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (7)
1032
get { return
_contentType
; }
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)