1 implementation of GetHandledEventNames
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
1257public virtual IList<string> GetHandledEventNames(SyntaxNode method, SemanticModel semanticModel)
1 reference to GetHandledEventNames
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeFunctionWithEventHandler.cs (1)
88var handledEvents = CodeModelService.GetHandledEventNames(node, semanticModel);