2 references to CreateUniqueMethodName
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
1144
return Identifier(nameGenerator.
CreateUniqueMethodName
(scope, GenerateMethodNameFromUserPreference()));
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.ExpressionCodeGenerator.cs (1)
40
return SyntaxFactory.Identifier(nameGenerator.
CreateUniqueMethodName
(containingScope, methodName));