9 references to Field
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
664
FieldSymbol fieldSymbol = swt.
Field
();
793
eventCType = swtEvent.
Field
().GetType();
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (4)
437
Debug.Assert(fwt.GetType() != null && fwt.
Field
().getClass() == fwt.GetType().OwningAggregate);
439
CType pFieldType = TypeManager.SubstType(fwt.
Field
().GetType(), fwt.GetType());
900
Debug.Assert(field.FieldWithType.
Field
().isReadOnly);
902
field.FieldWithType.
Field
().isStatic
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
236
&& _swtFirst.
Field
().isEvent
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Field.cs (1)
11
Flags = field.
Field
().isReadOnly ? 0 : EXPRFLAG.EXF_LVALUE;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
138
ExprFieldInfo pFieldInfo = ExprFactory.CreateFieldInfo(expr.FieldWithType.
Field
(), expr.FieldWithType.GetType());