2 overrides of UnderlyingPropertySignature
Microsoft.CodeAnalysis.CSharp (1)
Emitter\NoPia\EmbeddedProperty.cs (1)
48protected override Cci.ISignature UnderlyingPropertySignature
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\NoPia\EmbeddedProperty.vb (1)
43Protected Overrides ReadOnly Property UnderlyingPropertySignature As ISignature
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);