8 references to MethodTypeParametersInDeclaration
Microsoft.CodeAnalysis.CSharp.Features (3)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (3)
188return AnalyzerResult.MethodTypeParametersInDeclaration.Count == 0 195Contract.ThrowIfTrue(AnalyzerResult.MethodTypeParametersInDeclaration.Count == 0); 199foreach (var methodTypeParameter in AnalyzerResult.MethodTypeParametersInDeclaration)
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.CodeGenerator.cs (2)
321if (AnalyzerResult.MethodTypeParametersInDeclaration.Count == 0) 329foreach (var parameter in AnalyzerResult.MethodTypeParametersInDeclaration)
Microsoft.CodeAnalysis.VisualBasic.Features (3)
ExtractMethod\VisualBasicMethodExtractor.VisualBasicCodeGenerator.vb (3)
125If AnalyzerResult.MethodTypeParametersInDeclaration.Count = 0 Then 133Contract.ThrowIfTrue(AnalyzerResult.MethodTypeParametersInDeclaration.Count = 0) 136Dim typeVariables = (From methodTypeParameter In AnalyzerResult.MethodTypeParametersInDeclaration