7 references to GetTypeName
System.Data.Services (7)
System\Data\Services\Parsing\RequestQueryParser.cs (6)
262
throw ParseError(Strings.RequestQueryParser_ExpressionTypeMismatch(WebUtil.
GetTypeName
(typeof(bool)), exprPos));
1338
WebUtil.
GetTypeName
(left.Type),
1339
WebUtil.
GetTypeName
(right.Type),
2045
throw ParseError(Strings.RequestQueryParser_UnknownProperty(id, WebUtil.
GetTypeName
(type), errorPos));
2118
throw ParseError(Strings.RequestQueryParser_UnknownProperty(id, WebUtil.
GetTypeName
(type), errorPos));
2310
throw ParseError(Strings.RequestQueryParser_IncompatibleOperand(operationName, WebUtil.
GetTypeName
(args[0].Type), errorPos));
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
894
string resourceTypeName = WebUtil.
GetTypeName
(clrType);