Beispiel #1
0
 public override ImmutableArray <CSharpAttributeData> GetAttributes()
 {
     return(_underlyingTypeParameter.GetAttributes());
 }
Beispiel #2
0
 public override ImmutableArray <CSharpAttributeData> GetAttributes()
 {
     return(_substitutedFrom.GetAttributes());
 }