5 references to ERR_SpecialByRefInLambda
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (3)
1333Error(diagnostics, ErrorCode.ERR_SpecialByRefInLambda, node, runtimeArgumentHandleType); 2058Error(diagnostics, ErrorCode.ERR_SpecialByRefInLambda, node, type); 2102Error(diagnostics, ErrorCode.ERR_SpecialByRefInLambda, node, parameter.Type);
Errors\ErrorFacts.cs (1)
613or ErrorCode.ERR_SpecialByRefInLambda
Lowering\ClosureConversion\ClosureConversion.Analysis.Tree.cs (1)
701_diagnostics.Add(ErrorCode.ERR_SpecialByRefInLambda, syntax.Location, type);