3 references to ERR_MethodArgCantBeRefAny
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (1)
1249
Error(diagnostics, ErrorCode.
ERR_MethodArgCantBeRefAny
, node, argument.Type);
Errors\ErrorFacts.cs (1)
1258
or ErrorCode.
ERR_MethodArgCantBeRefAny
Symbols\Source\ParameterHelpers.cs (1)
695
diagnostics.Add(ErrorCode.
ERR_MethodArgCantBeRefAny
, syntax.Location, typeWithAnnotations.Type);