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