2 instantiations of WithEventsPropertyEventContainerSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (2)
37041
Dim result = New
WithEventsPropertyEventContainerSyntax
(SyntaxKind.WithEventsPropertyEventContainer, withEventsContainer, dotToken, [property])
49107
Dim result = New
WithEventsPropertyEventContainerSyntax
(SyntaxKind.WithEventsPropertyEventContainer, withEventsContainer, dotToken, [property], _factoryContext)
7 references to WithEventsPropertyEventContainerSyntax
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
28928
Public Overridable Function VisitWithEventsPropertyEventContainer(ByVal node As
WithEventsPropertyEventContainerSyntax
) As VisualBasicSyntaxNode
30705
Public Overrides Function VisitWithEventsPropertyEventContainer(ByVal node As
WithEventsPropertyEventContainerSyntax
) As VisualBasicSyntaxNode
37030
Friend Shared Function WithEventsPropertyEventContainer(withEventsContainer As WithEventsEventContainerSyntax, dotToken As PunctuationSyntax, [property] As IdentifierNameSyntax) As
WithEventsPropertyEventContainerSyntax
37038
Return DirectCast(cached,
WithEventsPropertyEventContainerSyntax
)
49096
Friend Function WithEventsPropertyEventContainer(withEventsContainer As WithEventsEventContainerSyntax, dotToken As PunctuationSyntax, [property] As IdentifierNameSyntax) As
WithEventsPropertyEventContainerSyntax
49104
Return DirectCast(cached,
WithEventsPropertyEventContainerSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (1)
9647
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
WithEventsPropertyEventContainerSyntax
)._dotToken, Me.GetChildPosition(1), Me.GetChildIndex(1))