15 references to EndClassStatement
Microsoft.CodeAnalysis.VisualBasic (10)
Generated\Syntax.xml.Main.Generated.vb (2)
1720
Dim newEndClassStatement = DirectCast(Visit(node.
EndClassStatement
), EndBlockStatementSyntax)
1721
If node.
EndClassStatement
IsNot newEndClassStatement Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (6)
2399
return Update(classStatement, Me.Inherits, Me.Implements, Me.Members, Me.
EndClassStatement
)
2429
return Update(Me.ClassStatement, [inherits], Me.Implements, Me.Members, Me.
EndClassStatement
)
2467
return Update(Me.ClassStatement, Me.Inherits, [implements], Me.Members, Me.
EndClassStatement
)
2505
return Update(Me.ClassStatement, Me.Inherits, Me.Implements, members, Me.
EndClassStatement
)
2562
Return Me.
EndClassStatement
2597
If classStatement IsNot Me.ClassStatement OrElse [inherits] <> Me.[Inherits] OrElse [implements] <> Me.[Implements] OrElse members <> Me.Members OrElse endClassStatement IsNot Me.
EndClassStatement
Then
Syntax\TypeBlockSyntax.vb (2)
76
Return
EndClassStatement
100
Return
EndClassStatement
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
18774
Assert.NotNull(objectUnderTest.
endClassStatement
)
18775
Dim withObj = objectUnderTest.WithClassStatement(objectUnderTest.ClassStatement).WithInherits(objectUnderTest.Inherits).WithImplements(objectUnderTest.Implements).WithMembers(objectUnderTest.Members).WithEndClassStatement(objectUnderTest.
EndClassStatement
)
Microsoft.VisualStudio.LanguageServices.VisualBasic (3)
CodeModel\VisualBasicCodeModelService.vb (3)
2450
endKeyword:=classBlock.
EndClassStatement
.EndKeyword,
2451
blockKeyword:=SyntaxFactory.Token(classBlock.
EndClassStatement
.BlockKeyword.LeadingTrivia, SyntaxKind.ModuleKeyword, classBlock.
EndClassStatement
.BlockKeyword.TrailingTrivia)))