2 types derived from SourceTypeParameterSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceTypeParameterSymbol.cs (2)
459internal sealed class SourceTypeTypeParameterSymbol : SourceTypeParameterSymbol 605internal abstract class SourceMethodTypeParameterSymbol : SourceTypeParameterSymbol
7 references to SourceTypeParameterSymbol
Microsoft.CodeAnalysis.CSharp (7)
Lowering\LocalRewriter\LocalRewriter.cs (1)
407static typeParameter => ((SourceTypeParameterSymbol)typeParameter).ConstraintsNeedNullableAttribute());
Symbols\ConstraintsHelper.cs (1)
72this SourceTypeParameterSymbol typeParameter,
Symbols\Source\SourceTypeParameterSymbol.cs (4)
134var typeParameter = (SourceTypeParameterSymbol)implementingPart.TypeParameters[_ordinal]; 193var typeParameter = (SourceTypeParameterSymbol)sourceMethod.SourcePartialDefinition.TypeParameters[_ordinal];
Symbols\Symbol.cs (1)
1671if (this is SourceTypeParameterSymbol typeParameter)