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