10 writes to Left
System.Data.SqlXml (10)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
3306
local0.
Left
= this.contentAnalyzer.Analyze(local0, local1);
System\Xml\Xsl\QIL\QilChoice.cs (1)
40
set {
Left
= value; }
System\Xml\Xsl\QIL\QilDataSource.cs (1)
39
set {
Left
= value; }
System\Xml\Xsl\QIL\QilInvoke.cs (1)
36
set {
Left
= value; }
System\Xml\Xsl\QIL\QilInvokeLateBound.cs (1)
34
set {
Left
= value; }
System\Xml\Xsl\QIL\QilLoop.cs (1)
40
set {
Left
= value; }
System\Xml\Xsl\QIL\QilSortKey.cs (1)
37
set {
Left
= value; }
System\Xml\Xsl\QIL\QilStrConcat.cs (1)
40
set {
Left
= value; }
System\Xml\Xsl\QIL\QilTargetType.cs (1)
39
set {
Left
= value; }
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
202
and2.
Left
= and1.Right;
82 references to Left
System.Data.SqlXml (82)
System\Xml\Xsl\IlGen\StaticDataManager.cs (2)
120
Debug.Assert(ndNmspDecl.
Left
is QilLiteral && ndNmspDecl.Right is QilLiteral);
122
prefixMappings[i] = new StringPair((string) (QilLiteral) ndNmspDecl.
Left
, (string) (QilLiteral) ndNmspDecl.Right);
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (4)
780
if (ndAttr.
Left
.NodeType == QilNodeType.LiteralQName) {
781
QilName ndName = ndAttr.
Left
as QilName;
952
ndName = nd.
Left
as QilName;
965
prefix = (string) (QilLiteral) nd.
Left
;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (33)
584
StartNestedIterator(ndAnd.
Left
);
586
Visit(ndAnd.
Left
);
587
EndNestedIterator(ndAnd.
Left
);
696
NestedVisitWithBranch(ndOr.
Left
, BranchingContext.OnTrue, lblTemp);
701
NestedVisitWithBranch(ndOr.
Left
, BranchingContext.OnTrue, this.iterCurr.LabelBranch);
708
NestedVisitWithBranch(ndOr.
Left
, BranchingContext.OnTrue, lblTemp);
1204
NestedVisit(ndSet.
Left
, lblNext);
1376
NestedVisitEnsureStack(ndOp.
Left
, ndOp.Right);
1503
NestedVisitEnsureStack(ndParsedTagName.
Left
);
1583
Debug.Assert(ndComp.
Left
.XmlType.IsAtomicValue && ndComp.Right.XmlType.IsAtomicValue, "Operands to compare must be atomic values.");
1584
Debug.Assert(ndComp.
Left
.XmlType.IsSingleton && ndComp.Right.XmlType.IsSingleton, "Operands to compare must be cardinality one.");
1585
Debug.Assert(ndComp.
Left
.XmlType == ndComp.Right.XmlType, "Operands to compare may not be heterogenous.");
1589
if (TryZeroCompare(relOp, ndComp.
Left
, ndComp.Right))
1592
if (TryZeroCompare(relOp, ndComp.Right, ndComp.
Left
))
1595
if (TryNameCompare(relOp, ndComp.
Left
, ndComp.Right))
1598
if (TryNameCompare(relOp, ndComp.Right, ndComp.
Left
))
1603
NestedVisitEnsureStack(ndComp.
Left
, ndComp.Right);
1606
code = ndComp.
Left
.XmlType.TypeCode;
1648
NestedVisitEnsureStack(ndIs.
Left
, ndIs.Right);
1678
NestedVisitEnsureStack(ndComp.
Left
, ndComp.Right);
2416
SyncToNavigator(locNav, ndAttr.
Left
);
2547
CreateFilteredIterator(ndRange.
Left
, "$$$iterRange", typeof(NodeRangeIterator), XmlILMethods.NodeRangeCreate, XmlILMethods.NodeRangeNext,
2561
NestedVisitEnsureStack(ndDeref.
Left
);
2598
nameType = LoadNameAndType(XPathNodeType.Element, ndElem.
Left
, true, callChk);
2609
nameType = LoadNameAndType(XPathNodeType.Element, ndElem.
Left
, false, callChk);
2639
nameType = LoadNameAndType(XPathNodeType.Attribute, ndAttr.
Left
, true, callChk);
2682
NestedVisitEnsureStack(ndPI.
Left
);
2809
NestedVisitEnsureStack(ndNmsp.
Left
);
2841
NestedVisit(ndRtf.
Left
);
3479
NestedVisitEnsureStack(ndCopy.
Left
);
3480
Debug.Assert(ndCopy.
Left
.XmlType.IsNode);
3491
NestedVisitEnsureStack(ndCopy.
Left
);
3492
Debug.Assert(ndCopy.
Left
.XmlType.IsNode);
System\Xml\Xsl\QIL\QilChoice.cs (1)
39
get { return
Left
; }
System\Xml\Xsl\QIL\QilDataSource.cs (1)
38
get { return
Left
; }
System\Xml\Xsl\QIL\QilInvoke.cs (1)
35
get { return (QilFunction)
Left
; }
System\Xml\Xsl\QIL\QilInvokeLateBound.cs (1)
33
get { return (QilName)
Left
; }
System\Xml\Xsl\QIL\QilLoop.cs (1)
39
get { return (QilIterator)
Left
; }
System\Xml\Xsl\QIL\QilSortKey.cs (1)
36
get { return
Left
; }
System\Xml\Xsl\QIL\QilStrConcat.cs (1)
39
get { return
Left
; }
System\Xml\Xsl\QIL\QilTargetType.cs (1)
38
get { return
Left
; }
System\Xml\Xsl\QIL\QilTypeChecker.cs (29)
339
CheckXmlType(node.
Left
, XmlQueryTypeFactory.BooleanX);
386
CheckXmlType(node.
Left
, XmlQueryTypeFactory.NodeNotRtfS);
388
return DistinctType(XmlQueryTypeFactory.Sequence(node.
Left
.XmlType, node.Right.XmlType));
396
CheckXmlType(node.
Left
, XmlQueryTypeFactory.NodeNotRtfS);
398
return XmlQueryTypeFactory.AtMost(node.
Left
.XmlType, node.
Left
.XmlType.Cardinality);
431
CheckNumericX(node.
Left
);
434
return node.
Left
.XmlType.TypeCode == XmlTypeCode.None ? node.Right.XmlType : node.
Left
.XmlType;
471
CheckXmlType(node.
Left
, XmlQueryTypeFactory.StringX);
484
CheckAtomicX(node.
Left
);
517
CheckXmlType(node.
Left
, XmlQueryTypeFactory.NodeNotRtf);
627
CheckXmlType(node.
Left
, XmlQueryTypeFactory.NodeNotRtf);
682
CheckXmlType(node.
Left
, XmlQueryTypeFactory.NodeNotRtf);
684
return XmlQueryTypeFactory.Choice(node.
Left
.XmlType, XmlQueryTypeFactory.ContentS, node.Right.XmlType);
688
CheckXmlType(node.
Left
, XmlQueryTypeFactory.NodeNotRtf);
700
CheckXmlType(node.
Left
, XmlQueryTypeFactory.QNameX);
706
CheckXmlType(node.
Left
, XmlQueryTypeFactory.QNameX);
717
CheckXmlType(node.
Left
, XmlQueryTypeFactory.StringX);
738
CheckXmlType(node.
Left
, XmlQueryTypeFactory.StringX);
744
CheckXmlType(node.
Left
, XmlQueryTypeFactory.NodeNotRtfS);
868
CheckXmlType(node.
Left
, XmlQueryTypeFactory.NodeNotRtf);
870
return XmlQueryTypeFactory.Choice(node.
Left
.XmlType, node.Right.XmlType);
940
Check(node.
Left
.XmlType.IsSubtypeOf(node.Right.XmlType) || node.Right.XmlType.IsSubtypeOf(node.
Left
.XmlType), node,
941
"Node must not have arguments with disjoint types " + node.
Left
.XmlType + " and " + node.Right.XmlType);
973
leftType = FindFilterType(variable, ((QilBinary) body).
Left
);
982
if (binary.
Left
.NodeType == QilNodeType.PositionOf) {
983
if ((object) ((QilUnary) binary.
Left
).Child == (object) variable)
System\Xml\Xsl\Xslt\MatcherBuilder.cs (4)
160
node = (leftPath[++idx & 3] = (QilBinary)node).
Left
;
169
if (!(isType.
Left
== iterator && isType.Right.NodeType == QilNodeType.LiteralType)) {
187
if (eq.
Left
.NodeType == QilNodeType.NameOf &&
188
((QilUnary)eq.
Left
).Child == iterator && eq.Right.NodeType == QilNodeType.LiteralQName
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
392
((QilLiteral)((QilBinary)nsList[i]).
Left
).Value != ((QilLiteral)((QilBinary)varList[i]).
Left
).Value