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
;
65
get { return
_schemaCollection
; }
82
if (
_schemaCollection
!= null)
84
_schemaNames =
_schemaCollection
.GetSchemaNames(_nameTable);