1 reference to UsingStatementWithDeclarations
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\SyntaxComparer.cs (1)
394
return node is UsingStatementSyntax { Declaration: not null } ? Label.
UsingStatementWithDeclarations
: Label.UsingStatementWithExpression;