1 write to UnderlyingTypeParameter
Microsoft.CodeAnalysis (1)
Emit\NoPia\CommonEmbeddedTypeParameter.cs (1)
46this.UnderlyingTypeParameter = underlyingTypeParameter;
12 references to UnderlyingTypeParameter
Microsoft.CodeAnalysis.CSharp (6)
Emitter\NoPia\EmbeddedTypeParameter.cs (6)
29return ((Cci.IGenericParameter)UnderlyingTypeParameter).GetConstraints(context); 36return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.HasReferenceTypeConstraint; 44return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.HasValueTypeConstraint; 52return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.HasConstructorConstraint; 58get { return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.MetadataName; } 65return (ushort)UnderlyingTypeParameter.AdaptedTypeParameterSymbol.Ordinal;
Microsoft.CodeAnalysis.VisualBasic (6)
Emit\NoPia\EmbeddedTypeParameter.vb (6)
23Return DirectCast(UnderlyingTypeParameter, Cci.IGenericParameter).GetConstraints(context) 28Return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.HasReferenceTypeConstraint 34Return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.HasValueTypeConstraint 40Return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.HasConstructorConstraint 46Return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.MetadataName 52Return CUShort(UnderlyingTypeParameter.AdaptedTypeParameterSymbol.Ordinal)