2 references to AppendTypeParametersInConstraintsUsedByConstructedTypeWithItsOwnConstraints
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.Analyzer.cs (2)
830
candidates = candidates.Concat(
AppendTypeParametersInConstraintsUsedByConstructedTypeWithItsOwnConstraints
(type, visited));
891
typeParameters.AddRange(
AppendTypeParametersInConstraintsUsedByConstructedTypeWithItsOwnConstraints
(candidate, visited));