7 overrides of GetEvents
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
430
public override EventInfo[]
GetEvents
()
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
192
public override EventInfo[]
GetEvents
() { throw new NotSupportedException(); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
138
public override EventInfo[]
GetEvents
() => throw new NotSupportedException(SR.NotSupported_ModifiedType);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
173
public sealed override EventInfo[]
GetEvents
() => throw new NotSupportedException(SR.NotSupported_SignatureType);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
108
public override EventInfo[]
GetEvents
() => typeImpl.GetEvents();
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
215
public override EventInfo[]
GetEvents
()
System.Reflection.Emit (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
430
public override EventInfo[]
GetEvents
()
4 references to GetEvents
Microsoft.AspNetCore.SignalR.Core (1)
Internal\TypedClientBuilder.cs (1)
264
if (interfaceType.
GetEvents
().Length != 0)
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
108
public override EventInfo[] GetEvents() => typeImpl.
GetEvents
();
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
217
return _typeInfo.
GetEvents
();
System.Reflection.TypeExtensions (1)
System\Reflection\TypeExtensions.cs (1)
83
return type.
GetEvents
();