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