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);