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