2 writes to _xsdtype
System.Private.Xml (2)
System\Xml\Schema\ConstraintStruct.cs (2)
233set { _xsdtype = value; } 240_xsdtype = xsdtype;
2 references to _xsdtype
System.Private.Xml (2)
System\Xml\Schema\ConstraintStruct.cs (2)
232get { return _xsdtype; } 264switch (_xsdtype.TypeCode)