6 references to SubKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Syntax.Generated.vb (5)
7018
return Update(attributeLists, Me.Modifiers, Me.
SubKeyword
, Me.NewKeyword, Me.ParameterList)
7062
return Update(Me.AttributeLists, modifiers, Me.
SubKeyword
, Me.NewKeyword, Me.ParameterList)
7106
return Update(Me.AttributeLists, Me.Modifiers, Me.
SubKeyword
, newKeyword, Me.ParameterList)
7136
return Update(Me.AttributeLists, Me.Modifiers, Me.
SubKeyword
, Me.NewKeyword, parameterList)
7199
If attributeLists <> Me.AttributeLists OrElse modifiers <> Me.Modifiers OrElse subKeyword <> Me.
SubKeyword
OrElse newKeyword <> Me.NewKeyword OrElse parameterList IsNot Me.ParameterList Then
Syntax\MethodBaseSyntax.vb (1)
153
Return
SubKeyword