7 overrides of IsNullable
System.Private.Xml (7)
System\Xml\Schema\ContentValidator.cs (7)
330public override bool IsNullable 402public override bool IsNullable 540public override bool IsNullable 626public override bool IsNullable 691public override bool IsNullable 712public override bool IsNullable 737public override bool IsNullable
11 references to IsNullable
System.Private.Xml (11)
System\Xml\Schema\ContentValidator.cs (11)
514if (this_.LeftChild!.IsNullable && !this_.RightChild.IsRangeNode) 518if (this_.RightChild.IsNullable) 550if (!this_.RightChild.IsNullable && !this_.RightChild.IsRangeNode) 557return n!.IsNullable; 634if (this_.RightChild!.IsNullable) 640return n.IsNullable; 693get { return LeftChild!.IsNullable; } 913if (parent.LeftChild!.IsNullable) 1281return new RangeContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, contentRoot.LeftChild.IsNullable, positionsWithRangeTerminals, _minMaxNodesCount); 1303return new DfaContentValidator(transitionTable, _symbols, this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable); 1307return new NfaContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable);