2 writes to _schemaCollection
System.Private.Xml (2)
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
149
_schemaCollection
= new XmlSchemaCollection(_coreReader.NameTable);
230
_schemaCollection
= new XmlSchemaCollection(_coreReader.NameTable);
5 references to _schemaCollection
System.Private.Xml (5)
System\Xml\Core\XmlValidatingReaderImpl.cs (5)
150
_schemaCollection
.XmlResolver = GetResolver();
234
_schemaCollection
.XmlResolver = GetResolver();
902
return
_schemaCollection
;
927
_schemaCollection
.XmlResolver = value;
1062
_validator = BaseValidator.CreateInstance(valType, this,
_schemaCollection
, _eventHandling, _processIdentityConstraints)!;