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