1 write to _underlyingParameter
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\ParameterTypeInformation.vb (1)
18Me._underlyingParameter = underlyingParameter
5 references to _underlyingParameter
Microsoft.CodeAnalysis.VisualBasic (5)
Emit\ParameterTypeInformation.vb (5)
23Return _underlyingParameter.CustomModifiers.As(Of Cci.ICustomModifier) 29Return _underlyingParameter.IsByRef 35Return _underlyingParameter.RefCustomModifiers.As(Of Cci.ICustomModifier) 41Dim paramType As TypeSymbol = _underlyingParameter.Type 47Return CType(_underlyingParameter.Ordinal, UShort)