5 implementations of MemberType
System.Xml (5)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
896XmlSchemaSimpleType IXmlSchemaInfo.MemberType {
System\Xml\Core\XsdValidatingReader.cs (1)
1404XmlSchemaSimpleType IXmlSchemaInfo.MemberType {
System\Xml\Dom\XmlName.cs (1)
115public virtual XmlSchemaSimpleType MemberType {
System\Xml\Schema\XmlSchemaInfo.cs (1)
59public XmlSchemaSimpleType MemberType {
System\Xml\XPath\XPathNavigatorReader.cs (1)
985public virtual XmlSchemaSimpleType MemberType { get { return IsReading ? this.schemaInfo.MemberType : null; } }
13 references to MemberType
System.Xml (13)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
898return readerAsIXmlSchemaInfo.MemberType;
System\Xml\Dom\XmlName.cs (2)
177memberType = schemaInfo.MemberType; 245&& (object)schemaInfo.MemberType == (object)memberType
System\Xml\XPath\XPathNavigator.cs (9)
54XmlSchemaType memberType = schemaInfo.MemberType; 76schemaType = schemaInfo.MemberType; 137schemaType = schemaInfo.MemberType; 169schemaType = schemaInfo.MemberType; 198schemaType = schemaInfo.MemberType; 227schemaType = schemaInfo.MemberType; 256schemaType = schemaInfo.MemberType; 285schemaType = schemaInfo.MemberType; 316schemaType = schemaInfo.MemberType;
System\Xml\XPath\XPathNavigatorReader.cs (1)
985public virtual XmlSchemaSimpleType MemberType { get { return IsReading ? this.schemaInfo.MemberType : null; } }