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