3 writes to restriction
System.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (3)
338dt.restriction = this.FacetsChecker.ConstructRestriction(this, facets, nameTable); 358dt.restriction = null; 446restriction = value;
6 references to restriction
System.Xml (6)
System\Xml\Schema\DataTypeImplementation.cs (6)
393else if ((variety == XmlSchemaDatatypeVariety.Union || variety == XmlSchemaDatatypeVariety.List) && restriction == null) { //derived type is union (not a restriction) 443return restriction; 451RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 460RestrictionFlags flags = restriction != null ? restriction.Flags : 0;