3 instantiations of TypeParameterSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\PublicModel\TypeParameterSymbol.cs (1)
27
return new
TypeParameterSymbol
(_underlying, nullableAnnotation);
Symbols\TypeParameterSymbol.cs (2)
704
return new PublicModel.
TypeParameterSymbol
(this, DefaultNullableAnnotation);
710
return new PublicModel.
TypeParameterSymbol
(this, nullableAnnotation);