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