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)
900
Debug.Assert(field.
FieldWithType
.Field().isReadOnly);
902
field.
FieldWithType
.Field().isStatic
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
138
ExprFieldInfo pFieldInfo = ExprFactory.CreateFieldInfo(expr.
FieldWithType
.Field(), expr.
FieldWithType
.GetType());