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