2 writes to schemaCollection
System.Xml (2)
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
138schemaCollection = new XmlSchemaCollection( coreReader.NameTable ); 212schemaCollection = new XmlSchemaCollection( coreReader.NameTable );
5 references to schemaCollection
System.Xml (5)
System\Xml\Core\XmlValidatingReaderImpl.cs (5)
139schemaCollection.XmlResolver = GetResolver(); 216schemaCollection.XmlResolver = GetResolver(); 757return schemaCollection; 777schemaCollection.XmlResolver = value; 889validator = BaseValidator.CreateInstance( valType, this, schemaCollection, eventHandling , processIdentityConstraints);