9 references to Field
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
684FieldSymbol fieldSymbol = swt.Field(); 815eventCType = swtEvent.Field().GetType();
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (4)
447Debug.Assert(fwt.GetType() != null && fwt.Field().getClass() == fwt.GetType().OwningAggregate); 449CType pFieldType = TypeManager.SubstType(fwt.Field().GetType(), fwt.GetType()); 920Debug.Assert(field.FieldWithType.Field().isReadOnly); 922field.FieldWithType.Field().isStatic
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
237&& _swtFirst.Field().isEvent
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Field.cs (1)
11Flags = field.Field().isReadOnly ? 0 : EXPRFLAG.EXF_LVALUE;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
139ExprFieldInfo pFieldInfo = ExprFactory.CreateFieldInfo(expr.FieldWithType.Field(), expr.FieldWithType.GetType());