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(); 902return _schemaCollection; 927_schemaCollection.XmlResolver = value; 1062_validator = BaseValidator.CreateInstance(valType, this, _schemaCollection, _eventHandling, _processIdentityConstraints)!;