1 override of UnderlyingPropertySignature
Microsoft.CodeAnalysis.CSharp (1)
Emitter\NoPia\EmbeddedProperty.cs (1)
48
protected override Cci.ISignature
UnderlyingPropertySignature
5 references to UnderlyingPropertySignature
Microsoft.CodeAnalysis (5)
Emit\NoPia\CommonEmbeddedProperty.cs (5)
133
return
UnderlyingPropertySignature
.CallingConvention;
151
return
UnderlyingPropertySignature
.ReturnValueCustomModifiers;
159
return
UnderlyingPropertySignature
.RefCustomModifiers;
167
return
UnderlyingPropertySignature
.ReturnValueIsByRef;
173
return
UnderlyingPropertySignature
.GetType(context);