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)
462schemaInfo.IsNil = _context.IsNill; 908schemaInfo.IsNil = _context.IsNill; 1251schemaInfo.IsNil = _context.IsNill;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
93si.IsNil = false;
6 references to IsNil
System.Private.Xml (3)
System\Xml\Core\XsdValidatingReader.cs (3)
1751return _xmlSchemaInfo.IsNil; 2647if (_xmlSchemaInfo.IsUnionType && !_xmlSchemaInfo.IsNil) 2706if (cachedReader == null && _xmlSchemaInfo.IsUnionType && !_xmlSchemaInfo.IsNil)
System.Private.Xml.Linq (3)
System\Xml\Schema\XNodeValidator.cs (3)
384si1.IsNil == si2.IsNil && 400if (si.IsNil)