1 implementation of RemoveHandlesClause
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
1279public virtual Document RemoveHandlesClause(Document document, string eventName, SyntaxNode method, CancellationToken cancellationToken)
2 references to RemoveHandlesClause
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeFunctionWithEventHandler.cs (1)
78return CodeModelService.RemoveHandlesClause(document, bstrEventName, node, CancellationToken.None);
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Venus\ContainedLanguageStaticEventBinding.vb (1)
109codeModel.RemoveHandlesClause(targetDocument, objectName & "." & nameOfEvent, memberStatement, cancellationToken)