4 references to IsRefOrOutThisParameterCaptured
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (3)
2536hasErrors = IsRefOrOutThisParameterCaptured(node.Token, diagnostics); 2598else if (IsRefOrOutThisParameterCaptured(node.Token, diagnostics)) 10227gotError = IsRefOrOutThisParameterCaptured(syntax, diagnostics);
Binder\Binder_Invocation.cs (1)
1332gotError = IsRefOrOutThisParameterCaptured(node, diagnostics);