2 instantiations of SymbolsInProgress
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\SymbolsInProgress.vb (2)
17
Friend Shared ReadOnly Empty As SymbolsInProgress(Of T) = New
SymbolsInProgress
(Of T)(ImmutableSetWithInsertionOrder(Of T).Empty)
26
Return New
SymbolsInProgress
(Of T)(Me._symbols.Add(symbol))
28 references to SymbolsInProgress
Microsoft.CodeAnalysis.VisualBasic (28)
Binding\BackstopBinder.vb (2)
145
Friend Overrides ReadOnly Property DefaultParametersInProgress As
SymbolsInProgress
(Of ParameterSymbol)
147
Return
SymbolsInProgress
(Of ParameterSymbol).Empty
Binding\Binder.vb (1)
695
Friend Overridable ReadOnly Property DefaultParametersInProgress As
SymbolsInProgress
(Of ParameterSymbol)
Binding\DefaultParametersInProgressBinder.vb (4)
18
Friend Sub New(inProgress As
SymbolsInProgress
(Of ParameterSymbol), [next] As Binder)
22
Friend Overrides ReadOnly Property DefaultParametersInProgress As
SymbolsInProgress
(Of ParameterSymbol)
37
Protected ReadOnly inProgress As
SymbolsInProgress
(Of T)
39
Protected Sub New(inProgress As
SymbolsInProgress
(Of T), [next] As Binder)
Binding\SymbolsInProgress.vb (2)
17
Friend Shared ReadOnly Empty As
SymbolsInProgress
(Of T) = New SymbolsInProgress(Of T)(ImmutableSetWithInsertionOrder(Of T).Empty)
23
Friend Function Add(symbol As T) As
SymbolsInProgress
(Of T)
Semantics\Operators.vb (1)
3321
Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol)) As ConstantValue
Symbols\Metadata\PE\PEParameterSymbol.vb (1)
324
Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol)) As ConstantValue
Symbols\ParameterSymbol.vb (2)
176
Friend MustOverride ReadOnly Property ExplicitDefaultConstantValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol)) As ConstantValue
180
Return ExplicitDefaultConstantValue(
SymbolsInProgress
(Of ParameterSymbol).Empty)
Symbols\ReducedExtensionMethodSymbol.vb (1)
907
Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol)) As ConstantValue
Symbols\Retargeting\RetargetingParameterSymbol.vb (1)
144
Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol)) As ConstantValue
Symbols\SignatureOnlyParameterSymbol.vb (1)
112
Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol)) As ConstantValue
Symbols\Source\LambdaParameterSymbol.vb (1)
59
Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol)) As ConstantValue
Symbols\Source\MeParameterSymbol.vb (1)
60
Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol)) As ConstantValue
Symbols\Source\SourceClonedParameterSymbol.vb (1)
88
Friend Overloads Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol)) As ConstantValue
Symbols\Source\SourceComplexParameterSymbol.vb (3)
128
Return ExplicitDefaultConstantValue(
SymbolsInProgress
(Of ParameterSymbol).Empty) IsNot Nothing
132
Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol)) As ConstantValue
146
Private Function BindDefaultValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol), diagnostics As BindingDiagnosticBag) As ConstantValue
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1453
Friend Overloads Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol)) As ConstantValue
Symbols\Source\SourceSimpleParameterSymbol.vb (1)
92
Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol)) As ConstantValue
Symbols\SubstitutedParameterSymbol.vb (1)
52
Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol)) As ConstantValue
Symbols\SynthesizedSymbols\SynthesizedParameterSymbol.vb (2)
66
Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol)) As ConstantValue
359
Friend NotOverridable Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol)) As ConstantValue
Symbols\Wrapped\WrappedParameterSymbol.vb (1)
157
Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As
SymbolsInProgress
(Of ParameterSymbol)) As ConstantValue