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