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