5 references to CheckImplicitThisCopyInReadOnlyMember
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.ValueChecks.cs (1)
1821
CheckImplicitThisCopyInReadOnlyMember
(receiver, getMethod, diagnostics);
Binder\Binder_Deconstruct.cs (1)
152
CheckImplicitThisCopyInReadOnlyMember
(boundRHS, conversion.Method, diagnostics);
Binder\Binder_Invocation.cs (1)
1210
CheckImplicitThisCopyInReadOnlyMember
(receiver, method, diagnostics);
Binder\Binder_Operators.cs (1)
300
CheckImplicitThisCopyInReadOnlyMember
(receiverOpt, method, diagnostics);
Binder\ForEachLoopBinder.cs (1)
237
originalBinder.
CheckImplicitThisCopyInReadOnlyMember
(collectionExpr, getEnumeratorMethod, diagnostics);