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