2 writes to IsNillable
System.Private.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
2279decl.IsNillable = xe.IsNillable;
System\Xml\Schema\SchemaSetCompiler.cs (1)
2738decl.IsNillable = xe.IsNillable;
2 references to IsNillable
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (1)
1659if (elementDecl.IsNillable)
System\Xml\Schema\XsdValidator.cs (1)
423if (elementDecl != null && elementDecl.IsNillable)