4 references to MakeUnique
Microsoft.CodeAnalysis.CSharp.Features (4)
EncapsulateField\CSharpEncapsulateFieldService.cs (4)
166return (field.Name, MakeUnique(GeneratePropertyName(field.Name), field.ContainingType)); 176return (MakeUnique(GenerateFieldName(field.Name), field.ContainingType), newPropertyName); 180newPropertyName = MakeUnique(newPropertyName, field.ContainingType); 190return (MakeUnique(newFieldName, field.ContainingType), newPropertyName);