5 references to IsRefOrOutThisParameterCaptured
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (4)
2107hasErrors = hasErrors || IsRefOrOutThisParameterCaptured(node, diagnostics); 2268hasErrors = IsRefOrOutThisParameterCaptured(node.Token, diagnostics); 2315else if (IsRefOrOutThisParameterCaptured(node.Token, diagnostics)) 8495gotError = IsRefOrOutThisParameterCaptured(syntax, diagnostics);
Binder\Binder_Invocation.cs (1)
1095gotError = IsRefOrOutThisParameterCaptured(node, diagnostics);