Implemented interface member:
property
IsNil
System.Xml.Schema.IXmlSchemaInfo.IsNil
5 writes to IsNil
System.Xml (4)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
402
attributeSchemaInfo.
IsNil
= false;
System\Xml\Schema\XmlSchemaValidator.cs (3)
430
schemaInfo.
IsNil
= context.IsNill;
815
schemaInfo.
IsNil
= context.IsNill;
1073
schemaInfo.
IsNil
= context.IsNill;
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
81
si.
IsNil
= false;
6 references to IsNil
System.Xml (3)
System\Xml\Core\XsdValidatingReader.cs (3)
1370
return xmlSchemaInfo.
IsNil
;
2076
if (xmlSchemaInfo.IsUnionType && !xmlSchemaInfo.
IsNil
) { //If it also union, get the memberType as well
2123
if (cachedReader == null && xmlSchemaInfo.IsUnionType && !xmlSchemaInfo.
IsNil
) {
System.Xml.Linq (3)
System\Xml\Linq\XNodeValidator.cs (3)
318
si1.
IsNil
== si2.
IsNil
&&
332
if (si.
IsNil
) {