11 references to Zip
Microsoft.Interop.ComInterfaceGenerator (10)
ComClassGenerator.cs (2)
50context.RegisterSourceOutput(className.Zip(classInfoType).Zip(attribute), static (context, classInfo) =>
ComInterfaceGenerator.cs (8)
78.Zip(methodInfosGroupedByInterface) 182.Zip(nativeInterfaceInformation) 183.Zip(managedToNativeInterfaceImplementations) 184.Zip(nativeToManagedVtableMethods) 185.Zip(nativeToManagedVtableStructs) 186.Zip(nativeToManagedVtables) 187.Zip(iUnknownDerivedAttributeApplication) 188.Zip(shadowingMethodDeclarations)
Microsoft.Interop.SourceGeneration (1)
DiagnosticOr.cs (1)
164var (values, diagnostics) = diagnosticOrValues.Zip(associatedValues).Split();