7 overrides of IsNullable
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (7)
358
public override bool
IsNullable
434
public override bool
IsNullable
587
public override bool
IsNullable
701
public override bool
IsNullable
766
public override bool
IsNullable
787
public override bool
IsNullable
812
public override bool
IsNullable
11 references to IsNullable
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (11)
561
if (this_.LeftChild.
IsNullable
&& !this_.RightChild.IsRangeNode)
565
if (this_.RightChild.
IsNullable
)
597
if (!this_.RightChild.
IsNullable
&& !this_.RightChild.IsRangeNode)
603
return n.
IsNullable
;
709
if (this_.RightChild.
IsNullable
)
715
return n.
IsNullable
;
768
get { return LeftChild.
IsNullable
; }
993
if (parent.LeftChild.
IsNullable
)
1381
return new RangeContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, contentRoot.LeftChild.
IsNullable
, positionsWithRangeTerminals, _minMaxNodesCount);
1407
return new DfaContentValidator(transitionTable, _symbols, this.ContentType, this.IsOpen, contentRoot.LeftChild.
IsNullable
);
1411
return new NfaContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, this.IsOpen, contentRoot.LeftChild.
IsNullable
);