4 references to IsRefOrOutThisParameterCaptured
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (3)
2525hasErrors = IsRefOrOutThisParameterCaptured(node.Token, diagnostics); 2587else if (IsRefOrOutThisParameterCaptured(node.Token, diagnostics)) 10252gotError = IsRefOrOutThisParameterCaptured(syntax, diagnostics);
Binder\Binder_Invocation.cs (1)
1318gotError = IsRefOrOutThisParameterCaptured(node, diagnostics);