7 overrides of IsNullable
System.Xml (7)
System\Xml\Schema\ContentValidator.cs (7)
302public override bool IsNullable { 364public override bool IsNullable { 496public override bool IsNullable { 597public override bool IsNullable { 652public override bool IsNullable { 669public override bool IsNullable { 689public override bool IsNullable {
11 references to IsNullable
System.Xml (11)
System\Xml\Schema\ContentValidator.cs (11)
474if (this_.LeftChild.IsNullable && !this_.RightChild.IsRangeNode) { 477if (this_.RightChild.IsNullable) { 503if (!this_.RightChild.IsNullable && !this_.RightChild.IsRangeNode) 509return n.IsNullable; 602if (this_.RightChild.IsNullable) 608return n.IsNullable; 653get { return LeftChild.IsNullable; } 857if (parent.LeftChild.IsNullable) { 1185return new RangeContentValidator(firstpos, followpos, symbols, positions, endMarker.Pos, this.ContentType, contentRoot.LeftChild.IsNullable, positionsWithRangeTerminals, minMaxNodesCount); 1206return new DfaContentValidator(transitionTable, symbols,this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable); 1208return new NfaContentValidator(firstpos, followpos, symbols, positions, endMarker.Pos, this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable);