8 references to SubOrFunctionKeyword
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Main.Generated.vb (2)
4257
Dim newSubOrFunctionKeyword = DirectCast(VisitToken(node.
SubOrFunctionKeyword
).Node, InternalSyntax.KeywordSyntax)
4258
If node.
SubOrFunctionKeyword
.Node IsNot newSubOrFunctionKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (5)
26260
return Update(Me.Kind, attributeLists, Me.Modifiers, Me.
SubOrFunctionKeyword
, Me.ParameterList, Me.AsClause)
26304
return Update(Me.Kind, Me.AttributeLists, modifiers, Me.
SubOrFunctionKeyword
, Me.ParameterList, Me.AsClause)
26360
return Update(Me.Kind, Me.AttributeLists, Me.Modifiers, Me.
SubOrFunctionKeyword
, parameterList, Me.AsClause)
26391
return Update(Me.Kind, Me.AttributeLists, Me.Modifiers, Me.
SubOrFunctionKeyword
, Me.ParameterList, asClause)
26452
If kind <> Me.Kind OrElse attributeLists <> Me.AttributeLists OrElse modifiers <> Me.Modifiers OrElse subOrFunctionKeyword <> Me.
SubOrFunctionKeyword
OrElse parameterList IsNot Me.ParameterList OrElse asClause IsNot Me.AsClause Then
Syntax\MethodBaseSyntax.vb (1)
125
Return
SubOrFunctionKeyword