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