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