3 references to GetTypeParameterSymbol
Microsoft.CodeAnalysis.CSharp (3)
Compilation\SyntaxTreeSemanticModel.cs (3)
2156
return this.
GetTypeParameterSymbol
(typeSymbol.TypeParameters, typeParameter).GetPublicSymbol();
2159
return (this.
GetTypeParameterSymbol
(methodSymbol.TypeParameters, typeParameter) ??
2162
: this.
GetTypeParameterSymbol
(methodSymbol.PartialDefinitionPart.TypeParameters, typeParameter))).GetPublicSymbol();