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