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