Implemented interface member:
property
IsNil
System.Xml.Schema.IXmlSchemaInfo.IsNil
5 writes to IsNil
System.Private.Xml (4)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
438
_attributeSchemaInfo.
IsNil
= false;
System\Xml\Schema\XmlSchemaValidator.cs (3)
462
schemaInfo.
IsNil
= _context.IsNill;
908
schemaInfo.
IsNil
= _context.IsNill;
1251
schemaInfo.
IsNil
= _context.IsNill;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
93
si.
IsNil
= false;
6 references to IsNil
System.Private.Xml (3)
System\Xml\Core\XsdValidatingReader.cs (3)
1751
return _xmlSchemaInfo.
IsNil
;
2647
if (_xmlSchemaInfo.IsUnionType && !_xmlSchemaInfo.
IsNil
)
2706
if (cachedReader == null && _xmlSchemaInfo.IsUnionType && !_xmlSchemaInfo.
IsNil
)
System.Private.Xml.Linq (3)
System\Xml\Schema\XNodeValidator.cs (3)
384
si1.
IsNil
== si2.
IsNil
&&
400
if (si.
IsNil
)