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