1 instantiation of TypeParameterCollector
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.TypeParameterCollector.cs (1)
26var collector = new TypeParameterCollector();
6 references to TypeParameterCollector
Microsoft.CodeAnalysis.Features (6)
ExtractMethod\MethodExtractor.Analyzer.cs (5)
778AddTypeParametersToMap(TypeParameterCollector.Collect(parameter.Type), sortedMap); 782AddTypeParametersToMap(TypeParameterCollector.Collect(local.Type), sortedMap); 787AddTypeParametersToMap(TypeParameterCollector.Collect(type), sortedMap); 812typeParametersInConstraint.AddRange(TypeParameterCollector.Collect(type)); 914AddTypeParametersToMap(TypeParameterCollector.Collect(returnType), sortedMap);
ExtractMethod\MethodExtractor.TypeParameterCollector.cs (1)
26var collector = new TypeParameterCollector();