1 override of UnderlyingParameterTypeInformation
Microsoft.CodeAnalysis.CSharp (1)
Emitter\NoPia\EmbeddedParameter.cs (1)
102protected override Cci.IParameterTypeInformation UnderlyingParameterTypeInformation
4 references to UnderlyingParameterTypeInformation
Microsoft.CodeAnalysis (4)
Emit\NoPia\CommonEmbeddedParameter.cs (4)
233return UnderlyingParameterTypeInformation.CustomModifiers; 241return UnderlyingParameterTypeInformation.IsByReference; 249return UnderlyingParameterTypeInformation.RefCustomModifiers; 255return UnderlyingParameterTypeInformation.GetType(context);