1 write to _typeParametersInConstraintList
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.AnalyzerResult.cs (1)
44_typeParametersInConstraintList = typeParametersInConstraintList.ToList();
2 references to _typeParametersInConstraintList
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.AnalyzerResult.cs (2)
61_typeParametersInConstraintList, 119return new ReadOnlyCollection<ITypeParameterSymbol>(_typeParametersInConstraintList);