5 implementations of IsNil
System.Private.Xml (5)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
1035bool IXmlSchemaInfo.IsNil
System\Xml\Core\XsdValidatingReader.cs (1)
1743bool IXmlSchemaInfo.IsNil
System\Xml\Dom\XmlName.cs (1)
131public virtual bool IsNil
System\Xml\Schema\XmlSchemaInfo.cs (1)
54public bool IsNil
System\Xml\XPath\XPathNavigatorReader.cs (1)
1132public bool IsNil { get { return IsReading ? this.schemaInfo!.IsNil : false; } }
4 references to IsNil
System.Private.Xml (4)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
1039return _readerAsIXmlSchemaInfo.IsNil;
System\Xml\Dom\XmlName.cs (2)
206SetIsNil(schemaInfo.IsNil); 292&& schemaInfo.IsNil == ((_flags & IsNilBit) != 0)
System\Xml\XPath\XPathNavigatorReader.cs (1)
1132public bool IsNil { get { return IsReading ? this.schemaInfo!.IsNil : false; } }