1 reference to GetDeconstructionForEachMethods
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SemanticFacts\CSharpSemanticFacts.cs (1)
279
ForEachVariableStatementSyntax _ when token.Kind() == SyntaxKind.InKeyword =>
GetDeconstructionForEachMethods
(semanticModel, node).As<ISymbol>(),