3 writes to _restriction
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (3)
375dt._restriction = this.FacetsChecker.ConstructRestriction(this, facets, nameTable); 399dt._restriction = null; 506_restriction = value;
6 references to _restriction
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (6)
441else if ((_variety == XmlSchemaDatatypeVariety.Union || _variety == XmlSchemaDatatypeVariety.List) && _restriction == null) 502return _restriction; 513RestrictionFlags flags = _restriction != null ? _restriction.Flags : 0; 525RestrictionFlags flags = _restriction != null ? _restriction.Flags : 0;