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