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