8 references to Zip
Microsoft.Interop.ComInterfaceGenerator (7)
ComClassGenerator.cs (2)
50
context.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)
164
var (values, diagnostics) = diagnosticOrValues.
Zip
(associatedValues).Split();