4 references to ImplementsStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
2572
Return new
ImplementsStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _implementsKeyword, _types)
2576
Return new
ImplementsStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _implementsKeyword, _types)
38026
Return New
ImplementsStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newImplementsKeyword, newTypes.Node)
Generated\Syntax.xml.Syntax.Generated.vb (1)
2916
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
ImplementsStatementSyntax
(kind, errors, annotations, implementsKeyword, if(types IsNot Nothing, types.Green, Nothing)), Nothing, 0)