2 references to AdjustIdentifier
System.Data.Services.Design (2)
System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs (2)
160
string instanceName = uniqueIdentifierService.
AdjustIdentifier
(Utils.CamelCase(Item.Name));
191
String parameterName = uniqueIdentifierService.
AdjustIdentifier
(Utils.FixParameterName(propertyEmitter.PropertyName, "argument"));