3 overrides of IsNillable
System.Private.Xml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
603public override bool IsNillable 873public override bool IsNillable 1069public override bool IsNillable
4 references to IsNillable
System.Private.Xml (4)
System\Xml\Xsl\XmlQueryType.cs (3)
519(!IsNillable || baseType.IsNillable); 624if (IsNillable)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
1071get { return _prime.IsNillable; }