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