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)
847XmlSchemaType? schemaTypeObj = _coreReaderImpl.InternalSchemaType as XmlSchemaType; 853return _coreReaderImpl.InternalSchemaType;