4 references to Collect
Microsoft.CodeAnalysis.Features (4)
ExtractMethod\MethodExtractor.Analyzer.cs (3)
751AddTypeParametersToMap(TypeParameterCollector.Collect(GetUnderlyingSymbolType(symbol)), sortedMap); 768typeParametersInConstraint.AddRange(TypeParameterCollector.Collect(type)); 862AddTypeParametersToMap(TypeParameterCollector.Collect(returnType), sortedMap);
ExtractMethod\MethodExtractor.cs (1)
235foreach (var typeParameter in TypeParameterCollector.Collect(type))