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)
1032get { return _contentType; } 1037get { return _contentType == XmlSchemaContentType.TextOnly || _contentType == XmlSchemaContentType.Mixed; } 1049if (_contentType == XmlSchemaContentType.TextOnly || _contentType == XmlSchemaContentType.Empty) 1064if (_contentType == XmlSchemaContentType.TextOnly || _contentType == XmlSchemaContentType.Empty)