4 references to GetBestAccessibleType
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
239CType 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)
728newTypeArgsTemp[i] = GetBestAccessibleType(context, typeArg); 765CType destElement = GetBestAccessibleType(context, elementType);