14 references to ExplicitDefaultConstantValue
Microsoft.CodeAnalysis.VisualBasic (14)
Emit\ParameterSymbolAdapter.vb (2)
64
Return DirectCast(context.Module, PEModuleBuilder).CreateConstant(AdaptedParameterSymbol.Type, AdaptedParameterSymbol.
ExplicitDefaultConstantValue
.Value, syntaxNodeOpt:=DirectCast(context.SyntaxNode, VisualBasicSyntaxNode), diagnostics:=context.Diagnostics)
183
Dim value = Me.
ExplicitDefaultConstantValue
Symbols\Metadata\PE\PEParameterSymbol.vb (2)
368
Dim defaultValue As ConstantValue = Me.
ExplicitDefaultConstantValue
435
Return IsOptional AndAlso
ExplicitDefaultConstantValue
IsNot Nothing
Symbols\Metadata\PE\PEPropertySymbol.vb (2)
471
defaultValue = accessorParameter.
ExplicitDefaultConstantValue
484
ElseIf defaultValue <> setParameter.
ExplicitDefaultConstantValue
Then
Symbols\MethodSignatureComparer.vb (2)
683
Dim constValue1 As ConstantValue = param1.
ExplicitDefaultConstantValue
684
Dim constValue2 As ConstantValue = param2.
ExplicitDefaultConstantValue
Symbols\ParameterSymbol.vb (1)
161
Return
ExplicitDefaultConstantValue
.Value
Symbols\Retargeting\RetargetingSymbolTranslator.vb (2)
968
param.
ExplicitDefaultConstantValue
, param.IsParamArray,
1090
If(param.HasExplicitDefaultValue, param.
ExplicitDefaultConstantValue
, Nothing), param.IsParamArray,
Symbols\Source\SourceMethodSymbol.vb (1)
552
Dim defaultValue = parameter.
ExplicitDefaultConstantValue
()
Symbols\Source\SourceParameterSymbolBase.vb (1)
57
Dim defaultValue =
ExplicitDefaultConstantValue
Symbols\SynthesizedSymbols\SynthesizedMethod.vb (1)
78
defaultValueOpt:=origParameter.
ExplicitDefaultConstantValue
)