5 references to GeneratedComInterfaceAttribute
System.Runtime.InteropServices (5)
System\Runtime\InteropServices\Marshalling\ComImportInteropInterfaceDetailsStrategy.cs (1)
12/// An interface details strategy that enables discovering both interfaces defined with source-generated COM (i.e. <see cref="GeneratedComInterfaceAttribute"/> and <see cref="IUnknownDerivedAttribute{T, TImpl}"/>) and built-in COM (i.e. <see cref="ComImportAttribute"/>).
System\Runtime\InteropServices\Marshalling\GeneratedComClassAttribute.cs (1)
10/// This attribute is only valid on types that implement at least one <see cref="GeneratedComInterfaceAttribute"/>-attributed interface.
System\Runtime\InteropServices\Marshalling\GeneratedComInterfaceAttribute.cs (2)
22/// If the attributed interface inherits from another interface with <see cref="GeneratedComInterfaceAttribute"/>, 33/// If the attributed interface inherits from another interface with <see cref="GeneratedComInterfaceAttribute"/>,
System\Runtime\InteropServices\Marshalling\StrategyBasedComWrappers.cs (1)
23/// This strategy can discover interfaces and classes that use source-generated COM interop that use the <see cref="GeneratedComInterfaceAttribute"/> and <see cref="GeneratedComClassAttribute"/> attributes.