2 references to GenerateMethodNameFromUserPreference
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
798
return Identifier(nameGenerator.CreateUniqueMethodName(scope,
GenerateMethodNameFromUserPreference
()));
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.ExpressionCodeGenerator.cs (1)
32
var methodName =
GenerateMethodNameFromUserPreference
();