7 references to Type2
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (7)
289if (newsig.Type1() != null && newsig.Type2() != null) 575expr2 = mustConvert(expr2, bofs.Type2()); 593expr2 = mustConvert(expr2, bofs.Type2()); 605Debug.Assert(bofs.Type1() is NullableType || bofs.Type2() is NullableType); 617LiftArgument(arg2, bofs.Type2(), bofs.ConvertSecond(), out Expr pArgument2, out Expr nonLiftedArg2); 1046bt2 = WhichTypeIsBetter(bofs1.Type2(), bofs2.Type2(), type2);