8 references to Zip
Microsoft.Interop.ComInterfaceGenerator (7)
ComClassGenerator.cs (2)
50context.RegisterSourceOutput(className.Zip(classInfoType).Zip(attribute), static (context, classInfo) =>
ComInterfaceGenerator.cs (5)
176.Zip(managedToNativeInterfaceImplementations) 177.Zip(nativeToManagedVtableMethods) 178.Zip(nativeToManagedVtables) 179.Zip(iUnknownDerivedAttributeApplication) 180.Zip(shadowingMethodDeclarations)
Microsoft.Interop.SourceGeneration (1)
DiagnosticOr.cs (1)
164var (values, diagnostics) = diagnosticOrValues.Zip(associatedValues).Split();