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