2 writes to _earlBnd
System.Private.Xml (2)
System\Xml\Xsl\QIL\QilExpression.cs (2)
45_earlBnd = factory.LiteralObject(new List<EarlyBoundInfo>()); 86case 5: _earlBnd = value; break;
3 references to _earlBnd
System.Private.Xml (3)
System\Xml\Xsl\QIL\QilExpression.cs (3)
715 => _earlBnd, 162get { return (IList<EarlyBoundInfo>)((QilLiteral)_earlBnd).Value!; } 163set { ((QilLiteral)_earlBnd).Value = value; }