3 instantiations of RemoveHandlerStatementDocumentation
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Completion\KeywordRecommenders\EventHandling\RemoveHandlerKeywordRecommender.vb (1)
22New RemoveHandlerStatementDocumentation()))
QuickInfo\VisualBasicSemanticQuickInfoProvider.vb (1)
108Return BuildContentForIntrinsicOperator(semanticModel, token, parent, New RemoveHandlerStatementDocumentation(), Glyph.Keyword, cancellationToken)
SignatureHelp\AddRemoveHandlerSignatureHelpProvider.vb (1)
27Return ValueTaskFactory.FromResult(SpecializedCollections.SingletonEnumerable(Of AbstractIntrinsicOperatorDocumentation)(New RemoveHandlerStatementDocumentation()))