1 override of UsingStatement
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3561
public override SyntaxNode
UsingStatement
(SyntaxNode? type, string name, SyntaxNode expression, IEnumerable<SyntaxNode> statements)
2 references to UsingStatement
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
CodeGeneration\SyntaxGeneratorTests.cs (1)
667
Generator.
UsingStatement
(Generator.IdentifierName("x"), "y", Generator.IdentifierName("z"), [Generator.IdentifierName("q")]),
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SyntaxGenerator.cs (1)
1766
=>
UsingStatement
(type: null, name, expression, statements);