2 references to CreateCallSignature
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
694var callSignature = CreateCallSignature();
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.ExpressionCodeGenerator.cs (1)
151var callSignature = CreateCallSignature().WithAdditionalAnnotations(CallSiteAnnotation);