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