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