1 write to _methodName
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
91_methodName = nameToken.WithAdditionalAnnotations(MethodNameAnnotation);
3 references to _methodName
Microsoft.CodeAnalysis.CSharp.Features (3)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (3)
114name: _methodName.ToString(), 189? SyntaxFactory.IdentifierName(_methodName) 190: SyntaxFactory.GenericName(_methodName, SyntaxFactory.TypeArgumentList(CreateMethodCallTypeVariables()));