6 references to GetRuntimeEvent
ILCompiler.Compiler (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
340
/// <see cref="System.Reflection.RuntimeReflectionExtensions.
GetRuntimeEvent
(System.Type, string)"/>
illink (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
340
/// <see cref="System.Reflection.RuntimeReflectionExtensions.
GetRuntimeEvent
(System.Type, string)"/>
ILLink.RoslynAnalyzer (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
340
/// <see cref="System.Reflection.RuntimeReflectionExtensions.
GetRuntimeEvent
(System.Type, string)"/>
Microsoft.Maui.Controls (2)
Interactivity\EventTrigger.cs (1)
80
_eventinfo = bindable.GetType().
GetRuntimeEvent
(Event);
PlatformBindingHelpers.cs (1)
166
updateSourceEvent = typeof(TTarget).
GetRuntimeEvent
(updateSourceEventName);
Microsoft.Maui.Controls.Xaml (1)
ApplyPropertiesVisitor.cs (1)
463
var eventInfo = elementType.
GetRuntimeEvent
(localName) ?? elementType.GetRuntimeEvents().FirstOrDefault(ei => ei.Name == localName && !(ei.AddMethod.IsPrivate));