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