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