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