1 implementation of HandlesEvent
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
1264public virtual bool HandlesEvent(string eventName, SyntaxNode method, SemanticModel semanticModel)
1 reference to HandlesEvent
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeFunctionWithEventHandler.cs (1)
99result = CodeModelService.HandlesEvent(bstrEventName, node, semanticModel);