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