1 write to IsHiddenOnDerivedInterface
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceGenerator.cs (1)
458
methodList[shadowIndex].
IsHiddenOnDerivedInterface
= true;
3 references to IsHiddenOnDerivedInterface
Microsoft.Interop.ComInterfaceGenerator (3)
ComInterfaceAndMethodsContext.cs (1)
23
public IEnumerable<ComMethodContext> ShadowingMethods => Methods.Where(m => m.IsInheritedMethod && !m.
IsHiddenOnDerivedInterface
);
ComMethodContext.cs (2)
80
if (GenerationContext.VtableIndexData.Direction is not (MarshalDirection.ManagedToUnmanaged or MarshalDirection.Bidirectional) ||
IsHiddenOnDerivedInterface
)
94
if (GenerationContext.VtableIndexData.Direction is not (MarshalDirection.UnmanagedToManaged or MarshalDirection.Bidirectional) ||
IsHiddenOnDerivedInterface
)