3 overrides of IsNillable
System.Data.SqlXml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
574public override bool IsNillable { 823public override bool IsNillable { 1012public override bool IsNillable {
4 references to IsNillable
System.Data.SqlXml (4)
System\Xml\Xsl\XmlQueryType.cs (3)
513(!IsNillable || baseType.IsNillable); 606if (IsNillable)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
1013get { return this.prime.IsNillable; }