6 references to ImplementsClause
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Syntax.Generated.vb (3)
6866
Dim _child = If(Me.ImplementsClause IsNot Nothing, Me.ImplementsClause, SyntaxFactory.
ImplementsClause
())
8235
Dim _child = If(Me.ImplementsClause IsNot Nothing, Me.ImplementsClause, SyntaxFactory.
ImplementsClause
())
8852
Dim _child = If(Me.ImplementsClause IsNot Nothing, Me.ImplementsClause, SyntaxFactory.
ImplementsClause
())
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractInterface\VisualBasicExtractInterfaceService.vb (1)
77
Return SyntaxFactory.
ImplementsClause
(qualifiedName).WithAdditionalAnnotations(Formatter.Annotation)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeGeneration\VisualBasicSyntaxGenerator.vb (2)
1186
declaration = WithImplementsClause(declaration, SyntaxFactory.
ImplementsClause
(SyntaxFactory.QualifiedName(type, SyntaxFactory.IdentifierName(memberName))))
1203
declaration = WithImplementsClause(declaration, SyntaxFactory.
ImplementsClause
(SyntaxFactory.QualifiedName(type, SyntaxFactory.IdentifierName(memberName))))