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