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