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