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