7 writes to Value
System.Data.SqlXml (7)
System\Xml\Xsl\QIL\QilExpression.cs (3)
129((QilLiteral) this.defWSet).Value = value; 138set { ((QilLiteral) this.wsRules).Value = value; } 162set { ((QilLiteral) this.earlBnd).Value = value; }
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (1)
43set { ((QilLiteral) Center).Value = value; }
System\Xml\Xsl\QIL\QilLiteral.cs (1)
30Value = value;
System\Xml\Xsl\QIL\QilName.cs (1)
35Value = this;
System\Xml\Xsl\QIL\QilTargetType.cs (1)
44set { ((QilLiteral) Right).Value = value; }
54 references to Value
System.Data.SqlXml (54)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (41)
988decimal local2 = (decimal)((QilLiteral)local1).Value; 997double local2 = (double)((QilLiteral)local1).Value; 1006int local2 = (int)((QilLiteral)local1).Value; 1015long local2 = (long)((QilLiteral)local1).Value; 1220string local2 = (string)((QilLiteral)local1).Value; 1257string local3 = (string)((QilLiteral)local1).Value; 1346XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).Value; 1378int local4 = (int)((QilLiteral)local2).Value; 1391int local4 = (int)((QilLiteral)local2).Value; 1445XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).Value; 1553int local6 = (int)((QilLiteral)local2).Value; 1574int local6 = (int)((QilLiteral)local2).Value; 1590int local4 = (int)((QilLiteral)local2).Value; 1644XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).Value; 1660int local4 = (int)((QilLiteral)local2).Value; 1673int local4 = (int)((QilLiteral)local2).Value; 1727XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).Value; 1742int local4 = (int)((QilLiteral)local2).Value; 1796XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).Value; 1811int local4 = (int)((QilLiteral)local2).Value; 1865XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).Value; 1880int local4 = (int)((QilLiteral)local2).Value; 2261XmlQueryType local8 = (XmlQueryType)((QilLiteral)local7).Value; 2320int local6 = (int)((QilLiteral)local5).Value; 2337int local6 = (int)((QilLiteral)local5).Value; 2354int local6 = (int)((QilLiteral)local5).Value; 2383XmlQueryType local7 = (XmlQueryType)((QilLiteral)local6).Value; 2416XmlQueryType local6 = (XmlQueryType)((QilLiteral)local5).Value; 2437XmlQueryType local7 = (XmlQueryType)((QilLiteral)local6).Value; 2488XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).Value; 3394XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value; 3405XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value; 3416XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value; 3442XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value; 3455XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value; 3467XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value; 3479XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value; 3492XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value; 3691XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value; 3703XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value; 4034return ((QilLiteral) nd).Value;
System\Xml\Xsl\QIL\QilExpression.cs (3)
126get { return (XmlWriterSettings) ((QilLiteral) this.defWSet).Value; } 137get { return (IList<WhitespaceRule>) ((QilLiteral) this.wsRules).Value; } 161get { return (IList<EarlyBoundInfo>) ((QilLiteral) this.earlBnd).Value; }
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (1)
42get { return (MethodInfo) ((QilLiteral) Center).Value; }
System\Xml\Xsl\QIL\QilTargetType.cs (1)
43get { return (XmlQueryType) ((QilLiteral) Right).Value; }
System\Xml\Xsl\QIL\QilTypeChecker.cs (2)
328Check(node.Value != null, node, "Literal value is null"); 903Type clrType = ((QilLiteral) node).Value.GetType();
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
144this.writer.WriteValue(Convert.ToString(((QilLiteral) node).Value, CultureInfo.InvariantCulture));
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
192qname = (QilName)((QilLiteral)eq.Right).Value;
System\Xml\Xsl\Xslt\QilGenerator.cs (4)
391((QilLiteral)((QilBinary)nsList[i]).Right).Value != ((QilLiteral)((QilBinary)varList[i]).Right).Value || 392((QilLiteral)((QilBinary)nsList[i]).Left ).Value != ((QilLiteral)((QilBinary)varList[i]).Left ).Value