3 writes to _restriction
System.Private.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (3)
371
dt.
_restriction
= this.FacetsChecker.ConstructRestriction(this, facets, nameTable);
396
dt.
_restriction
= null;
494
_restriction
= value;
6 references to _restriction
System.Private.Xml (6)
System\Xml\Schema\DataTypeImplementation.cs (6)
439
else if ((_variety == XmlSchemaDatatypeVariety.Union || _variety == XmlSchemaDatatypeVariety.List) &&
_restriction
== null)
490
return
_restriction
;
502
RestrictionFlags flags =
_restriction
!= null ?
_restriction
.Flags : 0;
514
RestrictionFlags flags =
_restriction
!= null ?
_restriction
.Flags : 0;