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