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