2 writes to earlBnd
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilExpression.cs (2)
58
this.
earlBnd
= factory.LiteralObject(new List<EarlyBoundInfo>());
93
case 5: this.
earlBnd
= value; break;
3 references to earlBnd
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilExpression.cs (3)
80
case 5: return this.
earlBnd
;
161
get { return (IList<EarlyBoundInfo>) ((QilLiteral) this.
earlBnd
).Value; }
162
set { ((QilLiteral) this.
earlBnd
).Value = value; }