2 writes to FixedFlags
System.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
630
derivedRestriction.
FixedFlags
|= flag;
637
derivedRestriction.
FixedFlags
|= flag;
1 reference to FixedFlags
System.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
49
baseFixedFlags = datatype.Restriction != null ? datatype.Restriction.
FixedFlags
: 0;