8 instantiations of InterfaceStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
2996
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
InterfaceStatementSyntax
(o)
3005
ObjectBinder.RegisterTypeReader(GetType(InterfaceStatementSyntax), Function(r) New
InterfaceStatementSyntax
(r))
3041
Return new
InterfaceStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _interfaceKeyword, _identifier, _typeParameterList)
3045
Return new
InterfaceStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _interfaceKeyword, _identifier, _typeParameterList)
38089
Return New
InterfaceStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node, newModifiers.Node, newInterfaceKeyword, newIdentifier, newTypeParameterList)
43224
Return New
InterfaceStatementSyntax
(SyntaxKind.InterfaceStatement, attributeLists.Node, modifiers.Node, interfaceKeyword, identifier, typeParameterList)
55302
Return New
InterfaceStatementSyntax
(SyntaxKind.InterfaceStatement, attributeLists.Node, modifiers.Node, interfaceKeyword, identifier, typeParameterList, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
3680
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
InterfaceStatementSyntax
(kind, errors, annotations, if(attributeLists IsNot Nothing, attributeLists.Green, Nothing), modifiers, interfaceKeyword, identifier, if(typeParameterList IsNot Nothing, DirectCast(typeParameterList.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeParameterListSyntax), Nothing)), Nothing, 0)
20 references to InterfaceStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (19)
Generated\Syntax.xml.Internal.Generated.vb (14)
1910
Friend ReadOnly _interfaceStatement as
InterfaceStatementSyntax
1913
Friend Sub New(ByVal kind As SyntaxKind, interfaceStatement As
InterfaceStatementSyntax
, [inherits] As GreenNode, [implements] As GreenNode, members As GreenNode, endInterfaceStatement As EndBlockStatementSyntax)
1924
Friend Sub New(ByVal kind As SyntaxKind, interfaceStatement As
InterfaceStatementSyntax
, [inherits] As GreenNode, [implements] As GreenNode, members As GreenNode, endInterfaceStatement As EndBlockStatementSyntax, context As ISyntaxFactoryContext)
1936
Friend Sub New(ByVal kind As SyntaxKind, ByVal errors as DiagnosticInfo(), ByVal annotations as SyntaxAnnotation(), interfaceStatement As
InterfaceStatementSyntax
, [inherits] As GreenNode, [implements] As GreenNode, members As GreenNode, endInterfaceStatement As EndBlockStatementSyntax)
1950
Dim _interfaceStatement = DirectCast(reader.ReadValue(),
InterfaceStatementSyntax
)
1981
Friend ReadOnly Property InterfaceStatement As InternalSyntax.
InterfaceStatementSyntax
3005
ObjectBinder.RegisterTypeReader(GetType(
InterfaceStatementSyntax
), Function(r) New InterfaceStatementSyntax(r))
36720
Public Overridable Function VisitInterfaceStatement(ByVal node As
InterfaceStatementSyntax
) As VisualBasicSyntaxNode
37946
Dim newInterfaceStatement = DirectCast(Visit(node._interfaceStatement),
InterfaceStatementSyntax
)
38074
Public Overrides Function VisitInterfaceStatement(ByVal node As
InterfaceStatementSyntax
) As VisualBasicSyntaxNode
43022
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
43221
Friend Shared Function InterfaceStatement(attributeLists As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), modifiers As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), interfaceKeyword As KeywordSyntax, identifier As IdentifierTokenSyntax, typeParameterList As TypeParameterListSyntax) As
InterfaceStatementSyntax
55100
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
55299
Friend Function InterfaceStatement(attributeLists As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), modifiers As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), interfaceKeyword As KeywordSyntax, identifier As IdentifierTokenSyntax, typeParameterList As TypeParameterListSyntax) As
InterfaceStatementSyntax
Generated\Syntax.xml.Syntax.Generated.vb (4)
2129
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.InterfaceBlockSyntax(kind, errors, annotations, DirectCast(interfaceStatement.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
InterfaceStatementSyntax
), if([inherits] IsNot Nothing, [inherits].Green, Nothing), if([implements] IsNot Nothing, [implements].Green, Nothing), if(members IsNot Nothing, members.Green, Nothing), DirectCast(endInterfaceStatement.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EndBlockStatementSyntax)), Nothing, 0)
3731
Dim slot = DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
InterfaceStatementSyntax
)._modifiers
3769
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
InterfaceStatementSyntax
)._interfaceKeyword, Me.GetChildPosition(2), Me.GetChildIndex(2))
3787
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
InterfaceStatementSyntax
)._identifier, Me.GetChildPosition(3), Me.GetChildIndex(3))
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
541
Return SyntaxFactory.InterfaceBlock(DirectCast(begin,
InterfaceStatementSyntax
), [inherits], [implements], members, [end])
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
183
Private Shared Function GenerateGreenInterfaceStatement() As InternalSyntax.
InterfaceStatementSyntax