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