1 write to Options
Microsoft.Interop.ComInterfaceGenerator (1)
GeneratedComInterfaceAttributeData.cs (1)
70Options = (ComInterfaceOptions)options.Value
6 references to Options
Microsoft.Interop.ComInterfaceGenerator (6)
ComClassInfo.cs (1)
49if (attributeData.Options.HasFlag(ComInterfaceOptions.ManagedObjectWrapper))
ComInterfaceGenerator.cs (1)
352var direction = GetDirectionFromOptions(generatedComInterfaceAttributeData.Options);
ComInterfaceInfo.cs (2)
106interfaceAttributeData.Options, 165interfaceAttributeData.Options,
GeneratedComInterfaceAttributeData.cs (2)
27Options = generatedComInterfaceAttr.Options 66if (args.TryGetValue(nameof(Options), out var options))