4 references to ERR_FunctionPointersCannotBeCalledWithNamedArguments
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
478
diagnostics.Add(ErrorCode.
ERR_FunctionPointersCannotBeCalledWithNamedArguments
, badName);
Errors\ErrorFacts.cs (1)
2103
case ErrorCode.
ERR_FunctionPointersCannotBeCalledWithNamedArguments
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\FunctionPointerTests.cs (2)
4094
Diagnostic(ErrorCode.
ERR_FunctionPointersCannotBeCalledWithNamedArguments
, "arg1").WithLocation(6, 18)
4113
Diagnostic(ErrorCode.
ERR_FunctionPointersCannotBeCalledWithNamedArguments
, "arg0").WithLocation(6, 13)