1 write to hasNillableAttribute
System.Xml (1)
System\Xml\Schema\XmlSchemaElement.cs (1)
128
set { isNillable = value;
hasNillableAttribute
= true; }
1 reference to hasNillableAttribute
System.Xml (1)
System\Xml\Schema\XmlSchemaElement.cs (1)
133
get { return
hasNillableAttribute
; }