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