1 implementation of SupportsEventThrower
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
683public abstract bool SupportsEventThrower { get; }
1 reference to SupportsEventThrower
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeEvent.cs (1)
127if (!CodeModelService.SupportsEventThrower)