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