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);