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