2 writes to IsNillable
System.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1872decl.IsNillable = xe.IsNillable;
System\Xml\Schema\SchemaSetCompiler.cs (1)
2219decl.IsNillable = xe.IsNillable;
2 references to IsNillable
System.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (1)
1396if (elementDecl.IsNillable) {
System\Xml\Schema\XsdValidator.cs (1)
355if (elementDecl != null && elementDecl.IsNillable) {