1 implementation of GetIsPropertyStyleEvent
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
719public abstract bool GetIsPropertyStyleEvent(SyntaxNode eventNode);
1 reference to GetIsPropertyStyleEvent
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeEvent.cs (1)
100return this.CodeModelService.GetIsPropertyStyleEvent(node);