2 writes to _schemaCollection
System.Private.Xml (2)
System\Xml\Schema\BaseValidator.cs (2)
37_schemaCollection = other._schemaCollection; 51_schemaCollection = schemaCollection;
4 references to _schemaCollection
System.Private.Xml (4)
System\Xml\Schema\BaseValidator.cs (4)
37_schemaCollection = other._schemaCollection; 65get { return _schemaCollection; } 82if (_schemaCollection != null) 84_schemaNames = _schemaCollection.GetSchemaNames(_nameTable);