5 references to InterfaceBlockSyntax
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\Syntax.xml.Internal.Generated.vb (4)
28756
Public Overridable Function VisitInterfaceBlock(ByVal node As
InterfaceBlockSyntax
) As VisualBasicSyntaxNode
30015
Public Overrides Function VisitInterfaceBlock(ByVal node As
InterfaceBlockSyntax
) As VisualBasicSyntaxNode
35094
Friend Shared Function InterfaceBlock(interfaceStatement As InterfaceStatementSyntax, [inherits] As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), [implements] As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), members As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endInterfaceStatement As EndBlockStatementSyntax) As
InterfaceBlockSyntax
47160
Friend Function InterfaceBlock(interfaceStatement As InterfaceStatementSyntax, [inherits] As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), [implements] As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), members As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endInterfaceStatement As EndBlockStatementSyntax) As
InterfaceBlockSyntax
Parser\BlockContexts\CompilationUnitContext.vb (1)
347
Public Overrides Function VisitInterfaceBlock(node As
InterfaceBlockSyntax
) As VisualBasicSyntaxNode