2 writes to InternalSchemaType
System.Private.Xml (2)
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
1114
_coreReaderImpl.
InternalSchemaType
= null;
1153
_coreReaderImpl.
InternalSchemaType
= value;
2 references to InternalSchemaType
System.Private.Xml (2)
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
847
XmlSchemaType? schemaTypeObj = _coreReaderImpl.
InternalSchemaType
as XmlSchemaType;
853
return _coreReaderImpl.
InternalSchemaType
;