6 references to ComEventInterfaceAttribute
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
622
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.
ComEventInterfaceAttribute
))]
netstandard (1)
netstandard.cs (1)
1615
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.
ComEventInterfaceAttribute
))]
System.Runtime.InteropServices (4)
src\runtime\artifacts\obj\System.Runtime.InteropServices\Release\net11.0\System.Runtime.InteropServices.Forwards.cs (1)
19
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.
ComEventInterfaceAttribute
))]
System\Runtime\InteropServices\ComAwareEventInfo.cs (3)
103
object[] comEventInterfaces = eventInfo.DeclaringType!.GetCustomAttributes(typeof(
ComEventInterfaceAttribute
), inherit: false);
110
ComEventInterfaceAttribute
interfaceAttribute = (
ComEventInterfaceAttribute
)comEventInterfaces[0];