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