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