4 references to InheritsKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Main.Generated.vb (2)
1750
Dim newInheritsKeyword = DirectCast(VisitToken(node.
InheritsKeyword
).Node, InternalSyntax.KeywordSyntax)
1751
If node.
InheritsKeyword
.Node IsNot newInheritsKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (2)
2837
return Update(Me.
InheritsKeyword
, types)
2882
If inheritsKeyword <> Me.
InheritsKeyword
OrElse types <> Me.Types Then