5 implementations of IsNil
System.Xml (5)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
890bool IXmlSchemaInfo.IsNil {
System\Xml\Core\XsdValidatingReader.cs (1)
1365bool IXmlSchemaInfo.IsNil {
System\Xml\Dom\XmlName.cs (1)
109public virtual bool IsNil {
System\Xml\Schema\XmlSchemaInfo.cs (1)
50public bool IsNil {
System\Xml\XPath\XPathNavigatorReader.cs (1)
984public virtual bool IsNil { get { return IsReading ? this.schemaInfo.IsNil : false; } }
4 references to IsNil
System.Xml (4)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
892return readerAsIXmlSchemaInfo.IsNil;
System\Xml\Dom\XmlName.cs (2)
176SetIsNil(schemaInfo.IsNil); 244&& schemaInfo.IsNil == ((flags & IsNilBit) != 0)
System\Xml\XPath\XPathNavigatorReader.cs (1)
984public virtual bool IsNil { get { return IsReading ? this.schemaInfo.IsNil : false; } }