2 overrides of DefaultParametersInProgress
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\BackstopBinder.vb (1)
145Friend Overrides ReadOnly Property DefaultParametersInProgress As SymbolsInProgress(Of ParameterSymbol)
Binding\DefaultParametersInProgressBinder.vb (1)
22Friend Overrides ReadOnly Property DefaultParametersInProgress As SymbolsInProgress(Of ParameterSymbol)
2 references to DefaultParametersInProgress
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder.vb (1)
697Return m_containingBinder.DefaultParametersInProgress
Binding\Binder_Invocation.vb (1)
3102Dim defaultConstantValue As ConstantValue = If(param.IsOptional, param.ExplicitDefaultConstantValue(DefaultParametersInProgress), Nothing)