2 writes to schemaCollection
System.Xml (2)
System\Xml\Schema\BaseValidator.cs (2)
38schemaCollection = other.schemaCollection; 51this.schemaCollection = schemaCollection;
4 references to schemaCollection
System.Xml (4)
System\Xml\Schema\BaseValidator.cs (4)
38schemaCollection = other.schemaCollection; 63get { return schemaCollection; } 75if (schemaCollection != null) { 76schemaNames = schemaCollection.GetSchemaNames(nameTable);