Implemented interface member:
property
MemberType
Microsoft.Xml.Schema.IXmlSchemaInfo.MemberType
5 writes to MemberType
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
474_attributeSchemaInfo.MemberType = simpleValue.XmlType;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (4)
727schemaInfo.MemberType = localMemberType; 957schemaInfo.MemberType = null; 1094attSchemaInfo.MemberType = simpleValue.XmlType; 1278schemaInfo.MemberType = memberType;
4 references to MemberType
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (4)
1726return _xmlSchemaInfo.MemberType; 1729return _xmlSchemaInfo.MemberType; 1734return AttributeSchemaInfo.MemberType; 2552if (_xmlSchemaInfo.MemberType != null || _atomicValue == this)