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