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