5 references to MethodTypeParametersInDeclaration
Microsoft.CodeAnalysis.CSharp.Features (3)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (3)
310return AnalyzerResult.MethodTypeParametersInDeclaration.IsEmpty 317Contract.ThrowIfTrue(AnalyzerResult.MethodTypeParametersInDeclaration.IsEmpty); 320return [.. AnalyzerResult.MethodTypeParametersInDeclaration.Select(m => SyntaxFactory.ParseTypeName(m.Name))];
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.CodeGenerator.cs (2)
404if (AnalyzerResult.MethodTypeParametersInDeclaration.IsEmpty) 410foreach (var parameter in AnalyzerResult.MethodTypeParametersInDeclaration)