7 references to Type1
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (7)
289if (newsig.Type1() != null && newsig.Type2() != null) 574expr1 = mustConvert(expr1, bofs.Type1()); 592expr1 = mustConvert(expr1, bofs.Type1()); 605Debug.Assert(bofs.Type1() is NullableType || bofs.Type2() is NullableType); 616LiftArgument(arg1, bofs.Type1(), bofs.ConvertFirst(), out Expr pArgument1, out Expr nonLiftedArg1); 1045bt1 = WhichTypeIsBetter(bofs1.Type1(), bofs2.Type1(), type1);