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
,
119
return new ReadOnlyCollection<ITypeParameterSymbol>(
_typeParametersInConstraintList
);