2 overrides of UnderlyingParameterTypeInformation
Microsoft.CodeAnalysis.CSharp (1)
Emitter\NoPia\EmbeddedParameter.cs (1)
102protected override Cci.IParameterTypeInformation UnderlyingParameterTypeInformation
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\NoPia\EmbeddedParameter.vb (1)
80Protected Overrides ReadOnly Property UnderlyingParameterTypeInformation As Cci.IParameterTypeInformation
4 references to UnderlyingParameterTypeInformation
Microsoft.CodeAnalysis (4)
Emit\NoPia\CommonEmbeddedParameter.cs (4)
232return UnderlyingParameterTypeInformation.CustomModifiers; 240return UnderlyingParameterTypeInformation.IsByReference; 248return UnderlyingParameterTypeInformation.RefCustomModifiers; 254return UnderlyingParameterTypeInformation.GetType(context);