1 write to FieldWithType
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Field.cs (1)
13
FieldWithType
= field;
4 references to FieldWithType
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
920
Debug.Assert(field.
FieldWithType
.Field().isReadOnly);
922
field.
FieldWithType
.Field().isStatic
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
139
ExprFieldInfo pFieldInfo = ExprFactory.CreateFieldInfo(expr.
FieldWithType
.Field(), expr.
FieldWithType
.GetType());