41 writes to Right
System (1)
compmod\system\codedom\CodeAssignStatement.cs (1)
47
Right
= right;
System.Data (1)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
484
assignStmt.
Right
= newArray;
System.Runtime.Serialization (4)
System\Runtime\Serialization\CodeExporter.cs (4)
1674
setNode.
Right
= new CodeMethodInvokeExpression(
1756
setObjectData.
Right
= new CodeArgumentReferenceExpression(Globals.SerializationInfoFieldName);
1894
propertySet.
Right
= new CodePropertySetValueReferenceExpression();
1954
propertySet.
Right
= new CodePropertySetValueReferenceExpression();
System.Web (24)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (5)
317
set.
Right
= new CodePrimitiveExpression(builder.SkinID);
386
set.
Right
= newExpr;
493
setStatement.
Right
= new CodeCastExpression(typeof(ITemplate), new CodeIndexerExpression(contentTemplatesFieldRef,
831
set.
Right
= childCtrlRefExpr;
1700
assign.
Right
= new CodeThisReferenceExpression();
Compilation\PageCodeDomTreeGenerator.cs (4)
92
assignDependencies.
Right
=
105
addFileDep.
Right
= new CodePrimitiveExpression(src);
116
initFile.
Right
= createWrap;
139
setScriptTimeout.
Right
= new CodePrimitiveExpression(DebugScriptTimeout);
Compilation\PageThemeCodeDomTreeGenerator.cs (1)
305
assign.
Right
= new CodePropertyReferenceExpression(new CodeThisReferenceExpression(), templateSourceDirectoryName);
Compilation\TemplateControlCodeDomTreeGenerator.cs (1)
57
readResource.
Right
= methCallExpression;
Configuration\BrowserCapabilitiesCodeGenerator.cs (13)
918
cas.
Right
= new CodeObjectCreateExpression(typeof(Triplet),
938
cas.
Right
= new CodeObjectCreateExpression(typeof(Triplet),
976
cas.
Right
= new CodePrimitiveExpression(null);
1053
codeAssignStmt.
Right
= new CodePrimitiveExpression(false);
1186
valueAssignment.
Right
= new CodeCastExpression(typeof(string),
1198
valueAssignment.
Right
= new CodeCastExpression(typeof(string),
1230
assign.
Right
= cmie;
1265
valueAssignment.
Right
= (new CodeCastExpression(typeof(string),
1291
assign.
Right
= cmie;
1413
assign.
Right
= new CodeIndexerExpression(
1418
assign.
Right
= capabilityExpr;
1438
assignAdapter.
Right
= new CodePrimitiveExpression(adapterString);
1446
assignHtmlTextWriter.
Right
= new CodePrimitiveExpression(bd.HtmlTextWriterString);
System.Workflow.Activities (2)
Rules\Statements.cs (1)
236
newStatement.
Right
= RuleExpressionWalker.Clone(assignStatement.Right);
WebServiceReceive.cs (1)
853
assignStatement.
Right
= rightExpression;
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\ActivityTypeCodeDomSerializer.cs (2)
98
beginInit.
Right
= new CodePrimitiveExpression(true);
106
endInit.
Right
= new CodePrimitiveExpression(false);
System.Xml (2)
System\Xml\Serialization\CodeExporter.cs (1)
313
propertySet.
Right
= right;
System\Xml\Serialization\XmlCodeExporter.cs (1)
478
assign.
Right
= init;
XamlBuildTask (5)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (5)
419
Right
= new CodePrimitiveExpression(true)
577
Right
= CodeThis
584
Right
= new CodeMethodInvokeExpression(
759
Right
= new CodeBinaryOperatorExpression()
940
Right
= new CodeVariableReferenceExpression("value")
14 references to Right
System (3)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
1542
GenerateExpression(e.
Right
);
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
1600
GenerateExpression(e.
Right
);
compmod\system\codedom\compiler\CodeValidator.cs (1)
468
ValidateExpression(e.
Right
);
System.Workflow.Activities (11)
Rules\Statements.cs (11)
133
if (assignStatement.
Right
== null)
141
rhsExprInfo = RuleExpressionWalker.Validate(validation, assignStatement.
Right
, false);
166
if (!RuleValidation.TypesAreAssignable(expressionType, assignmentType, assignStatement.
Right
, out error))
191
RuleExpressionWalker.AnalyzeUsage(analysis, assignStatement.
Right
, true, false, null);
197
Type rightType = execution.Validation.ExpressionInfo(assignStatement.
Right
).ExpressionType;
200
RuleExpressionResult rightResult = RuleExpressionWalker.Evaluate(execution, assignStatement.
Right
);
206
if (assignStatement.
Right
== null)
221
RuleExpressionWalker.Decompile(decompilation, assignStatement.
Right
, null);
229
&& RuleExpressionWalker.Match(assignStatement.
Right
, comperandStatement.
Right
));
236
newStatement.Right = RuleExpressionWalker.Clone(assignStatement.
Right
);