3 writes to Expression
System.CodeDom (1)
System\CodeDom\CodeMethodReturnStatement.cs (1)
12
Expression
= expression;
System.Runtime.Serialization.Schema (2)
System\Runtime\Serialization\Schema\CodeExporter.cs (2)
1941
propertyGet.
Expression
= new CodeFieldReferenceExpression(ThisReference, ImportGlobals.ExtensionDataObjectFieldName);
2001
propertyGet.
Expression
= new CodeFieldReferenceExpression(ThisReference, fieldName);
7 references to Expression
System.CodeDom (6)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
933
if (e.
Expression
!= null)
936
GenerateExpression(e.
Expression
);
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
1279
if (e.
Expression
!= null)
1282
GenerateExpression(e.
Expression
);
System\CodeDom\Compiler\CodeValidator.cs (2)
496
if (e.
Expression
!= null)
498
ValidateExpression(e.
Expression
);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
429
DeserializeExpression(manager, null, cmrs.
Expression
);