2 writes to minLength
System.Private.Xml (2)
System\Xml\Schema\SchemaDeclBase.cs (2)
42minLength = -1; 83set { minLength = value; }
1 reference to minLength
System.Private.Xml (1)
System\Xml\Schema\SchemaDeclBase.cs (1)
82get { return minLength; }