6 references to ModuleKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Syntax.Generated.vb (5)
3207
return Update(attributeLists, Me.Modifiers, Me.
ModuleKeyword
, Me.Identifier, Me.TypeParameterList)
3249
return Update(Me.AttributeLists, modifiers, Me.
ModuleKeyword
, Me.Identifier, Me.TypeParameterList)
3301
return Update(Me.AttributeLists, Me.Modifiers, Me.
ModuleKeyword
, identifier, Me.TypeParameterList)
3331
return Update(Me.AttributeLists, Me.Modifiers, Me.
ModuleKeyword
, Me.Identifier, typeParameterList)
3394
If attributeLists <> Me.AttributeLists OrElse modifiers <> Me.Modifiers OrElse moduleKeyword <> Me.
ModuleKeyword
OrElse identifier <> Me.Identifier OrElse typeParameterList IsNot Me.TypeParameterList Then
Syntax\TypeStatementSyntax.vb (1)
48
Return
ModuleKeyword