3 references to SchemaContentType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
257
get { return
SchemaContentType
; }
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaInfo.cs (1)
95
_contentType = _schemaType.
SchemaContentType
;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleType.cs (1)
29
Debug.Assert(
SchemaContentType
== XmlSchemaContentType.TextOnly);