2 references to LocalDeclarationStatement
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Extensions\SemanticModelExtensions.cs (1)
92(token.Parent?.RawKind == syntaxKinds.UsingStatement || token.Parent?.RawKind == syntaxKinds.LocalDeclarationStatement))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
918=> node?.RawKind == syntaxFacts.SyntaxKinds.LocalDeclarationStatement;