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