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