11 references to GetType
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (11)
1287tryConvert(pArgument, uofs.GetType()) ?? 1288mustCast(pArgument, uofs.GetType(), CONVERTTYPE.NOUDC); 1466if (result.GetType() != null) 1502if (newResult.GetType() != null) 1515NullableType type = uofs.GetType() as NullableType; 1522LiftArgument(arg, uofs.GetType(), uofs.Convert(), out Expr pArgument, out Expr nonLiftedArg); 1550bt = WhichTypeIsBetter(uofs1.GetType(), uofs2.GetType(), typeArg); 1611CType typeRaw = uofs.GetType().StripNubs(); 1710CType type = uofs.GetType(); 1734NullableType type = uofs.GetType() as NullableType;