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