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