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