4 writes to _asClause
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
6534
Me.
_asClause
= asClause
6558
Me.
_asClause
= asClause
6581
Me.
_asClause
= asClause
6611
Me.
_asClause
= _asClause
7 references to _asClause
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
6627
writer.WriteValue(Me.
_asClause
)
6678
Return Me.
_asClause
6710
Return Me.
_asClause
6721
Return new EventStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _customKeyword, _eventKeyword, _identifier, _parameterList,
_asClause
, _implementsClause)
6725
Return new EventStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _customKeyword, _eventKeyword, _identifier, _parameterList,
_asClause
, _implementsClause)
38496
Dim newAsClause = DirectCast(Visit(node.
_asClause
), SimpleAsClauseSyntax)
38497
If node.
_asClause
IsNot newAsClause Then anyChanges = True