1 implementation of RemoveHandlesClause
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
1279
public 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)
78
return CodeModelService.
RemoveHandlesClause
(document, bstrEventName, node, CancellationToken.None);
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Venus\ContainedLanguageStaticEventBinding.vb (1)
109
codeModel.
RemoveHandlesClause
(targetDocument, objectName & "." & nameOfEvent, memberStatement, cancellationToken)