8 references to GetEvent
ILCompiler.Compiler (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
141/// <item><see cref="System.Type.GetEvent(string)"/></item>
illink (1)
ILLink.RoslynAnalyzer (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
141/// <item><see cref="System.Type.GetEvent(string)"/></item>
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ReflectEventDescriptor.cs (1)
355_realEvent = _componentClass.GetEvent(Name);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeReflectionExtensions.cs (1)
92return type.GetEvent(name);
System.Reflection.TypeExtensions (1)
System\Reflection\TypeExtensions.cs (1)
63return type.GetEvent(name);
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
24_innerEventInfo = type.GetEvent(eventName)!;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\EventBindingService.cs (1)
146EventInfo? evInfo = ed.ComponentType.GetEvent(ed.Name);