9 references to Field
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
664FieldSymbol fieldSymbol = swt.Field(); 793eventCType = swtEvent.Field().GetType();
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (4)
437Debug.Assert(fwt.GetType() != null && fwt.Field().getClass() == fwt.GetType().OwningAggregate); 439CType pFieldType = TypeManager.SubstType(fwt.Field().GetType(), fwt.GetType()); 900Debug.Assert(field.FieldWithType.Field().isReadOnly); 902field.FieldWithType.Field().isStatic
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
236&& _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)
138ExprFieldInfo pFieldInfo = ExprFactory.CreateFieldInfo(expr.FieldWithType.Field(), expr.FieldWithType.GetType());