3 references to EventArgsType
Microsoft.CodeAnalysis.Features (2)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
111
_eventArgsType = compilation.
EventArgsType
();
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (1)
64
var eventsArgType = context.Compilation.
EventArgsType
();
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedLanguageCodeSupport.cs (1)
398
if (!method.Parameters[1].Type.InheritsFromOrEquals(compilation.
EventArgsType
()))