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