5 references to ERR_SpecialByRefInLambda
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (3)
1340Error(diagnostics, ErrorCode.ERR_SpecialByRefInLambda, node, runtimeArgumentHandleType); 2098Error(diagnostics, ErrorCode.ERR_SpecialByRefInLambda, node, type); 2150Error(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);