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