5 references to Type
System.Xml (5)
System\Xml\Schema\ConstraintStruct.cs (5)
292if (this.Type != other.Type) { 294if (! (this.Type.IsComparable(other.Type)) ) { 307return this.Type.Compare(this.Value, other.Value) == 0;