3 references to TypeParameterSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\PublicModel\TypeParameterSymbol.cs (1)
27return new TypeParameterSymbol(_underlying, nullableAnnotation);
Symbols\TypeParameterSymbol.cs (2)
706return new PublicModel.TypeParameterSymbol(this, DefaultNullableAnnotation); 712return new PublicModel.TypeParameterSymbol(this, nullableAnnotation);