1 instantiation of TypeParameterCollector
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.TypeParameterCollector.cs (1)
21var collector = new TypeParameterCollector();
6 references to TypeParameterCollector
Microsoft.CodeAnalysis.Features (6)
ExtractMethod\MethodExtractor.Analyzer.cs (5)
748AddTypeParametersToMap(TypeParameterCollector.Collect(parameter.Type), sortedMap); 752AddTypeParametersToMap(TypeParameterCollector.Collect(local.Type), sortedMap); 757AddTypeParametersToMap(TypeParameterCollector.Collect(type), sortedMap); 782typeParametersInConstraint.AddRange(TypeParameterCollector.Collect(type)); 905AddTypeParametersToMap(TypeParameterCollector.Collect(returnType), sortedMap);
ExtractMethod\MethodExtractor.TypeParameterCollector.cs (1)
21var collector = new TypeParameterCollector();