23 references to OmittedArgument
Microsoft.CodeAnalysis.VisualBasic (23)
Binding\Binder_Invocation.vb (5)
2089If arguments(i).Kind = BoundKind.OmittedArgument Then 2156If parameterToArgumentMap(paramIndex) <> -1 AndAlso arguments(parameterToArgumentMap(paramIndex)).Kind <> BoundKind.OmittedArgument Then 2411If argument Is Nothing OrElse argument.Kind = BoundKind.OmittedArgument Then 2667If arguments(i).Kind <> BoundKind.OmittedArgument Then 2683If 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) 9310Case BoundKind.OmittedArgument
Operations\VisualBasicOperationFactory.vb (1)
83Case BoundKind.OmittedArgument
Semantics\OverloadResolution.vb (10)
1957If arguments(i).Kind = BoundKind.OmittedArgument Then 2019Debug.Assert(argument Is Nothing OrElse argument.Kind <> BoundKind.OmittedArgument) 2260If arguments(k).Kind <> BoundKind.OmittedArgument AndAlso 2276Debug.Assert(argument Is Nothing OrElse argument.Kind <> BoundKind.OmittedArgument) 2740If arguments(i).Kind = BoundKind.OmittedArgument Then 2947Debug.Assert(paramArrayArgument Is Nothing OrElse paramArrayArgument.Kind <> BoundKind.OmittedArgument) 3066If argument Is Nothing OrElse argument.Kind = BoundKind.OmittedArgument Then 4278If arguments(i).Kind = BoundKind.OmittedArgument Then 4362Debug.Assert(argument.Kind <> BoundKind.OmittedArgument) 4458If arguments(i).Kind = BoundKind.OmittedArgument Then
Semantics\TypeInference\TypeArgumentInference.vb (2)
941Debug.Assert(paramArrayArgument Is Nothing OrElse paramArrayArgument.Kind <> BoundKind.OmittedArgument) 994If argument Is Nothing OrElse argument.HasErrors OrElse targetType.IsErrorType() OrElse argument.Kind = BoundKind.OmittedArgument Then