3 references to CamelCase
System.Data.Services.Design (3)
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (1)
602
parameter.Name = Utils.
CamelCase
(set.ElementType.Name);
System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs (1)
160
string instanceName = uniqueIdentifierService.AdjustIdentifier(Utils.
CamelCase
(Item.Name));
System\Data\EntityModel\Emitters\Utils.cs (1)
238
return
CamelCase
(FixKeyword(name, prefix));