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