1 write to IsOptionalArgument
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
574
optionalArgument.
IsOptionalArgument
= true;
2 references to IsOptionalArgument
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
1020
if (!pArgument.
IsOptionalArgument
)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (1)
272
if (pExpr.
IsOptionalArgument
)