Implemented interface member:
property
MemberType
System.Xml.Schema.IXmlSchemaInfo.MemberType
6 writes to MemberType
System.Xml (5)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
411attributeSchemaInfo.MemberType = simpleValue.XmlType;
System\Xml\Schema\XmlSchemaValidator.cs (4)
629schemaInfo.MemberType = localMemberType; 814schemaInfo.MemberType = null; 923attSchemaInfo.MemberType = simpleValue.XmlType; 1072schemaInfo.MemberType = memberType;
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
95si.MemberType = mt;
7 references to MemberType
System.Xml (4)
System\Xml\Core\XsdValidatingReader.cs (4)
1411return xmlSchemaInfo.MemberType; 1414return xmlSchemaInfo.MemberType; 1418return AttributeSchemaInfo.MemberType; 2119if (xmlSchemaInfo.MemberType != null || atomicValue == this) {
System.Xml.Linq (3)
System\Xml\Linq\XNodeValidator.cs (3)
319(object)si1.MemberType == (object)si2.MemberType && 335XmlSchemaSimpleType memberType = si.MemberType;