1 write to _isNillable
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaElement.cs (1)
98
set {
_isNillable
= value; _hasNillableAttribute = true; }
1 reference to _isNillable
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaElement.cs (1)
97
get { return
_isNillable
; }