1 write to _typeParametersInDeclaration
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.AnalyzerResult.cs (1)
43
_typeParametersInDeclaration
= typeParametersInDeclaration.ToList();
2 references to _typeParametersInDeclaration
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.AnalyzerResult.cs (2)
60
_typeParametersInDeclaration
,
111
return new ReadOnlyCollection<ITypeParameterSymbol>(
_typeParametersInDeclaration
);