13 overrides of ExplicitDefaultConstantValue
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\Metadata\PE\PEParameterSymbol.vb (1)
324Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As SymbolsInProgress(Of ParameterSymbol)) As ConstantValue
Symbols\ReducedExtensionMethodSymbol.vb (1)
937Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As SymbolsInProgress(Of ParameterSymbol)) As ConstantValue
Symbols\Retargeting\RetargetingParameterSymbol.vb (1)
144Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As SymbolsInProgress(Of ParameterSymbol)) As ConstantValue
Symbols\SignatureOnlyParameterSymbol.vb (1)
112Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As SymbolsInProgress(Of ParameterSymbol)) As ConstantValue
Symbols\Source\LambdaParameterSymbol.vb (1)
59Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As SymbolsInProgress(Of ParameterSymbol)) As ConstantValue
Symbols\Source\MeParameterSymbol.vb (1)
60Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As SymbolsInProgress(Of ParameterSymbol)) As ConstantValue
Symbols\Source\SourceClonedParameterSymbol.vb (1)
88Friend Overloads Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As SymbolsInProgress(Of ParameterSymbol)) As ConstantValue
Symbols\Source\SourceComplexParameterSymbol.vb (1)
132Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As SymbolsInProgress(Of ParameterSymbol)) As ConstantValue
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1474Friend Overloads Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As SymbolsInProgress(Of ParameterSymbol)) As ConstantValue
Symbols\Source\SourceSimpleParameterSymbol.vb (1)
92Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As SymbolsInProgress(Of ParameterSymbol)) As ConstantValue
Symbols\SubstitutedParameterSymbol.vb (1)
52Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As SymbolsInProgress(Of ParameterSymbol)) As ConstantValue
Symbols\SynthesizedSymbols\SynthesizedParameterSymbol.vb (1)
66Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As SymbolsInProgress(Of ParameterSymbol)) As ConstantValue
Symbols\Wrapped\WrappedParameterSymbol.vb (1)
157Friend Overrides ReadOnly Property ExplicitDefaultConstantValue(inProgress As SymbolsInProgress(Of ParameterSymbol)) As ConstantValue
7 references to ExplicitDefaultConstantValue
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\ParameterSymbol.vb (1)
186Return ExplicitDefaultConstantValue(SymbolsInProgress(Of ParameterSymbol).Empty)
Symbols\ReducedExtensionMethodSymbol.vb (1)
939Return m_CurriedFromParameter.ExplicitDefaultConstantValue(inProgress)
Symbols\Retargeting\RetargetingParameterSymbol.vb (1)
146Return _underlyingParameter.ExplicitDefaultConstantValue(inProgress)
Symbols\Source\SourceClonedParameterSymbol.vb (1)
90Return _originalParam.ExplicitDefaultConstantValue(inProgress)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1480Return _clonedFrom.ExplicitDefaultConstantValue(inProgress)
Symbols\SubstitutedParameterSymbol.vb (1)
54Return _originalDefinition.ExplicitDefaultConstantValue(inProgress)
Symbols\Wrapped\WrappedParameterSymbol.vb (1)
159Return Me._underlyingParameter.ExplicitDefaultConstantValue(inProgress)