4 references to GetBestAccessibleType
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
239
CType bestType = TypeManager.
GetBestAccessibleType
(_binder.Context.ContextForMemberLookup, actualType);
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (1)
1723
_pFixedResults[iParam] = TypeManager.
GetBestAccessibleType
(_binder.Context.ContextForMemberLookup, pBest);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (2)
728
newTypeArgsTemp[i] =
GetBestAccessibleType
(context, typeArg);
765
CType destElement =
GetBestAccessibleType
(context, elementType);