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