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