11 references to WithEventsPropertyEventContainerSyntax
Microsoft.CodeAnalysis.VisualBasic (11)
Generated\Syntax.xml.Main.Generated.vb (5)
158
Public Overridable Function VisitWithEventsPropertyEventContainer(ByVal node As
WithEventsPropertyEventContainerSyntax
) As TResult
893
Public Overridable Sub VisitWithEventsPropertyEventContainer(ByVal node As
WithEventsPropertyEventContainerSyntax
)
2378
Public Overrides Function VisitWithEventsPropertyEventContainer(ByVal node As
WithEventsPropertyEventContainerSyntax
) As SyntaxNode
11419
Public Shared Function WithEventsPropertyEventContainer(withEventsContainer As WithEventsEventContainerSyntax, dotToken As SyntaxToken, [property] As IdentifierNameSyntax) As
WithEventsPropertyEventContainerSyntax
11455
Public Shared Function WithEventsPropertyEventContainer(withEventsContainer As WithEventsEventContainerSyntax, [property] As IdentifierNameSyntax) As
WithEventsPropertyEventContainerSyntax
Generated\Syntax.xml.Syntax.Generated.vb (4)
9638
Public Shadows Function WithWithEventsContainer(withEventsContainer as WithEventsEventContainerSyntax) As
WithEventsPropertyEventContainerSyntax
9656
Public Shadows Function WithDotToken(dotToken as SyntaxToken) As
WithEventsPropertyEventContainerSyntax
9675
Public Shadows Function WithProperty([property] as IdentifierNameSyntax) As
WithEventsPropertyEventContainerSyntax
9723
Public Function Update(withEventsContainer As WithEventsEventContainerSyntax, dotToken As SyntaxToken, [property] As IdentifierNameSyntax) As
WithEventsPropertyEventContainerSyntax
Symbols\Source\SourceMemberMethodSymbol.vb (2)
640
DirectCast(singleHandleClause.EventContainer,
WithEventsPropertyEventContainerSyntax
).WithEventsContainer,
676
Dim propName = DirectCast(singleHandleClause.EventContainer,
WithEventsPropertyEventContainerSyntax
).Property.Identifier.ValueText