Implemented interface member:
property
MemberType
System.Xml.Schema.IXmlSchemaInfo.MemberType
6 writes to MemberType
System.Private.Xml (5)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
448_attributeSchemaInfo.MemberType = simpleValue.XmlType;
System\Xml\Schema\XmlSchemaValidator.cs (4)
687schemaInfo.MemberType = localMemberType; 907schemaInfo.MemberType = null; 1063attSchemaInfo.MemberType = simpleValue.XmlType; 1250schemaInfo.MemberType = memberType;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
117si.MemberType = mt;
7 references to MemberType
System.Private.Xml (4)
System\Xml\Core\XsdValidatingReader.cs (4)
1809return _xmlSchemaInfo.MemberType; 1812return _xmlSchemaInfo.MemberType; 1817return AttributeSchemaInfo.MemberType; 2700if (_xmlSchemaInfo.MemberType != null || _atomicValue == this)
System.Private.Xml.Linq (3)
System\Xml\Schema\XNodeValidator.cs (3)
385(object?)si1.MemberType == (object?)si2.MemberType && 404XmlSchemaSimpleType? memberType = si.MemberType;