1 write to Options
Microsoft.Interop.ComInterfaceGenerator (1)
GeneratedComInterfaceAttributeData.cs (1)
71Options = (ComInterfaceOptions)options.Value
7 references to Options
Microsoft.Interop.ComInterfaceGenerator (7)
Analyzers\ComClassGeneratorDiagnosticsAnalyzer.cs (1)
94GeneratedComInterfaceCompilationData.GetDataFromAttribute(generatedComInterfaceAttribute).Options.HasFlag(ComInterfaceOptions.ManagedObjectWrapper))
ComClassInfo.cs (1)
36if (attributeData.Options.HasFlag(ComInterfaceOptions.ManagedObjectWrapper))
ComInterfaceGenerator.cs (1)
366var direction = GetDirectionFromOptions(generatedComInterfaceAttributeData.Options);
ComInterfaceInfo.cs (2)
110interfaceAttributeData.Options, 169interfaceAttributeData.Options,
GeneratedComInterfaceAttributeData.cs (2)
27Options = generatedComInterfaceAttr.Options 67if (args.TryGetValue(nameof(Options), out var options))