Symbols\SynthesizedSymbols\SynthesizedParameterSymbol.vb (3)
275Me.New(container, type, ordinal, isByRef, name, False, Nothing)
299Return New SynthesizedParameterSymbol(container, type, ordinal, isByRef, name, isOptional:=False, defaultValue:=Nothing)
394MyBase.New(container, type, ordinal, isByRef, name, isOptional:=False, defaultValue:=Nothing)