1 write to _methodName
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
84
_methodName
= nameToken.WithAdditionalAnnotations(MethodNameAnnotation);
3 references to _methodName
Microsoft.CodeAnalysis.CSharp.Features (3)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (3)
107
name:
_methodName
.ToString(),
182
? IdentifierName(
_methodName
)
183
: GenericName(
_methodName
, TypeArgumentList(CreateMethodCallTypeVariables()));