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