3 references to IsList
System.Xml (3)
System\Xml\Schema\ConstraintStruct.cs (3)
305
if (this.
IsList
) {
306
if (other.
IsList
) { //Both are lists and values are XmlAtomicValue[] or clrvalue[]. So use Datatype_List.Compare
320
else if (other.
IsList
) {