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