4 references to BoundOmittedArgument
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Attributes.vb (1)
415
boundArgumentsBuilder.Add(New
BoundOmittedArgument
(argumentSyntax, Nothing))
Binding\Binder_Invocation.vb (2)
3063
boundArgumentsBuilder.Add(New
BoundOmittedArgument
(argumentSyntax, Nothing))
3268
defaultArgument = New
BoundOmittedArgument
(syntax, param.Type)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Semantics\OverloadResolution.vb (1)
201
Dim omitted As BoundExpression = New
BoundOmittedArgument
(_syntaxNode, Nothing)