3 references to ImplementsStatement
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
CodeGeneration\NamedTypeGenerator.vb (1)
222
Return SyntaxFactory.SingletonList(SyntaxFactory.
ImplementsStatement
(types:=typeNodes))
CodeGeneration\VisualBasicSyntaxGenerator.vb (2)
1390
[implements]:=If(itypes IsNot Nothing, SyntaxFactory.SingletonList(SyntaxFactory.
ImplementsStatement
(SyntaxFactory.SeparatedList(itypes))), Nothing),
1427
[implements]:=If(itypes IsNot Nothing, SyntaxFactory.SingletonList(SyntaxFactory.
ImplementsStatement
(SyntaxFactory.SeparatedList(itypes))), Nothing),