4 references to IsRefOrOutThisParameterCaptured
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (3)
2513hasErrors = IsRefOrOutThisParameterCaptured(node.Token, diagnostics); 2575else if (IsRefOrOutThisParameterCaptured(node.Token, diagnostics)) 10196gotError = IsRefOrOutThisParameterCaptured(syntax, diagnostics);
Binder\Binder_Invocation.cs (1)
1331gotError = IsRefOrOutThisParameterCaptured(node, diagnostics);