4 references to ManagedParameters
Microsoft.Interop.ComInterfaceGenerator (4)
ComInterfaceGenerator.cs (3)
356foreach (TypePositionInfo parameter in signatureContext.ManagedParameters) 472if (a.GenerationContext.SignatureContext.ManagedParameters.SequenceEqual(b.GenerationContext.SignatureContext.ManagedParameters))
ComMethodContext.cs (1)
144SeparatedList(GenerationContext.SignatureContext.ManagedParameters.Select(GenerateArgument))))))