2 writes to InternalSchemaType
System.Xml (2)
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
937
coreReaderImpl.
InternalSchemaType
= null;
972
coreReaderImpl.
InternalSchemaType
= value;
2 references to InternalSchemaType
System.Xml (2)
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
714
XmlSchemaType schemaTypeObj = coreReaderImpl.
InternalSchemaType
as XmlSchemaType;
718
return coreReaderImpl.
InternalSchemaType
;