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