Base:
property
AssociatedSystemType
Microsoft.CSharp.RuntimeBinder.Semantics.CType.AssociatedSystemType
8 references to AssociatedSystemType
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
429Type t = fieldInfo.FieldType.AssociatedSystemType;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MethodInfo.cs (2)
37Type type = aggType.AssociatedSystemType; 108Type type = aggType.AssociatedSystemType;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\PropertyInfo.cs (1)
36Type type = aggType.AssociatedSystemType;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (2)
84Type baseSysType = AssociatedSystemType.BaseType; 163Type sysType = AssociatedSystemType;
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (2)
1160Type t = aggtype.AssociatedSystemType; 1328Type t = type.getThisType().AssociatedSystemType;