22 references to OmittedArgument
Microsoft.CodeAnalysis.VisualBasic (22)
Binding\Binder_Invocation.vb (5)
2087If arguments(i).Kind = BoundKind.OmittedArgument Then 2154If parameterToArgumentMap(paramIndex) <> -1 AndAlso arguments(parameterToArgumentMap(paramIndex)).Kind <> BoundKind.OmittedArgument Then 2405If argument Is Nothing OrElse argument.Kind = BoundKind.OmittedArgument Then 2661If arguments(i).Kind <> BoundKind.OmittedArgument Then 2677If arguments(i).Kind <> BoundKind.OmittedArgument Then
Binding\Binder_Latebound.vb (1)
177If argument.Kind = BoundKind.OmittedArgument Then
BoundTree\BoundTreeVisitor.vb (1)
19Case BoundKind.OmittedArgument
Generated\BoundNodes.xml.Generated.vb (3)
265MyBase.New(BoundKind.OmittedArgument, syntax, type, hasErrors) 269MyBase.New(BoundKind.OmittedArgument, syntax, type) 9335Case BoundKind.OmittedArgument
Semantics\OverloadResolution.vb (10)
2318If arguments(i).Kind = BoundKind.OmittedArgument Then 2380Debug.Assert(argument Is Nothing OrElse argument.Kind <> BoundKind.OmittedArgument) 2621If arguments(k).Kind <> BoundKind.OmittedArgument AndAlso 2637Debug.Assert(argument Is Nothing OrElse argument.Kind <> BoundKind.OmittedArgument) 3101If arguments(i).Kind = BoundKind.OmittedArgument Then 3308Debug.Assert(paramArrayArgument Is Nothing OrElse paramArrayArgument.Kind <> BoundKind.OmittedArgument) 3427If argument Is Nothing OrElse argument.Kind = BoundKind.OmittedArgument Then 4679If arguments(i).Kind = BoundKind.OmittedArgument Then 4763Debug.Assert(argument.Kind <> BoundKind.OmittedArgument) 4859If arguments(i).Kind = BoundKind.OmittedArgument Then
Semantics\TypeInference\TypeArgumentInference.vb (2)
936Debug.Assert(paramArrayArgument Is Nothing OrElse paramArrayArgument.Kind <> BoundKind.OmittedArgument) 989If argument Is Nothing OrElse argument.HasErrors OrElse targetType.IsErrorType() OrElse argument.Kind = BoundKind.OmittedArgument Then