3 references to WithModuleKeyword
Microsoft.CodeAnalysis.VisualBasic (2)
Syntax\TypeStatementSyntax.vb (2)
53
Return
WithModuleKeyword
(keyword)
67
Return
WithModuleKeyword
(keyword)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
18811
Dim withObj = objectUnderTest.WithAttributeLists(objectUnderTest.AttributeLists).WithModifiers(objectUnderTest.Modifiers).
WithModuleKeyword
(objectUnderTest.ModuleKeyword).WithIdentifier(objectUnderTest.Identifier).WithTypeParameterList(objectUnderTest.TypeParameterList)