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)
281MyBase.New(BoundKind.OmittedArgument, syntax, type, hasErrors) 285MyBase.New(BoundKind.OmittedArgument, syntax, type) 9344Case BoundKind.OmittedArgument
Semantics\OverloadResolution.vb (10)
2317If arguments(i).Kind = BoundKind.OmittedArgument Then 2379Debug.Assert(argument Is Nothing OrElse argument.Kind <> BoundKind.OmittedArgument) 2620If arguments(k).Kind <> BoundKind.OmittedArgument AndAlso 2636Debug.Assert(argument Is Nothing OrElse argument.Kind <> BoundKind.OmittedArgument) 3100If arguments(i).Kind = BoundKind.OmittedArgument Then 3307Debug.Assert(paramArrayArgument Is Nothing OrElse paramArrayArgument.Kind <> BoundKind.OmittedArgument) 3426If argument Is Nothing OrElse argument.Kind = BoundKind.OmittedArgument Then 4678If arguments(i).Kind = BoundKind.OmittedArgument Then 4762Debug.Assert(argument.Kind <> BoundKind.OmittedArgument) 4858If arguments(i).Kind = BoundKind.OmittedArgument Then
Semantics\TypeInference\TypeArgumentInference.vb (2)
937Debug.Assert(paramArrayArgument Is Nothing OrElse paramArrayArgument.Kind <> BoundKind.OmittedArgument) 990If argument Is Nothing OrElse argument.HasErrors OrElse targetType.IsErrorType() OrElse argument.Kind = BoundKind.OmittedArgument Then