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