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