13 overrides of ExplicitDefaultConstantValue
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\Metadata\PE\PEParameterSymbol.vb (1)
324
Friend Overrides ReadOnly Property
ExplicitDefaultConstantValue
(inProgress As SymbolsInProgress(Of ParameterSymbol)) As ConstantValue
Symbols\ReducedExtensionMethodSymbol.vb (1)
937
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 (1)
132
Friend Overrides ReadOnly Property
ExplicitDefaultConstantValue
(inProgress As SymbolsInProgress(Of ParameterSymbol)) As ConstantValue
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1474
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 (1)
66
Friend 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
7 references to ExplicitDefaultConstantValue
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\ParameterSymbol.vb (1)
186
Return
ExplicitDefaultConstantValue
(SymbolsInProgress(Of ParameterSymbol).Empty)
Symbols\ReducedExtensionMethodSymbol.vb (1)
939
Return m_CurriedFromParameter.
ExplicitDefaultConstantValue
(inProgress)
Symbols\Retargeting\RetargetingParameterSymbol.vb (1)
146
Return _underlyingParameter.
ExplicitDefaultConstantValue
(inProgress)
Symbols\Source\SourceClonedParameterSymbol.vb (1)
90
Return _originalParam.
ExplicitDefaultConstantValue
(inProgress)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1480
Return _clonedFrom.
ExplicitDefaultConstantValue
(inProgress)
Symbols\SubstitutedParameterSymbol.vb (1)
54
Return _originalDefinition.
ExplicitDefaultConstantValue
(inProgress)
Symbols\Wrapped\WrappedParameterSymbol.vb (1)
159
Return Me._underlyingParameter.
ExplicitDefaultConstantValue
(inProgress)