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