7 writes to Value
System.Private.Xml (7)
System\Xml\Xsl\QIL\QilExpression.cs (3)
126
((QilLiteral)_defWSet).
Value
= value;
136
set { ((QilLiteral)_wsRules).
Value
= value; }
163
set { ((QilLiteral)_earlBnd).
Value
= value; }
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (1)
42
set { ((QilLiteral)Center).
Value
= value; }
System\Xml\Xsl\QIL\QilLiteral.cs (1)
30
Value
= value;
System\Xml\Xsl\QIL\QilName.cs (1)
35
Value
= this;
System\Xml\Xsl\QIL\QilTargetType.cs (1)
44
set { ((QilLiteral)Right).
Value
= value; }
54 references to Value
System.Private.Xml (54)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (41)
1269
decimal local2 = (decimal)((QilLiteral)local1).
Value
!;
1281
double local2 = (double)((QilLiteral)local1).
Value
!;
1293
int local2 = (int)((QilLiteral)local1).
Value
!;
1305
long local2 = (long)((QilLiteral)local1).
Value
!;
1580
string local2 = (string)((QilLiteral)local1).
Value
!;
1629
string local3 = (string)((QilLiteral)local1).
Value
!;
1746
XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).
Value
!;
1790
int local4 = (int)((QilLiteral)local2).
Value
!;
1808
int local4 = (int)((QilLiteral)local2).
Value
!;
1882
XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).
Value
!;
2029
int local6 = (int)((QilLiteral)local2).
Value
!;
2057
int local6 = (int)((QilLiteral)local2).
Value
!;
2078
int local4 = (int)((QilLiteral)local2).
Value
!;
2152
XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).
Value
!;
2174
int local4 = (int)((QilLiteral)local2).
Value
!;
2192
int local4 = (int)((QilLiteral)local2).
Value
!;
2266
XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).
Value
!;
2287
int local4 = (int)((QilLiteral)local2).
Value
!;
2361
XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).
Value
!;
2382
int local4 = (int)((QilLiteral)local2).
Value
!;
2456
XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).
Value
!;
2477
int local4 = (int)((QilLiteral)local2).
Value
!;
2999
XmlQueryType local8 = (XmlQueryType)((QilLiteral)local7).
Value
!;
3078
int local6 = (int)((QilLiteral)local5).
Value
!;
3102
int local6 = (int)((QilLiteral)local5).
Value
!;
3126
int local6 = (int)((QilLiteral)local5).
Value
!;
3168
XmlQueryType local7 = (XmlQueryType)((QilLiteral)local6).
Value
!;
3214
XmlQueryType local6 = (XmlQueryType)((QilLiteral)local5).
Value
!;
3244
XmlQueryType local7 = (XmlQueryType)((QilLiteral)local6).
Value
!;
3309
XmlQueryType local5 = (XmlQueryType)((QilLiteral)local4).
Value
!;
4514
XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).
Value
!;
4529
XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).
Value
!;
4544
XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).
Value
!;
4579
XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).
Value
!;
4597
XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).
Value
!;
4613
XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).
Value
!;
4630
XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).
Value
!;
4648
XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).
Value
!;
4914
XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).
Value
!;
4930
XmlQueryType local3 = (XmlQueryType)((QilLiteral)local2).
Value
!;
5298
return ((QilLiteral)nd).
Value
!;
System\Xml\Xsl\QIL\QilExpression.cs (3)
122
get { return (XmlWriterSettings)((QilLiteral)_defWSet).
Value
!; }
135
get { return (IList<WhitespaceRule>)((QilLiteral)_wsRules).
Value
!; }
162
get { return (IList<EarlyBoundInfo>)((QilLiteral)_earlBnd).
Value
!; }
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (1)
41
get { return (MethodInfo)((QilLiteral)Center).
Value
!; }
System\Xml\Xsl\QIL\QilTargetType.cs (1)
43
get { return (XmlQueryType)((QilLiteral)Right).
Value
!; }
System\Xml\Xsl\QIL\QilTypeChecker.cs (2)
353
Check(node.
Value
!= null, node, "Literal value is null");
1002
Type clrType = ((QilLiteral)node).
Value
!.GetType();
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
153
this.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