104 references to UriHelper
System.Data.Services.Client (104)
System\Data\Services\Client\ALinq\ExpressionWriter.cs (41)
203
this.builder.Append(
UriHelper
.LEFTPAREN);
214
this.builder.Append(
UriHelper
.COMMA);
228
this.builder.Append(
UriHelper
.COMMA);
236
this.builder.Append(
UriHelper
.COMMA);
242
this.builder.Append(
UriHelper
.RIGHTPAREN);
275
this.builder.Append(
UriHelper
.FORWARDSLASH);
293
this.builder.Append(
UriHelper
.NULL);
316
this.builder.Append(
UriHelper
.NOT);
317
this.builder.Append(
UriHelper
.SPACE);
322
this.builder.Append(
UriHelper
.SPACE);
323
this.builder.Append(
UriHelper
.NEGATE);
330
this.builder.Append(
UriHelper
.CAST);
331
this.builder.Append(
UriHelper
.LEFTPAREN);
335
this.builder.Append(
UriHelper
.COMMA);
338
this.builder.Append(
UriHelper
.QUOTE);
340
this.builder.Append(
UriHelper
.QUOTE);
341
this.builder.Append(
UriHelper
.RIGHTPAREN);
371
this.builder.Append(
UriHelper
.SPACE);
376
this.builder.Append(
UriHelper
.AND);
380
this.builder.Append(
UriHelper
.OR);
383
this.builder.Append(
UriHelper
.EQ);
386
this.builder.Append(
UriHelper
.NE);
389
this.builder.Append(
UriHelper
.LT);
392
this.builder.Append(
UriHelper
.LE);
395
this.builder.Append(
UriHelper
.GT);
398
this.builder.Append(
UriHelper
.GE);
402
this.builder.Append(
UriHelper
.ADD);
406
this.builder.Append(
UriHelper
.SUB);
410
this.builder.Append(
UriHelper
.MUL);
413
this.builder.Append(
UriHelper
.DIV);
416
this.builder.Append(
UriHelper
.MOD);
429
this.builder.Append(
UriHelper
.SPACE);
441
this.builder.Append(
UriHelper
.ISOF);
442
this.builder.Append(
UriHelper
.LEFTPAREN);
447
this.builder.Append(
UriHelper
.COMMA);
448
this.builder.Append(
UriHelper
.SPACE);
451
this.builder.Append(
UriHelper
.QUOTE);
453
this.builder.Append(
UriHelper
.QUOTE);
454
this.builder.Append(
UriHelper
.RIGHTPAREN);
513
this.builder.Append(
UriHelper
.LEFTPAREN);
515
this.builder.Append(
UriHelper
.RIGHTPAREN);
System\Data\Services\Client\ALinq\PathBox.cs (5)
30
private const char EntireEntityMarker =
UriHelper
.ASTERISK;
113
sb.Append(
UriHelper
.FORWARDSLASH);
126
sb.Append(
UriHelper
.FORWARDSLASH);
144
if (sb.Length > 0 && sb[sb.Length - 1] ==
UriHelper
.FORWARDSLASH)
154
sb.Append(
UriHelper
.FORWARDSLASH);
System\Data\Services\Client\ALinq\ResourceBinder.cs (9)
883
if (((string)name.Value).Trim() ==
UriHelper
.DOLLARSIGN +
UriHelper
.OPTIONEXPAND)
2316
if (name[0] ==
UriHelper
.DOLLARSIGN)
2329
case
UriHelper
.OPTIONFILTER:
2335
case
UriHelper
.OPTIONORDERBY:
2339
case
UriHelper
.OPTIONEXPAND:
2341
case
UriHelper
.OPTIONSKIP:
2345
case
UriHelper
.OPTIONTOP:
2349
case
UriHelper
.OPTIONCOUNT:
System\Data\Services\Client\ALinq\UriWriter.cs (49)
220
this.uriBuilder.Append(
UriHelper
.FORWARDSLASH).Append(this.ExpressionToString(npse.MemberExpression));
235
this.uriBuilder.Append(
UriHelper
.FORWARDSLASH).Append(this.ExpressionToString(rse.MemberExpression));
239
this.uriBuilder.Append(
UriHelper
.FORWARDSLASH).Append((string)((ConstantExpression)rse.MemberExpression).Value);
244
this.uriBuilder.Append(
UriHelper
.LEFTPAREN);
256
this.uriBuilder.Append(
UriHelper
.COMMA);
260
this.uriBuilder.Append(
UriHelper
.EQUALSSIGN);
266
this.uriBuilder.Append(
UriHelper
.RIGHTPAREN);
271
this.uriBuilder.Append(
UriHelper
.LEFTPAREN);
272
this.uriBuilder.Append(
UriHelper
.RIGHTPAREN);
278
this.uriBuilder.Append(
UriHelper
.FORWARDSLASH).Append(
UriHelper
.DOLLARSIGN).Append(
UriHelper
.COUNT);
296
this.uriBuilder.Append(
UriHelper
.QUESTIONMARK);
306
this.uriBuilder.Append(
UriHelper
.AMPERSAND);
338
this.uriBuilder.Append(
UriHelper
.AMPERSAND);
349
this.uriBuilder.Append(
UriHelper
.AMPERSAND);
360
this.uriBuilder.Append(
UriHelper
.AMPERSAND);
371
this.uriBuilder.Append(
UriHelper
.AMPERSAND);
386
this.uriBuilder.Append(
UriHelper
.DOLLARSIGN);
387
this.uriBuilder.Append(
UriHelper
.OPTIONSKIP);
388
this.uriBuilder.Append(
UriHelper
.EQUALSSIGN);
398
this.uriBuilder.Append(
UriHelper
.DOLLARSIGN);
399
this.uriBuilder.Append(
UriHelper
.OPTIONTOP);
400
this.uriBuilder.Append(
UriHelper
.EQUALSSIGN);
410
this.uriBuilder.Append(
UriHelper
.DOLLARSIGN);
411
this.uriBuilder.Append(
UriHelper
.OPTIONFILTER);
412
this.uriBuilder.Append(
UriHelper
.EQUALSSIGN);
422
this.uriBuilder.Append(
UriHelper
.DOLLARSIGN);
423
this.uriBuilder.Append(
UriHelper
.OPTIONORDERBY);
424
this.uriBuilder.Append(
UriHelper
.EQUALSSIGN);
434
this.uriBuilder.Append(
UriHelper
.SPACE);
435
this.uriBuilder.Append(
UriHelper
.OPTIONDESC);
443
this.uriBuilder.Append(
UriHelper
.COMMA);
453
this.uriBuilder.Append(
UriHelper
.DOLLARSIGN);
454
this.uriBuilder.Append(
UriHelper
.OPTIONEXPAND);
455
this.uriBuilder.Append(
UriHelper
.EQUALSSIGN);
467
this.uriBuilder.Append(
UriHelper
.COMMA);
477
this.uriBuilder.Append(
UriHelper
.DOLLARSIGN);
478
this.uriBuilder.Append(
UriHelper
.OPTIONSELECT);
479
this.uriBuilder.Append(
UriHelper
.EQUALSSIGN);
493
this.uriBuilder.Append(
UriHelper
.COMMA);
504
this.uriBuilder.Append(
UriHelper
.DOLLARSIGN);
505
this.uriBuilder.Append(
UriHelper
.OPTIONCOUNT);
506
this.uriBuilder.Append(
UriHelper
.EQUALSSIGN);
507
this.uriBuilder.Append(
UriHelper
.COUNTALL);
524
this.uriBuilder.Append(
UriHelper
.EQUALSSIGN);
527
if (keys[ii].Value.ToString().Equals(
UriHelper
.DOLLARSIGN +
UriHelper
.OPTIONCOUNT, StringComparison.OrdinalIgnoreCase))
537
this.uriBuilder.Append(
UriHelper
.AMPERSAND);