1 override of UsingStatement
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3561
public override SyntaxNode
UsingStatement
(SyntaxNode expression, IEnumerable<SyntaxNode> statements)
1 reference to UsingStatement
Microsoft.CodeAnalysis.Features (1)
Snippets\SnippetProviders\AbstractUsingSnippetProvider.cs (1)
23
var statement = generator.
UsingStatement
(generator.IdentifierName(identifierName), statements: []);