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