1 write to UnderlyingTypeParameter
Microsoft.CodeAnalysis (1)
Emit\NoPia\CommonEmbeddedTypeParameter.cs (1)
47this.UnderlyingTypeParameter = underlyingTypeParameter;
7 references to UnderlyingTypeParameter
Microsoft.CodeAnalysis.CSharp (7)
Emitter\NoPia\EmbeddedTypeParameter.cs (7)
29return ((Cci.IGenericParameter)UnderlyingTypeParameter).GetConstraints(context); 36return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.HasReferenceTypeConstraint; 44return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.HasValueTypeConstraint; 52return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.AllowsRefLikeType; 60return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.HasConstructorConstraint; 66get { return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.MetadataName; } 73return (ushort)UnderlyingTypeParameter.AdaptedTypeParameterSymbol.Ordinal;