Implemented interface member:
property
SchemaType
System.Xml.Schema.IXmlSchemaInfo.SchemaType
8 writes to SchemaType
System.Private.Xml (7)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
439
_attributeSchemaInfo.
SchemaType
= schemaAttribute.AttributeSchemaType;
System\Xml\Schema\XmlSchemaValidator.cs (6)
460
schemaInfo.
SchemaType
= localSchemaType;
686
schemaInfo.
SchemaType
= localAttribute?.AttributeSchemaType;
899
schemaInfo.
SchemaType
= currentElementDecl.SchemaType;
904
schemaInfo.
SchemaType
= null;
1074
attSchemaInfo.
SchemaType
= attdef.SchemaType;
1248
schemaInfo.
SchemaType
= localSchemaType;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
97
si.
SchemaType
= st;
10 references to SchemaType
System.Private.Xml (7)
System\Xml\Core\XsdValidatingReader.cs (6)
425
Debug.Assert(_xmlSchemaInfo.
SchemaType
!.Datatype != null);
426
return _xmlSchemaInfo.
SchemaType
.Datatype.ValueType;
434
Debug.Assert(AttributeSchemaInfo.
SchemaType
!.Datatype != null);
435
return AttributeSchemaInfo.
SchemaType
.Datatype.ValueType;
1836
return _xmlSchemaInfo.
SchemaType
;
1841
return AttributeSchemaInfo.
SchemaType
;
System\Xml\Dom\DocumentSchemaValidator.cs (1)
619
schemaInfoFound = _schemaInfo.
SchemaType
;
System.Private.Xml.Linq (3)
System\Xml\Schema\XNodeValidator.cs (3)
388
(object?)si1.
SchemaType
== (object?)si2.
SchemaType
&&
419
XmlSchemaType? schemaType = si.
SchemaType
;