4 references to MakeUnique
Microsoft.CodeAnalysis.CSharp.Features (4)
EncapsulateField\CSharpEncapsulateFieldService.cs (4)
161return (field.Name, MakeUnique(GeneratePropertyName(field.Name), field.ContainingType)); 171return (MakeUnique(GenerateFieldName(field.Name), field.ContainingType), newPropertyName); 175newPropertyName = MakeUnique(newPropertyName, field.ContainingType); 185return (MakeUnique(newFieldName, field.ContainingType), newPropertyName);