1 write to Options
Microsoft.Interop.ComInterfaceGenerator (1)
GeneratedComInterfaceAttributeData.cs (1)
71Options = (ComInterfaceOptions)options.Value
6 references to Options
Microsoft.Interop.ComInterfaceGenerator (6)
ComClassInfo.cs (1)
49if (attributeData.Options.HasFlag(ComInterfaceOptions.ManagedObjectWrapper))
ComInterfaceGenerator.cs (1)
364var direction = GetDirectionFromOptions(generatedComInterfaceAttributeData.Options);
ComInterfaceInfo.cs (2)
109interfaceAttributeData.Options, 168interfaceAttributeData.Options,
GeneratedComInterfaceAttributeData.cs (2)
27Options = generatedComInterfaceAttr.Options 67if (args.TryGetValue(nameof(Options), out var options))