16 references to GetTypeName
System.Web.Extensions (16)
UI\WebControls\Dynamic.cs (16)
686throw ParseError(exprPos, AtlasWeb.ExpressionParser_ExpressionTypeMismatch, GetTypeName(resultType)); 1130throw ParseError(errorPos, AtlasWeb.ExpressionParser_TypeHasNoNullableForm, GetTypeName(type)); 1141throw ParseError(errorPos, AtlasWeb.ExpressionParser_NoMatchingConstructor, GetTypeName(type)); 1145throw ParseError(errorPos, AtlasWeb.ExpressionParser_AmbiguousConstructorInvocation, GetTypeName(type)); 1168GetTypeName(exprType), GetTypeName(type)); 1189id, GetTypeName(type)); 1193throw ParseError(errorPos, AtlasWeb.ExpressionParser_MethodsAreInaccessible, GetTypeName(method.DeclaringType)); 1196id, GetTypeName(method.DeclaringType)); 1200id, GetTypeName(type)); 1207id, GetTypeName(type)); 1294GetTypeName(expr.Type)); 1299GetTypeName(expr.Type)); 1369opName, GetTypeName(args[0].Type)); 1384opName, GetTypeName(left.Type), GetTypeName(right.Type));