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