1 write to _modifyingExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertLinq\ConvertForEachToLinqQuery\AbstractToMethodConverter.cs (1)
44
_modifyingExpression
= modifyingExpression;
4 references to _modifyingExpression
Microsoft.CodeAnalysis.CSharp.Features (4)
ConvertLinq\ConvertForEachToLinqQuery\AbstractToMethodConverter.cs (4)
72
if (
_modifyingExpression
is IdentifierNameSyntax identifierName &&
90
ForEachInfo.SemanticModel.GetSymbolInfo(
_modifyingExpression
, cancellationToken).Symbol) &&
105
CreateDefaultStatement(queryOrLinqInvocationExpression,
_modifyingExpression
).WithAdditionalAnnotations(Formatter.Annotation));
114
var expresisonSymbol = ForEachInfo.SemanticModel.GetSymbolInfo(
_modifyingExpression
, cancellationToken).Symbol;