3 references to FixParameterName
System.Data.Entity.Design (3)
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (2)
441
parameter.Name = Utils.
FixParameterName
(set.ElementType.Name);
504
s => Utils.
FixParameterName
(s));
System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs (1)
169
UniqueIdentifierService uniqueIdentifierService = new UniqueIdentifierService(Generator.IsLanguageCaseSensitive, name => Utils.
FixParameterName
(name));