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