3 references to IsLocalOrParameterSymbol
Microsoft.CodeAnalysis.CSharp.Features (3)
ConvertLinq\CSharpConvertLinqQueryToForEachProvider.cs (3)
127if (isLastClause && hasExtraDeclarations && !IsLocalOrParameterSymbol(_source.FromClause.Expression)) 161if (IsLocalOrParameterSymbol(joinClause.InExpression)) 433(!checkForLocalOrParameter || IsLocalOrParameterSymbol(variableExpression)))