2 references to GetTypeParameterSymbol
Microsoft.CodeAnalysis.CSharp (2)
Compilation\SyntaxTreeSemanticModel.cs (2)
2164
return this.
GetTypeParameterSymbol
(typeSymbol.TypeParameters, typeParameter).GetPublicSymbol();
2167
return this.
GetTypeParameterSymbol
(methodSymbol.TypeParameters, typeParameter).GetPublicSymbol();