1 implementation of IsLeftSideOfCompoundAssignment
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1100
public bool
IsLeftSideOfCompoundAssignment
([NotNullWhen(true)] SyntaxNode? node)
1 reference to IsLeftSideOfCompoundAssignment
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\RemoveUnusedParametersAndValues\AbstractRemoveUnusedValuesCodeFixProvider.cs (1)
172
if (syntaxFacts.
IsLeftSideOfCompoundAssignment
(node) &&