7 writes to Value
System.Private.Xml (7)
System\Xml\Xsl\QIL\QilExpression.cs (3)
126((QilLiteral)_defWSet).Value = value; 136set { ((QilLiteral)_wsRules).Value = value; } 163set { ((QilLiteral)_earlBnd).Value = value; }
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (1)
42set { ((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.Private.Xml (54)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (41)
1269decimal local2 = (decimal)((QilLiteral)local1).Value!; 1281double local2 = (double)((QilLiteral)local1).Value!; 1293int local2 = (int)((QilLiteral)local1).Value!; 1305long local2 = (long)((QilLiteral)local1).Value!; 1580string local2 = (string)((QilLiteral)local1).Value!; 1629string local3 = (string)((QilLiteral)local1).Value!; 1746XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).Value!; 1790int local4 = (int)((QilLiteral)local2).Value!; 1808int local4 = (int)((QilLiteral)local2).Value!; 1882XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).Value!; 2029int local6 = (int)((QilLiteral)local2).Value!; 2057int local6 = (int)((QilLiteral)local2).Value!; 2078int local4 = (int)((QilLiteral)local2).Value!; 2152XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).Value!; 2174int local4 = (int)((QilLiteral)local2).Value!; 2192int local4 = (int)((QilLiteral)local2).Value!; 2266XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).Value!; 2287int local4 = (int)((QilLiteral)local2).Value!; 2361XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).Value!; 2382int local4 = (int)((QilLiteral)local2).Value!; 2456XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).Value!; 2477int local4 = (int)((QilLiteral)local2).Value!; 2999XmlQueryType local8 = (XmlQueryType)((QilLiteral)local7).Value!; 3078int local6 = (int)((QilLiteral)local5).Value!; 3102int local6 = (int)((QilLiteral)local5).Value!; 3126int local6 = (int)((QilLiteral)local5).Value!; 3168XmlQueryType local7 = (XmlQueryType)((QilLiteral)local6).Value!; 3214XmlQueryType local6 = (XmlQueryType)((QilLiteral)local5).Value!; 3244XmlQueryType local7 = (XmlQueryType)((QilLiteral)local6).Value!; 3309XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).Value!; 4514XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value!; 4529XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value!; 4544XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value!; 4579XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value!; 4597XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value!; 4613XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value!; 4630XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value!; 4648XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value!; 4914XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value!; 4930XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).Value!; 5298return ((QilLiteral)nd).Value!;
System\Xml\Xsl\QIL\QilExpression.cs (3)
122get { return (XmlWriterSettings)((QilLiteral)_defWSet).Value!; } 135get { return (IList<WhitespaceRule>)((QilLiteral)_wsRules).Value!; } 162get { return (IList<EarlyBoundInfo>)((QilLiteral)_earlBnd).Value!; }
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (1)
41get { 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)
353Check(node.Value != null, node, "Literal value is null"); 1002Type clrType = ((QilLiteral)node).Value!.GetType();
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
153this.writer.WriteValue(Convert.ToString(((QilLiteral)node).Value, CultureInfo.InvariantCulture));
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
202_qname = (QilName?)((QilLiteral)eq.Right).Value;
System\Xml\Xsl\Xslt\QilGenerator.cs (4)
449((QilLiteral)((QilBinary)nsList[i]).Right).Value != ((QilLiteral)((QilBinary)varList[i]).Right).Value || 450((QilLiteral)((QilBinary)nsList[i]).Left).Value != ((QilLiteral)((QilBinary)varList[i]).Left).Value