5 references to Type
System.Private.Xml (5)
System\Xml\Schema\ConstraintStruct.cs (5)
331
if (this.
Type
!= other.
Type
)
334
if (!(this.
Type
.IsComparable(other.
Type
)))
351
return this.
Type
.Compare(this.Value!, other.Value!) == 0;