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