7 references to Type1
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (7)
300if (newsig.Type1() != null && newsig.Type2() != null) 589expr1 = mustConvert(expr1, bofs.Type1()); 607expr1 = mustConvert(expr1, bofs.Type1()); 621Debug.Assert(bofs.Type1() is NullableType || bofs.Type2() is NullableType); 632LiftArgument(arg1, bofs.Type1(), bofs.ConvertFirst(), out Expr pArgument1, out Expr nonLiftedArg1); 1069bt1 = WhichTypeIsBetter(bofs1.Type1(), bofs2.Type1(), type1);