3 instantiations of TypeParameterSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\PublicModel\TypeParameterSymbol.cs (1)
27
return new
TypeParameterSymbol
(_underlying, nullableAnnotation);
Symbols\TypeParameterSymbol.cs (2)
707
return new PublicModel.
TypeParameterSymbol
(this, DefaultNullableAnnotation);
713
return new PublicModel.
TypeParameterSymbol
(this, nullableAnnotation);
1 reference to TypeParameterSymbol
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
Extensions.cs (1)
696
return ((Microsoft.CodeAnalysis.CSharp.Symbols.PublicModel.
TypeParameterSymbol
)symbol).UnderlyingTypeParameterSymbol.AllEffectiveInterfacesNoUseSiteDiagnostics.GetPublicSymbols();