4 references to ERR_FunctionPointersCannotBeCalledWithNamedArguments
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
479
diagnostics.Add(ErrorCode.
ERR_FunctionPointersCannotBeCalledWithNamedArguments
, badName);
Errors\ErrorFacts.cs (1)
2160
or ErrorCode.
ERR_FunctionPointersCannotBeCalledWithNamedArguments
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\FunctionPointerTests.cs (2)
4115
Diagnostic(ErrorCode.
ERR_FunctionPointersCannotBeCalledWithNamedArguments
, "arg1").WithLocation(6, 18)
4134
Diagnostic(ErrorCode.
ERR_FunctionPointersCannotBeCalledWithNamedArguments
, "arg0").WithLocation(6, 13)