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